DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_GRP dependencies on PO_MOAC_UTILS_PVT

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

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

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

866:
867: l_progress := '050';
868: --Set the org context
869: IF p_org_id IS NOT NULL THEN
870: PO_MOAC_UTILS_PVT.Set_Org_Context(p_org_id); --
871: END IF; /* p_org_id IS NOT NULL*/
872:
873: l_progress := '060';
874: --Call the private PO_Security_Check