DBA Data[Home] [Help]

APPS.INL_INTEGRATION_GRP dependencies on FND_FILE

Line 1386: FND_FILE.put_line( FND_FILE.log, '< **************************************>');

1382: END IF;
1383: END LOOP;
1384:
1385: -- Write the number of records processed and inserted by this concurrent process
1386: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
1387: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'Records Processed: ' || l_records_processed); -- Bug#9258936
1388: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'Records Inserted: ' || l_records_inserted); -- Bug#9258936
1389: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
1390:

Line 1387: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'Records Processed: ' || l_records_processed); -- Bug#9258936

1383: END LOOP;
1384:
1385: -- Write the number of records processed and inserted by this concurrent process
1386: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
1387: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'Records Processed: ' || l_records_processed); -- Bug#9258936
1388: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'Records Inserted: ' || l_records_inserted); -- Bug#9258936
1389: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
1390:
1391: --Bug#10381495

Line 1388: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'Records Inserted: ' || l_records_inserted); -- Bug#9258936

1384:
1385: -- Write the number of records processed and inserted by this concurrent process
1386: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
1387: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'Records Processed: ' || l_records_processed); -- Bug#9258936
1388: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'Records Inserted: ' || l_records_inserted); -- Bug#9258936
1389: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
1390:
1391: --Bug#10381495
1392: IF (l_current_org_id <> NVL(l_previous_org_id,-999)) THEN

Line 1389: FND_FILE.put_line( FND_FILE.log, '< **************************************>');

1385: -- Write the number of records processed and inserted by this concurrent process
1386: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
1387: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'Records Processed: ' || l_records_processed); -- Bug#9258936
1388: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'Records Inserted: ' || l_records_inserted); -- Bug#9258936
1389: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
1390:
1391: --Bug#10381495
1392: IF (l_current_org_id <> NVL(l_previous_org_id,-999)) THEN
1393: INL_LOGGING_PVT.Log_Statement(