DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on MTL_SALES_ORDERS

Line 4568: mtl_sales_orders mso

4564: oe_order_lines_all oel,
4565: oe_order_headers_all oeh,
4566: oe_transaction_types_all ota,
4567: oe_transaction_types_tl otl,
4568: mtl_sales_orders mso
4569: where mr.demand_source_line_id = oel.line_id --ato item line id
4570: and oel.line_id = p_line_Id
4571: and oeh.header_id = oel.header_id
4572: and oeh.order_type_id = ota.transaction_type_id

Line 5688: mtl_sales_orders mso

5684: oe_order_lines_all oel,
5685: oe_order_headers_all oeh,
5686: oe_transaction_types_all ota,
5687: oe_transaction_types_tl otl,
5688: mtl_sales_orders mso
5689: WHERE
5690: mr.demand_source_line_id = oel.line_id
5691: and oel.line_id = pconfigLineId --- Configuration item line id
5692: and oeh.header_id = oel.header_id