DBA Data[Home] [Help]

APPS.WIP_OSP_SHP_I_WF dependencies on WIP_REPETITIVE_SCHEDULES

Line 96: , wip_repetitive_schedules wrs

92: elsif l_wip_entity_type = WIP_CONSTANTS.REPETITIVE THEN
93: select wl.line_code
94: into l_line_name
95: from wip_lines wl
96: , wip_repetitive_schedules wrs
97: where wrs.repetitive_schedule_id = p_rep_sched_id
98: and wrs.organization_id = p_organization_id
99: and wl.line_id = wrs.line_id
100: and wl.organization_id = wrs.organization_id;