DBA Data[Home] [Help]

APPS.AP_APPROVAL_MATCHED_PKG dependencies on AP_CLM_PVT_PKG

Line 6584: IF (AP_CLM_PVT_PKG.is_clm_installed = 'Y' )then

6580: l_debug_loc||'<-'||p_calling_sequence;
6581: Print_Debug(l_debug_loc, 'exec_partial_funds_check - begin for invoice_id :
6582: '|| p_invoice_id);
6583:
6584: IF (AP_CLM_PVT_PKG.is_clm_installed = 'Y' )then
6585: --PO Matched, Non Tax distributions of the Invoice
6586:
6587: --start bug#9868268
6588: OPEN Matched_Shpmnts_Cur;

Line 6626: AP_CLM_PVT_PKG.Get_Funding_Info(

6622: Print_Debug(l_debug_loc, 'exec_partial_funds_check - po_distribution_id: '||
6623: rec_part_funds_check.po_distribution_id);
6624:
6625: --Call the Partial Funding Information API
6626: AP_CLM_PVT_PKG.Get_Funding_Info(
6627: P_PO_DISTRIBUTION_ID => rec_part_funds_check.po_distribution_id
6628: ,X_DISTRIBUTION_TYPE => l_distribution_type
6629: ,X_MATCHING_BASIS => l_matching_basis
6630: ,X_ACCRUE_ON_RECEIPT_FLAG => l_accrue_on_receipt_flag