DBA Data[Home] [Help]

APPS.WIP_SF_STATUS dependencies on WIP_REPETITIVE_SCHEDULES

Line 58: FROM wip_repetitive_schedules wrs

54: WHERE wdj.wip_entity_id = P_wip_entity_id
55: AND wdj.organization_id = P_organization_id)
56: OR EXISTS(
57: SELECT 'schedule exists'
58: FROM wip_repetitive_schedules wrs
59: WHERE wrs.line_id = P_line_id
60: AND wrs.organization_id = P_organization_id
61: AND wrs.wip_entity_id = P_wip_entity_id));
62: END INSERT_STATUS;