DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on WIP_GLOBALS

Line 1541: l_insertPhantom := wip_globals.use_phantom_routings(p_orgID);

1537: end if;
1538:
1539:
1540: --remove the phantom comps if bom param for use_phantom_routing is not set to yes
1541: l_insertPhantom := wip_globals.use_phantom_routings(p_orgID);
1542: v_idx := l_compTbl.FIRST;
1543: WHILE v_idx IS NOT NULL LOOP
1544: if(nvl(l_compTbl(v_idx).wip_supply_type, 1) = WIP_CONSTANTS.PHANTOM) then
1545: if(l_insertPhantom <> WIP_CONSTANTS.YES) then