DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on WIP_GLOBALS

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

1317: end if;
1318:
1319:
1320: --remove the phantom comps if bom param for use_phantom_routing is not set to yes
1321: l_insertPhantom := wip_globals.use_phantom_routings(p_orgID);
1322: v_idx := l_compTbl.FIRST;
1323: WHILE v_idx IS NOT NULL LOOP
1324: if(nvl(l_compTbl(v_idx).wip_supply_type, 1) = WIP_CONSTANTS.PHANTOM) then
1325: if(l_insertPhantom <> WIP_CONSTANTS.YES) then