DBA Data[Home] [Help]

APPS.WIP_ATO_JOBS_PRIV dependencies on FND_PROFILE

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

176:
177: fnd_message.set_name('FND', 'CONC-PARAMETERS');
178: fnd_file.put_line(which => fnd_file.log, buff => 'AUDSID of current session: ' || l_audsid);
179:
180: IF (fnd_profile.value('MRP_DEBUG') = 'Y') THEN
181: DEBUG_FLAG := TRUE;
182: ELSE
183: DEBUG_FLAG := FALSE;
184: END IF;

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

331: batch_mode_flag := TRUE;
332: L_failed_req_id := L_BATCH_ID;
333: end if;
334:
335: wip_logger.log('Debug Profile Value:'|| fnd_profile.value('MRP_DEBUG') , l_returnStatus);
336:
337: if (l_logLevel <= wip_constants.full_logging) then
338:
339: /* NS add the fact that it is running in batch mode */

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

963: | conc program would always use the same group id value when |
964: | re-submitted. |
965: +--------------------------------------------------------------------+*/
966:
967: precision_profile := fnd_profile.value('REPORT_QUANTITY_PRECISION');
968: if ( precision_profile = NULL ) then
969: precision_profile := 2;
970: END IF;
971:

Line 1184: --Bugfix 10636184: Controlling the delete by MRP profile instead of FND profile

1180: * non-problem records while in debug mode hopefully represents the
1181: * final fix for bug 775437 and its predecessors.
1182: */
1183:
1184: --Bugfix 10636184: Controlling the delete by MRP profile instead of FND profile
1185: --if (l_logLevel <= wip_constants.full_logging) then
1186: IF (NOT DEBUG_FLAG) THEN
1187: --Bugfix 10636184: If MRP: Debug is OFF, then remove only successfully completed records
1188: --from the interface table.