DBA Data[Home] [Help]

APPS.AP_RECT_MATCH_PKG dependencies on AP_INVOICE_LINES_UTILITY_PKG

Line 316: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount

312: X_Calling_Sequence => current_calling_sequence);
313:
314:
315: IF g_invoice_type_lookup_code <> 'PREPAYMENT' THEN
316: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount
317: (p_line_location_id => x_po_line_location_id,
318: p_match_amount => x_amount);
319: END IF;
320:

Line 3515: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount

3511: x_po_line_location_id => x_po_line_location_id,
3512: x_calling_sequence => current_calling_sequence);
3513:
3514: IF g_invoice_type_lookup_code <> 'PREPAYMENT' THEN
3515: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount
3516: (p_line_location_id => x_po_line_location_id,
3517: p_match_amount => x_correction_amount);
3518: END IF;
3519: