DBA Data[Home] [Help]

APPS.AP_PO_AMT_MATCH_PKG dependencies on AP_INVOICE_LINES_UTILITY_PKG

Line 269: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount

265: X_Po_Line_Location_id => x_po_line_location_id,
266: X_Calling_Sequence => current_calling_sequence);
267:
268: IF g_invoice_type_lookup_code <> 'PREPAYMENT' THEN
269: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount
270: (p_line_location_id => x_po_line_location_id,
271: p_match_amount => x_amount);
272: END IF;
273:

Line 2952: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount

2948: x_po_line_location_id => x_po_line_location_id,
2949: x_calling_sequence => current_calling_sequence);
2950:
2951: IF g_invoice_type_lookup_code <> 'PREPAYMENT' THEN
2952: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount
2953: (p_line_location_id => x_po_line_location_id,
2954: p_match_amount => x_correction_amount);
2955: END IF;
2956: