DBA Data[Home] [Help]

APPS.AP_ETAX_UTILITY_PKG dependencies on RCV_SHIPMENT_LINES

Line 7618: rcv_shipment_lines RSL

7614: po_distributions_all PD,
7615: po_lines_all PL,
7616: po_line_locations_all PLL,
7617: rcv_transactions RTXN,
7618: rcv_shipment_lines RSL
7619: WHERE D.invoice_distribution_id = c_inv_dist_id
7620: AND D.po_distribution_id = PD.po_distribution_id
7621: AND PL.po_header_id = PD.po_header_id
7622: AND PL.po_line_id = PD.po_line_id

Line 7631: l_rct_item_id rcv_shipment_lines.item_id%TYPE;

7627: l_match_basis po_line_types.matching_basis%TYPE;
7628: l_match_option po_line_locations.match_option%TYPE;
7629: l_po_uom po_line_locations.unit_meas_lookup_code%TYPE;
7630: l_rct_uom po_line_locations.unit_meas_lookup_code%TYPE;
7631: l_rct_item_id rcv_shipment_lines.item_id%TYPE;
7632:
7633: l_uom_conv_rate NUMBER;
7634: l_inv_price NUMBER;
7635: Begin