DBA Data[Home] [Help]

APPS.PO_AUTO_DIST_PROCESS_PVT dependencies on PO_ACCOUNT_HELPER

Line 2107: -- This procedure calls the API po_account_helper.BUILD_ACRN to populate

2103: -- PO_DISTRIBUTIONS_DRAFT_ALL.ACRN
2104: --Locks:
2105: -- None.
2106: --Function:
2107: -- This procedure calls the API po_account_helper.BUILD_ACRN to populate
2108: -- the ACRN values in the po_distributions_draft_all.
2109: --Caller of the Procedure
2110: --PO_AUTOCREATE_MAINPROC_PVT.process_distributions
2111: --End of Comments

Line 2153: po_account_helper.BUILD_ACRN (PO_AUTOCREATE_PARAMS.g_po_header_id,

2149: PO_LOG.stmt(l_module||l_api_name, l_progress, 'calling BUILD_ACRN');
2150: END IF;
2151: l_progress := '020';
2152: --ACRN Regenerate changes begin
2153: po_account_helper.BUILD_ACRN (PO_AUTOCREATE_PARAMS.g_po_header_id,
2154: l_dist_id_tbl,
2155: l_charge_acc_tbl,
2156: l_ACRN_tbl,
2157: L_LOA_TBL,