DBA Data[Home] [Help]

APPS.FLM_COPY_ROUTING dependencies on WIP_LINES

Line 30: from wip_lines

26: l_line_code varchar2(10) := NULL;
27: Begin
28:
29: select line_code into l_line_code
30: from wip_lines
31: where organization_id = p_org_id
32: and line_id = p_line_id;
33: return l_line_code;
34: Exception