DBA Data[Home] [Help]

APPS.CTO_MATCH_AND_RESERVE dependencies on OE_TRANSACTION_TYPES_TL

Line 1389: oe_transaction_types_tl oet,

1385: into l_rec_reserve
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'