DBA Data[Home] [Help]

APPS.WIP_BOMROUTINGUTIL_PVT dependencies on FND_PROFILE

Line 89: l_excludeECO := fnd_profile.value('WIP_RELEASED_REVS');

85: end if;
86: return;
87: end;
88:
89: l_excludeECO := fnd_profile.value('WIP_RELEASED_REVS');
90:
91: if ( l_logLevel <= wip_constants.full_logging ) then
92: wip_logger.log('exclude ECO is: ' || l_excludeECO, l_retStatus);
93: wip_logger.log('RoutingSeqID is: ' || l_routingSeqID, l_retStatus);