DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on MTL_SALES_ORDERS

Line 4544: mtl_sales_orders mso

4540: oe_order_lines_all oel,
4541: oe_order_headers_all oeh,
4542: oe_transaction_types_all ota,
4543: oe_transaction_types_tl otl,
4544: mtl_sales_orders mso
4545: where mr.demand_source_line_id = oel.line_id --ato item line id
4546: and oel.line_id = p_line_Id
4547: and oeh.header_id = oel.header_id
4548: and oeh.order_type_id = ota.transaction_type_id

Line 5664: mtl_sales_orders mso

5660: oe_order_lines_all oel,
5661: oe_order_headers_all oeh,
5662: oe_transaction_types_all ota,
5663: oe_transaction_types_tl otl,
5664: mtl_sales_orders mso
5665: WHERE
5666: mr.demand_source_line_id = oel.line_id
5667: and oel.line_id = pconfigLineId --- Configuration item line id
5668: and oeh.header_id = oel.header_id