DBA Data[Home] [Help]

APPS.WIP_SUB_OP_RESOURCES_PKG dependencies on WIP_REPETITIVE_SCHEDULES

Line 874: from wip_repetitive_schedules

870:
871: if (l_repetitive_sched_id IS NOT NULL) then
872: select line_id
873: into l_line_id
874: from wip_repetitive_schedules
875: where wip_entity_id = l_wip_entity_id
876: and repetitive_schedule_id = l_repetitive_sched_id;
877: end if;
878: