DBA Data[Home] [Help]

APPS.AP_RECT_MATCH_PKG dependencies on AP_INVOICE_LINES_UTILITY_PKG

Line 304: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount

300: X_Calling_Sequence => current_calling_sequence);
301:
302:
303: IF g_invoice_type_lookup_code <> 'PREPAYMENT' THEN
304: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount
305: (p_line_location_id => x_po_line_location_id,
306: p_match_amount => x_amount);
307: END IF;
308:

Line 3306: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount

3302: x_po_line_location_id => x_po_line_location_id,
3303: x_calling_sequence => current_calling_sequence);
3304:
3305: IF g_invoice_type_lookup_code <> 'PREPAYMENT' THEN
3306: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount
3307: (p_line_location_id => x_po_line_location_id,
3308: p_match_amount => x_correction_amount);
3309: END IF;
3310: