DBA Data[Home] [Help]

APPS.AP_RECURRING_INVOICES_PKG dependencies on PO_LINE_TYPES

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

741: C_quantity_outstanding NUMBER;
742: C_quantity NUMBER;
743: C_tax_rate NUMBER;
744: C_asset_book_count NUMBER := 0;
745: l_matching_basis po_line_types.matching_basis%type; /* bug 5228301 */
746:
747: BEGIN
748: -- Update the calling sequence
749: --

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

887: pll.matching_basis
888: INTO P_price,
889: P_unit_meas_lookup_code,
890: l_matching_basis /* bug 5228301 */
891: FROM po_line_locations pll, po_lines pl, po_line_types plt
892: WHERE pll.line_location_id = P_po_shipment_id
893: AND pl.po_line_id = pll.po_line_id
894: AND pl.line_type_id = plt.line_type_id;
895: