DBA Data[Home] [Help]

APPS.CTO_MATCH_AND_RESERVE dependencies on MTL_SALES_ORDERS

Line 1399: mtl_sales_orders mso,

1395: from oe_order_lines_all oel,
1396: oe_order_headers_all oeh,
1397: --oe_order_types_v oet,
1398: oe_transaction_types_tl oet,
1399: mtl_sales_orders mso,
1400: mtl_system_items msi
1401: where oel.line_id = l_config_line_id
1402: and oel.open_flag = 'Y'
1403: and item_type_code = 'CONFIG'