DBA Data[Home] [Help]

APPS.WIP_ATO_JOBS_PRIV dependencies on FND_PROFILE

Line 124: IF (fnd_profile.value('MRP_DEBUG') = 'Y') THEN

120:
121: fnd_message.set_name('FND', 'CONC-PARAMETERS');
122: fnd_file.put_line(which => fnd_file.log, buff => 'AUDSID of current session: ' || l_audsid);
123:
124: IF (fnd_profile.value('MRP_DEBUG') = 'Y') THEN
125: DEBUG_FLAG := TRUE;
126: ELSE
127: DEBUG_FLAG := FALSE;
128: END IF;

Line 269: wip_logger.log('Debug Profile Value:'|| fnd_profile.value('MRP_DEBUG') , l_returnStatus);

265: batch_mode_flag := TRUE;
266: L_failed_req_id := L_BATCH_ID;
267: end if;
268:
269: wip_logger.log('Debug Profile Value:'|| fnd_profile.value('MRP_DEBUG') , l_returnStatus);
270:
271: if (l_logLevel <= wip_constants.full_logging) then
272:
273: /* NS add the fact that it is running in batch mode */

Line 816: precision_profile := fnd_profile.value('REPORT_QUANTITY_PRECISION');

812: | conc program would always use the same group id value when |
813: | re-submitted. |
814: +--------------------------------------------------------------------+*/
815:
816: precision_profile := fnd_profile.value('REPORT_QUANTITY_PRECISION');
817: if ( precision_profile = NULL ) then
818: precision_profile := 2;
819: END IF;
820: