Wednesday, July 30, 2014

How to Set Org Context in Oracle Apps R12

begin
mo_global.init ('PO');   -- The short name of the application
mo_global.set_policy_context('S',103); -- ‘S’ for single org and second parameter for the Org ID
end;
/

No comments:

Post a Comment