109: x_pk3_value => to_char(p_orgID),
110: x_delete_document_flag => 'Y');
111:
112:
113: l_excludeECO := fnd_profile.value('WIP_RELEASED_REVS');
114:
115: if ( l_logLevel <= wip_constants.full_logging ) then
116: wip_logger.log('exclude ECO is: ' || l_excludeECO, l_retStatus);
117: wip_logger.log('RoutingSeqID is: ' || l_routingSeqID, l_retStatus);
678:
679: l_mrpFlag := wip_constants.yes;
680: /*If non-standard job, set mrpFlag based on WIP: Enable MRP Net for Non-standard Job Requirements profile value for bug 7719689 (FP of bug 7506349) */
681: if ( p_jobType = wip_constants.nonstandard ) then
682: l_mrpFlag := TO_NUMBER(FND_PROFILE.value('WIP_NON_STD_MRP_NET')); /*code changed for bug 7719689 (FP of bug 7506349) */
683: end if;
684:
685: /*
686: wip_bflProc_priv.explodeRequirements(