DBA Data[Home] [Help]

APPS.OZF_QP_QUAL_PVT dependencies on OE_ORDER_HEADERS_ALL

Line 1908: FROM oe_order_lines_all line, oe_order_headers_all head

1904: CURSOR c_order_info(p_order_line_id IN NUMBER) IS
1905: SELECT line.inventory_item_id, line.org_id,
1906: line.order_quantity_uom, head.transactional_curr_code,
1907: head.conversion_type_code, line.ship_from_org_id
1908: FROM oe_order_lines_all line, oe_order_headers_all head
1909: WHERE line.line_id = p_order_line_id
1910: AND line.header_id = head.header_id;
1911:
1912: CURSOR c_resale_line_info(p_resale_line_id IN NUMBER) IS