DBA Data[Home] [Help]

APPS.WIP_OSP_SHP_I_WF dependencies on WIP_LINES

Line 95: from wip_lines wl

91: , avalue => l_wip_entity_name);
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