DBA Data[Home] [Help]

APPS.FLM_PURGE dependencies on WIP_LINES

Line 358: from wip_lines

354: -- Bug 5353590
355: -- find the line_code name with the (line id, org id) unique key
356: if arg_line is not null then
357: select line_code into l_line_code
358: from wip_lines
359: where line_id = arg_line and organization_id = arg_org_id;
360: end if;
361:
362: MRP_UTIL.MRP_LOG(' Line ---> '||arg_line||' (line name: '||l_line_code||')');