in Technology by

How to set multi org in r12 from backend?

1 Answer

0 votes
by
If you are using the Back-end procedure to insert some values in the Standard Base tables and you want to follow and to put the control on the basis of Multi Org setup (MOAC) then you need to use these below steps before using any API or Interface code.

begin

fnd_global.apps_initialize(p_user_id, p_resp_id, p_resp_appl_id);

end;

 

begin

fnd_global.apps_initialize(p_user_id, p_resp_id, p_resp_appl_id);

end;

 

begin

mo_global.init (<APPLICATION SHORT NAME>);

end;

For example

begin

mo_global. init (‘AR’);

end;

This is one of the most important package to be use in the backend to set the multi org concept. With the help of this Procedure, Bank end system, able to drive all the profile values assigned to this responsibility and user in Oracle application. So that we can put Data access control on the base of Multi org.

Related questions

0 votes
    What are the benefits of a single-threaded web backend to a multi-threaded one?...
asked Jan 25, 2021 in Technology by JackTerrance
0 votes
    I have function of "endgame" and here's how the function goes function endgame() { setScreen("scorescreen" ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 6, 2022 in Education by JackTerrance
0 votes
    What is HR security profile in oracle apps r12?...
asked Dec 22, 2020 in Technology by JackTerrance
0 votes
    I have the following structure: common-module Contains the common module related , services and persistence api ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    https://archive.org is a popular site where one can enter a domain name in its search box for finding out how ... Security questions and answers pdf, mcq on Cyber Security pdf,...
asked Nov 2, 2021 in Education by JackTerrance
0 votes
    How to Submit the Oracle Concurrent Requests from Backend?...
asked Dec 22, 2020 in Technology by JackTerrance
0 votes
    What is a sandbox org? What are the different types of sandboxes in Salesforce?...
asked Nov 11, 2020 in Technology by JackTerrance
0 votes
    I am using spring boot command line runner app, it hangs at PostGIS dialect, the below stack trace contains ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 13, 2022 in Education by JackTerrance
0 votes
    I am new to Redis and using Spring Boot + Spring Data Redis example. In this example, I used the ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 1, 2022 in Education by JackTerrance
0 votes
    I am using mac mojave 10.14.3, JDK 1.8, Serenity core 2.0.40 (latest) to develop my test ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 23, 2022 in Education by JackTerrance
0 votes
    I want making multi-bluetooth from Android studio. I found multi-bluetooth java code libraries. but I am ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 3, 2022 in Education by JackTerrance
0 votes
    i have this problem that i want to upload image on a server through multi-part form but its keep ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 8, 2022 in Education by JackTerrance
0 votes
    i have this problem that i want to upload image on a server through multi-part form but its keep ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 19, 2022 in Education by JackTerrance
0 votes
    what happens to cell content when multi cells are marged to from a single cell? Select the correct answer from above options...
asked Dec 5, 2021 in Education by JackTerrance
0 votes
    what happens to cell content when multi cells are marged to from a single cell? Select the correct answer from above options...
asked Nov 26, 2021 in Education by JackTerrance
...