DBA Data[Home] [Help]

APPS.AP_PO_AMT_MATCH_PKG dependencies on AP_INVOICE_LINES_UTILITY_PKG

Line 281: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount

277: X_Po_Line_Location_id => x_po_line_location_id,
278: X_Calling_Sequence => current_calling_sequence);
279:
280: IF g_invoice_type_lookup_code <> 'PREPAYMENT' THEN
281: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount
282: (p_line_location_id => x_po_line_location_id,
283: p_match_amount => x_amount);
284: END IF;
285:

Line 3105: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount

3101: x_po_line_location_id => x_po_line_location_id,
3102: x_calling_sequence => current_calling_sequence);
3103:
3104: IF g_invoice_type_lookup_code <> 'PREPAYMENT' THEN
3105: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount
3106: (p_line_location_id => x_po_line_location_id,
3107: p_match_amount => x_correction_amount);
3108: END IF;
3109: