DBA Data[Home] [Help]

APPS.AP_RECURRING_INVOICES_PKG dependencies on PO_LINE_TYPES

Line 769: l_matching_basis po_line_types.matching_basis%type; /* bug 5228301 */

765: C_quantity_outstanding NUMBER;
766: C_quantity NUMBER;
767: C_tax_rate NUMBER;
768: C_asset_book_count NUMBER := 0;
769: l_matching_basis po_line_types.matching_basis%type; /* bug 5228301 */
770:
771: BEGIN
772: -- Update the calling sequence
773: --

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: