DBA Data[Home] [Help]

APPS.AP_APPROVAL_MATCHED_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 2066: l_payment_type po_line_locations_all.payment_type%TYPE;

2062: l_matching_basis po_line_locations.matching_basis%TYPE; -- Amount Based Matching
2063:
2064: --Contract Payments: Tolerances Redesign
2065: l_invoice_type_lookup_code ap_invoices_all.invoice_type_lookup_code%TYPE;
2066: l_payment_type po_line_locations_all.payment_type%TYPE;
2067: l_billed_amt NUMBER;
2068: l_amt_delivered NUMBER;
2069: l_amt_corrected NUMBER;
2070: l_ret_status VARCHAR2(100);