DBA Data[Home] [Help]

APPS.WIP_OSP_SHP_I_WF dependencies on WIP_LINES

Line 92: from wip_lines wl

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