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 |
where the accounting related data is stored ? all type of accounting related data costing etc...
differentiate between intra & inter UOM class conversion with examples.
What is invoice?
what are the different transaction clauses in AR?
i have 100 pages output. i want to print 10 records per page in Template?
1) why we need to do Validations when the Standard Conc. Prog or the API will do all the validations 2) How can we display more then 1 column data in a formula column (Ex displaying Empno, Ename, sal data in one Formula column) 3) is it possible to give 2 out paramaters in a function
Can we customize a form with out template.fmb
please send me forms, xml pulisher questions,answers
in ap_terms table what data will be stored
what is unit of measure classes? give atleast two examples. name the underlying table.
In which table or database definition we can find the link of organization and operation units.
can we use commit in trigger? If yes how?