how to set org context?
Answers were Sorted based on User's Feedback
Answer / lokeshappstech
by using api fnd_client_info.set_org_context('org_name')
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / umesh babu.m,l&t infotech
mo_global.set_policy_context('S or M','ORGANIZATION_ID'),to
pass multible resposibility at a time in R12
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / kutti
In 11i:
--------------
begin
fnd_client_info.set_org_context('ORG_ID')
end;
In R12:
--------------
begin
mo_global.set_policy_context('S','ORG_ID')
end;
Note : You can S or M it depends
| Is This Answer Correct ? | 3 Yes | 0 No |
how many groups we can create for query?
where we find the status of order information.
what is pl/sql table and pl/sql records? what is the use of that?
Give a brief overview on OrderManagement.
cursor 1 and cursor 2 are there did you open both the cursors at a time or not?
How to create user and how u attach with responsibility.
In Oracle Apps Some tables ends with TL,VL,what is the significance of the TL and VL?
what is the difference between varchar and varchar(2)?
when we run payment batch what are the 3 concurrent programs?
HOW CAN U KNOW TABLE IS REGISTERD IN APPS?
Give a overview on Aol
What are profile options?