DBA Data[Home] [Help]

APPS.CTO_MATCH_AND_RESERVE dependencies on MTL_SALES_ORDERS

Line 1390: mtl_sales_orders mso,

1386: from oe_order_lines_all oel,
1387: oe_order_headers_all oeh,
1388: --oe_order_types_v oet,
1389: oe_transaction_types_tl oet,
1390: mtl_sales_orders mso,
1391: mtl_system_items msi
1392: where oel.line_id = l_config_line_id
1393: and oel.open_flag = 'Y'
1394: and item_type_code = 'CONFIG'