DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_GRP dependencies on PO_GA_PVT

Line 1383: l_current_org_id := PO_GA_PVT.get_current_org;

1379: l_archive_mode_std_po := PO_DOCUMENT_ARCHIVE_PVT.get_archive_mode(
1380: p_doc_type => 'PO',
1381: p_doc_subtype => 'STANDARD');
1382:
1383: l_current_org_id := PO_GA_PVT.get_current_org;
1384:
1385: ----------------------------------------------------------------------------
1386: -- Check: Do not allow price updates if a receipt has been created against
1387: -- one of the line's shipments and it is accrued upon receipt, or if an

Line 1642: l_current_org_id := PO_GA_PVT.get_current_org;

1638: -- Bug 3565522 : get the archive mode
1639: l_archive_mode_rel := PO_DOCUMENT_ARCHIVE_PVT.get_archive_mode(
1640: p_doc_type => 'RELEASE',
1641: p_doc_subtype => 'BLANKET');
1642: l_current_org_id := PO_GA_PVT.get_current_org;
1643:
1644: ----------------------------------------------------------------------------
1645: -- Check: Do not allow price updates if a receipt has been created against
1646: -- the shipments and it is accrued upon receipt, or if an invoice has been