DBA Data[Home] [Help]

APPS.AP_MATCHING_PKG dependencies on PO_LINE_LOCATIONS

Line 48: po_line_location_id PO_LINE_LOCATIONS.line_location_id%TYPE, --Index Column

44: TYPE r_shipment_info_rec IS RECORD
45: (po_header_id PO_HEADERS.po_header_id%TYPE,
46: po_line_id PO_LINES.po_line_id%TYPE,
47: po_release_id PO_RELEASES.po_release_id%TYPE,
48: po_line_location_id PO_LINE_LOCATIONS.line_location_id%TYPE, --Index Column
49: rcv_transaction_id RCV_TRANSACTIONS.transaction_id%TYPE,
50: uom AP_INVOICE_LINES.unit_meas_lookup_code%TYPE,
51: unit_price AP_INVOICE_LINES.unit_price%TYPE,
52: line_number AP_INVOICE_LINES.line_number%TYPE,

Line 86: matching_basis PO_LINE_LOCATIONS.matching_basis%TYPE,

82: product_fisc_classification AP_INVOICE_LINES.product_fisc_classification%TYPE,
83: product_type AP_INVOICE_LINES.product_type%TYPE,
84: product_category AP_INVOICE_LINES.product_category%TYPE,
85: user_defined_fisc_class AP_INVOICE_LINES.user_defined_fisc_class%TYPE,
86: matching_basis PO_LINE_LOCATIONS.matching_basis%TYPE,
87: retained_amount AP_INVOICE_LINES.retained_amount%TYPE,
88: assessable_value AP_INVOICE_LINES.assessable_value%TYPE,
89: tax_classification_code AP_INVOICE_LINES.tax_classification_code%TYPE
90: );