DBA Data[Home] [Help]

APPS.CTO_AUTO_PROCURE_PK dependencies on BOM_CTO_ORDER_LINES_UPG

Line 4153: from bom_cto_order_lines_upg

4149: end if;
4150:
4151: OPEN pprollup_cur FOR
4152: select distinct config_item_id
4153: from bom_cto_order_lines_upg
4154: where ato_line_id = line_id -- get only the parent configs
4155: and status = 'MRP_SRC';
4156:
4157: end if;