DBA Data[Home] [Help]

APPS.CTO_AUTO_PROCURE_PK dependencies on BOM_CTO_ORDER_LINES_UPG

Line 4565: from bom_cto_order_lines_upg

4561: end if;
4562:
4563: OPEN pprollup_cur FOR
4564: select distinct config_item_id
4565: from bom_cto_order_lines_upg
4566: where ato_line_id = line_id -- get only the parent configs
4567: and status = 'MRP_SRC';
4568:
4569: end if;