EBS Customizations (MOSC)

MOSC Banner

Need few details about MO_GLOBAL.SET_POLICY_CONTEXT package

edited Jan 24, 2013 3:40AM in EBS Customizations (MOSC) 1 commentAnswered
We have dropped few policies and added in the database and it was throwing APP-PO-14142: get_po_parameters-10: ORA-01422 exact recovery returns a greater number of rows than requested. in the PO module screens.
After running below command, issue was solved.

BEGIN
  2  MO_GLOBAL.SET_POLICY_CONTEXT('S', &MY_ORG_ID );
  3  END

What i would like to know is, do we need to set org id for all the policies newly added?


Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center