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 |
explain p2p cycle? what are the tables used for this?
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
Which oracle applications pl/sql standard apis you are familiar, have you used most of them?
How to print multi currency,multi language in xml?
what is difference between API and Interface?
which parameters passed in report in oracle developer how to pass
can we get profile values in report without using user exists is it possible how?
Which one Module is Biggest Module in oracle apps?
What do you understand by concurrent programs?
What is oracle soa suite?
maximum how many parameters we can pass through pl/sql stored procedure to oracle apps?how many mandatory parameters we can pass through pl/sql program to oracle apps11i?
How to pass data into EXECUTE_IMMEDIATE statement in plsql body ?