DBA Data[Home] [Help]

APPS.PO_R12_CAT_UPG_EXISTING_DOCS dependencies on FND_LOG

Line 993: -- Bug 5468308: Adding FND log messages at Unexpected level.

989: l_progress := '050';
990: OPEN getModifiedTemplatesCsr;
991:
992: l_progress := '060';
993: -- Bug 5468308: Adding FND log messages at Unexpected level.
994: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
995: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED, l_log_head||'.'||l_progress,
996: 'current_batch='||l_current_batch);
997: END IF;

Line 994: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

990: OPEN getModifiedTemplatesCsr;
991:
992: l_progress := '060';
993: -- Bug 5468308: Adding FND log messages at Unexpected level.
994: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
995: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED, l_log_head||'.'||l_progress,
996: 'current_batch='||l_current_batch);
997: END IF;
998:

Line 995: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED, l_log_head||'.'||l_progress,

991:
992: l_progress := '060';
993: -- Bug 5468308: Adding FND log messages at Unexpected level.
994: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
995: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED, l_log_head||'.'||l_progress,
996: 'current_batch='||l_current_batch);
997: END IF;
998:
999: FETCH getModifiedTemplatesCsr

Line 1183: -- Bug 5468308: Adding FND log messages at Unexpected level.

1179: l_progress := '040';
1180: OPEN getNonUpgradedTemplatesCsr;
1181:
1182: l_progress := '050';
1183: -- Bug 5468308: Adding FND log messages at Unexpected level.
1184: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1185: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED, l_log_head||'.'||l_progress,
1186: 'current_batch='||l_current_batch);
1187: END IF;

Line 1184: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

1180: OPEN getNonUpgradedTemplatesCsr;
1181:
1182: l_progress := '050';
1183: -- Bug 5468308: Adding FND log messages at Unexpected level.
1184: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1185: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED, l_log_head||'.'||l_progress,
1186: 'current_batch='||l_current_batch);
1187: END IF;
1188:

Line 1185: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED, l_log_head||'.'||l_progress,

1181:
1182: l_progress := '050';
1183: -- Bug 5468308: Adding FND log messages at Unexpected level.
1184: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1185: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED, l_log_head||'.'||l_progress,
1186: 'current_batch='||l_current_batch);
1187: END IF;
1188:
1189: FETCH getNonUpgradedTemplatesCsr

Line 1282: fnd_log_repository.init;

1278: fnd_profile.put('AFLOG_ENABLED', 'Y');
1279: fnd_profile.put('AFLOG_MODULE', 'po.plsql.%,icx%'); -- note: comma-delimited list
1280: fnd_profile.put('AFLOG_LEVEL', 1);
1281: fnd_profile.put('AFLOG_FILENAME', '');
1282: fnd_log_repository.init;
1283:
1284: END debug_profiles_on;
1285:
1286: