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 |
While registering the concurrent program we first do the executable concurrent program and then define it . So why we need to give the application name twice in executable and as well as definitions
HOW CAN U KNOW THE RESPONSIBILITY BELONGS TO OPERATING UNIT LEVEL OR NOT
what are the tables of auto invoice.
HOW U DISPLAY THE FLEXFIELD DATA IN APPS?
why r u move in the cus_top only why not move another top
what are the match approvals in PO?
what is the use of placeholer column?
WHAT IS THE VIEW IN ORACLE APPS?HOW IS IT CREATED?
Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?
what is instead of trigger in where u will use?
How to print multi currency,multi language in xml?
In which directory your flatfile is given?if u connected different instance where it is find?