DBA Data[Home] [Help]

APPS.AP_MATCHING_PKG dependencies on AP_INVOICE_LINES_UTILITY_PKG

Line 309: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount

305: X_Po_Line_Location_id => x_po_line_location_id,
306: X_Calling_Sequence => current_calling_sequence);
307:
308: IF g_invoice_type_lookup_code <> 'PREPAYMENT' THEN
309: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount
310: (p_line_location_id => x_po_line_location_id,
311: p_match_amount => x_amount);
312: END IF;
313:

Line 3367: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount

3363: x_po_line_location_id => x_po_line_location_id,
3364: x_calling_sequence => current_calling_sequence);
3365:
3366: IF g_invoice_type_lookup_code <> 'PREPAYMENT' THEN
3367: l_retained_amount := AP_INVOICE_LINES_UTILITY_PKG.Get_Retained_Amount
3368: (p_line_location_id => x_po_line_location_id,
3369: p_match_amount => x_correction_amount);
3370: END IF;
3371:

Line 5528: X_Shipment_Table(l_index).retained_amount := ap_invoice_lines_utility_pkg.get_retained_amount

5524: X_shipment_Table(l_index).assessable_value := g_assessable_value;
5525: X_shipment_Table(l_index).tax_classification_code := g_dflt_tax_class_code;
5526:
5527: X_Shipment_Table(l_index).matching_basis := l_matching_basis;
5528: X_Shipment_Table(l_index).retained_amount := ap_invoice_lines_utility_pkg.get_retained_amount
5529: (l_po_line_location_id, l_amount);
5530:
5531: --Get the max of the largest invoice line, to be used for assignment of
5532: --rounding due to proration.

Line 5867: X_Shipment_Table(l_index).retained_amount := ap_invoice_lines_utility_pkg.get_retained_amount

5863: X_shipment_Table(l_index).tax_classification_code := g_dflt_tax_class_code;
5864: --End Bug#12414407
5865:
5866: X_Shipment_Table(l_index).matching_basis := l_matching_basis;
5867: X_Shipment_Table(l_index).retained_amount := ap_invoice_lines_utility_pkg.get_retained_amount
5868: (l_po_line_location_id, l_amount);
5869:
5870: --Get the max of the largest invoice line, to be used for assignment of
5871: --rounding due to proration.