DBA Data[Home] [Help]

APPS.WIP_OSP_SHP_I_WF dependencies on WIP_REPETITIVE_SCHEDULES

Line 93: , wip_repetitive_schedules wrs

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