DBA Data[Home] [Help]

APPS.AP_RECURRING_INVOICES_PKG dependencies on PO_LINES

Line 915: FROM po_line_locations pll, po_lines pl, po_line_types plt

911: pll.matching_basis
912: INTO P_price,
913: P_unit_meas_lookup_code,
914: l_matching_basis /* bug 5228301 */
915: FROM po_line_locations pll, po_lines pl, po_line_types plt
916: WHERE pll.line_location_id = P_po_shipment_id
917: AND pl.po_line_id = pll.po_line_id
918: AND pl.line_type_id = plt.line_type_id;
919: