DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_GRP dependencies on PO_MOAC_UTILS_PVT

Line 223: PO_MOAC_UTILS_PVT.Set_Org_Context(p_org_id); --

219:
220: l_progress := '005';
221: --Set the org context
222: IF p_org_id IS NOT NULL THEN
223: PO_MOAC_UTILS_PVT.Set_Org_Context(p_org_id); --
224: END IF;
225:
226: l_progress := '006';
227: --check that document_id passed exists and that org context is set.

Line 860: PO_MOAC_UTILS_PVT.Set_Org_Context(p_org_id); --

856:
857: l_progress := '050';
858: --Set the org context
859: IF p_org_id IS NOT NULL THEN
860: PO_MOAC_UTILS_PVT.Set_Org_Context(p_org_id); --
861: END IF; /* p_org_id IS NOT NULL*/
862:
863: l_progress := '060';
864: --Call the private PO_Security_Check