DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_GRP dependencies on PO_GA_PVT

Line 1373: l_current_org_id := PO_GA_PVT.get_current_org;

1369: l_archive_mode_std_po := PO_DOCUMENT_ARCHIVE_PVT.get_archive_mode(
1370: p_doc_type => 'PO',
1371: p_doc_subtype => 'STANDARD');
1372:
1373: l_current_org_id := PO_GA_PVT.get_current_org;
1374:
1375: ----------------------------------------------------------------------------
1376: -- Check: Do not allow price updates if a receipt has been created against
1377: -- one of the line's shipments and it is accrued upon receipt, or if an

Line 1632: l_current_org_id := PO_GA_PVT.get_current_org;

1628: -- Bug 3565522 : get the archive mode
1629: l_archive_mode_rel := PO_DOCUMENT_ARCHIVE_PVT.get_archive_mode(
1630: p_doc_type => 'RELEASE',
1631: p_doc_subtype => 'BLANKET');
1632: l_current_org_id := PO_GA_PVT.get_current_org;
1633:
1634: ----------------------------------------------------------------------------
1635: -- Check: Do not allow price updates if a receipt has been created against
1636: -- the shipments and it is accrued upon receipt, or if an invoice has been