DBA Data[Home] [Help]

APPS.PO_R12_CAT_UPG_FINAL_GRP dependencies on FND_LOG

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

156: LOOP
157: l_current_batch := l_current_batch + 1;
158: BEGIN -- block to handle SNAPSHOT_TOO_OLD exception
159: l_progress := '025';
160: -- Bug 5468308: Adding FND log messages at Unexpected level.
161: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
162: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED, l_module||'.'||l_progress,
163: 'current_batch='||l_current_batch);
164: END IF;

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

157: l_current_batch := l_current_batch + 1;
158: BEGIN -- block to handle SNAPSHOT_TOO_OLD exception
159: l_progress := '025';
160: -- Bug 5468308: Adding FND log messages at Unexpected level.
161: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
162: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED, l_module||'.'||l_progress,
163: 'current_batch='||l_current_batch);
164: END IF;
165:

Line 162: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED, l_module||'.'||l_progress,

158: BEGIN -- block to handle SNAPSHOT_TOO_OLD exception
159: l_progress := '025';
160: -- Bug 5468308: Adding FND log messages at Unexpected level.
161: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
162: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED, l_module||'.'||l_progress,
163: 'current_batch='||l_current_batch);
164: END IF;
165:
166: FETCH transferred_gbpas_csr

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

2746: LOOP
2747: l_current_batch := l_current_batch + 1;
2748:
2749: l_progress := '025';
2750: -- Bug 5468308: Adding FND log messages at Unexpected level.
2751: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2752: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED, l_log_head||'.'||l_progress,
2753: 'current_batch='||l_current_batch);
2754: END IF;

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

2747: l_current_batch := l_current_batch + 1;
2748:
2749: l_progress := '025';
2750: -- Bug 5468308: Adding FND log messages at Unexpected level.
2751: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2752: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED, l_log_head||'.'||l_progress,
2753: 'current_batch='||l_current_batch);
2754: END IF;
2755:

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

2748:
2749: l_progress := '025';
2750: -- Bug 5468308: Adding FND log messages at Unexpected level.
2751: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2752: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED, l_log_head||'.'||l_progress,
2753: 'current_batch='||l_current_batch);
2754: END IF;
2755:
2756: FETCH cpa_references_csr