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 responsibility?
Is that Possible To create package without Specification , If Yes Give any Examples
which parameters passed in report in oracle developer how to pass
Difference between set of books id and ledger id in r12 ?
Is it is necessary to create P_CONC_REQUEST_ID parameter in the development of oracle apps reports
What multi org tables . example - difference between app table non all table . Po_header and po_headers_all
Explain oracle apps architecture.
What is the Lookup's and what is the use of lookup's?
diff between key and descriptive flexfield.
what is latest version in reports
What are Mandatory triggers to write in the block, which is created on view?
What are the benefits of using soa architecture?