DBA Data[Home] [Help]

APPS.FLM_PURGE dependencies on WIP_LINES

Line 357: from wip_lines

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