DBA Data[Home] [Help]

APPS.CSTPFCHK dependencies on WIP_FLOW_SCHEDULES

Line 1427: FROM wip_flow_schedules wfs

1423: wdj.wip_entity_id = wppb.wip_entity_id AND
1424: NVL(wdj.date_closed, l_current_start_date) >= l_current_start_date))
1425: OR (we.entity_type = 4 AND EXISTS (
1426: SELECT 'X'
1427: FROM wip_flow_schedules wfs
1428: WHERE
1429: wfs.wip_entity_id = wppb.wip_entity_id AND
1430: wfs.scheduled_flag = 1 AND
1431: wfs.status IN (1,2) AND