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 |
what is the differences between internal requisition and internal sales order?
Steps for DFF registration
what is meant by lexical parameter
q)what are the validations in sql*loader
what are the prerequisite set ups for inter organization transaction?
tell me the scenarios of the independent in reports
what is mean by confine mode and flexi mode?
oracle apps architecture
what is tuning in oracle apps technical
where do u specify in org_id?
please explain open interface import
In interface how u find errors and how to solve. How to fix it?