DBA Data[Home] [Help]

APPS.AP_RCT_AMT_MATCH_PKG dependencies on AP_INVOICE_LINES_UTILITY_PKG

Line 293: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount

289: X_Po_Line_Location_id => x_po_line_location_id,
290: X_Calling_Sequence => current_calling_sequence);
291:
292: IF g_invoice_type_lookup_code <> 'PREPAYMENT' THEN
293: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount
294: (p_line_location_id => x_po_line_location_id,
295: p_match_amount => x_amount);
296: END IF;
297:

Line 3176: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount

3172: x_po_line_location_id => x_po_line_location_id,
3173: x_calling_sequence => current_calling_sequence);
3174:
3175: IF g_invoice_type_lookup_code <> 'PREPAYMENT' THEN
3176: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount
3177: (p_line_location_id => x_po_line_location_id,
3178: p_match_amount => x_correction_amount);
3179: END IF;
3180: