DBA Data[Home] [Help]

APPS.CTO_DEACTIVATE_CONFIG_PK dependencies on WIP_FLOW_SCHEDULES

Line 2435: FROM wip_flow_schedules

2431:
2432: -- to check if any open flow schedules exist
2433: CURSOR c_flow_schedules IS
2434: SELECT status
2435: FROM wip_flow_schedules
2436: WHERE primary_item_id = p_inventory_item_id
2437: AND organization_id = p_org_id;
2438:
2439: -- to check if the config item is manufactured repetitively