Need few details about MO_GLOBAL.SET_POLICY_CONTEXT package
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?
0