DBA Data[Home] [Help]

APPS.INL_INTERFACE_PVT dependencies on FND_FILE

Line 15201: FND_FILE.put_line( FND_FILE.log, l_debug_info);

15197: p_module_name => g_module_name,
15198: p_procedure_name => l_program_name,
15199: p_debug_info => l_debug_info
15200: );
15201: FND_FILE.put_line( FND_FILE.log, l_debug_info);
15202: l_debug_info := '';
15203: FOR i IN NVL(l_unproc_match_int_lst.FIRST, 0)..NVL(l_unproc_match_int_lst.LAST, 0)
15204: LOOP
15205: l_debug_info:=l_debug_info||l_unproc_match_int_lst(i).group_id||',';

Line 15212: FND_FILE.put_line( FND_FILE.log, SUBSTR(l_debug_info,1,LENGTH(l_debug_info)-1));

15208: p_module_name => g_module_name,
15209: p_procedure_name => l_program_name,
15210: p_debug_info => l_debug_info
15211: );
15212: FND_FILE.put_line( FND_FILE.log, SUBSTR(l_debug_info,1,LENGTH(l_debug_info)-1));
15213: l_debug_info:=NULL;
15214: END IF;
15215: END LOOP;
15216: IF LENGTH(l_debug_info)>1 THEN

Line 15222: FND_FILE.put_line( FND_FILE.log, SUBSTR(l_debug_info,1,LENGTH(l_debug_info)-1));

15218: p_module_name => g_module_name,
15219: p_procedure_name => l_program_name,
15220: p_debug_info => l_debug_info
15221: );
15222: FND_FILE.put_line( FND_FILE.log, SUBSTR(l_debug_info,1,LENGTH(l_debug_info)-1));
15223: l_debug_info:=NULL;
15224: END IF;
15225: END IF;
15226: END IF;

Line 15719: FND_FILE.PUT_LINE(FND_FILE.LOG, l_msg_data);

15715: x_msg_data => l_msg_data
15716: ) ;
15717:
15718: IF l_msg_count = 1 THEN
15719: FND_FILE.PUT_LINE(FND_FILE.LOG, l_msg_data);
15720: retcode := 1;
15721: ELSIF l_msg_count > 1 THEN
15722: FND_FILE.PUT_LINE(FND_FILE.LOG, l_msg_count|| ' warnings found.' );
15723: FOR i IN 1 ..l_msg_count

Line 15722: FND_FILE.PUT_LINE(FND_FILE.LOG, l_msg_count|| ' warnings found.' );

15718: IF l_msg_count = 1 THEN
15719: FND_FILE.PUT_LINE(FND_FILE.LOG, l_msg_data);
15720: retcode := 1;
15721: ELSIF l_msg_count > 1 THEN
15722: FND_FILE.PUT_LINE(FND_FILE.LOG, l_msg_count|| ' warnings found.' );
15723: FOR i IN 1 ..l_msg_count
15724: LOOP
15725: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MSG_PUB.get (i, L_FND_FALSE) );
15726: END LOOP;

Line 15725: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MSG_PUB.get (i, L_FND_FALSE) );

15721: ELSIF l_msg_count > 1 THEN
15722: FND_FILE.PUT_LINE(FND_FILE.LOG, l_msg_count|| ' warnings found.' );
15723: FOR i IN 1 ..l_msg_count
15724: LOOP
15725: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MSG_PUB.get (i, L_FND_FALSE) );
15726: END LOOP;
15727: retcode := 1;
15728: ELSIF NVL(G_RECORDS_COMPLETED,0) <> NVL(G_RECORDS_INSERTED,0) THEN -- Bug #16310024
15729: retcode := 1;

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

15729: retcode := 1;
15730: END IF;
15731:
15732: -- Write the number of records processed and inserted by this concurrent process
15733: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
15734: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'LCM Shipments Processed: ' || g_records_processed); -- Bug #9258936
15735: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'LCM Shipments Inserted: ' || g_records_inserted); -- Bug #9258936
15736: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'LCM Shipments Completed: ' || g_records_completed); -- Bug #16310024
15737: FND_FILE.put_line( FND_FILE.log, '< **************************************>');

Line 15734: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'LCM Shipments Processed: ' || g_records_processed); -- Bug #9258936

15730: END IF;
15731:
15732: -- Write the number of records processed and inserted by this concurrent process
15733: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
15734: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'LCM Shipments Processed: ' || g_records_processed); -- Bug #9258936
15735: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'LCM Shipments Inserted: ' || g_records_inserted); -- Bug #9258936
15736: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'LCM Shipments Completed: ' || g_records_completed); -- Bug #16310024
15737: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
15738:

Line 15735: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'LCM Shipments Inserted: ' || g_records_inserted); -- Bug #9258936

15731:
15732: -- Write the number of records processed and inserted by this concurrent process
15733: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
15734: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'LCM Shipments Processed: ' || g_records_processed); -- Bug #9258936
15735: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'LCM Shipments Inserted: ' || g_records_inserted); -- Bug #9258936
15736: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'LCM Shipments Completed: ' || g_records_completed); -- Bug #16310024
15737: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
15738:
15739: -- If any errors happen abort API.

Line 15736: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'LCM Shipments Completed: ' || g_records_completed); -- Bug #16310024

15732: -- Write the number of records processed and inserted by this concurrent process
15733: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
15734: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'LCM Shipments Processed: ' || g_records_processed); -- Bug #9258936
15735: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'LCM Shipments Inserted: ' || g_records_inserted); -- Bug #9258936
15736: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'LCM Shipments Completed: ' || g_records_completed); -- Bug #16310024
15737: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
15738:
15739: -- If any errors happen abort API.
15740: IF l_return_status = L_FND_RET_STS_ERROR THEN

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

15733: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
15734: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'LCM Shipments Processed: ' || g_records_processed); -- Bug #9258936
15735: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'LCM Shipments Inserted: ' || g_records_inserted); -- Bug #9258936
15736: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'LCM Shipments Completed: ' || g_records_completed); -- Bug #16310024
15737: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
15738:
15739: -- If any errors happen abort API.
15740: IF l_return_status = L_FND_RET_STS_ERROR THEN
15741: RAISE L_FND_EXC_ERROR;

Line 15830: FND_FILE.PUT_LINE(FND_FILE.LOG, l_msg_data);

15826: x_msg_data => l_msg_data
15827: );
15828:
15829: IF l_msg_count = 1 THEN
15830: FND_FILE.PUT_LINE(FND_FILE.LOG, l_msg_data);
15831: retcode := 1;
15832: ELSIF l_msg_count > 1 THEN
15833: FND_FILE.PUT_LINE(FND_FILE.LOG, l_msg_count|| ' warnings found.' );
15834: FOR i IN 1 ..l_msg_count

Line 15833: FND_FILE.PUT_LINE(FND_FILE.LOG, l_msg_count|| ' warnings found.' );

15829: IF l_msg_count = 1 THEN
15830: FND_FILE.PUT_LINE(FND_FILE.LOG, l_msg_data);
15831: retcode := 1;
15832: ELSIF l_msg_count > 1 THEN
15833: FND_FILE.PUT_LINE(FND_FILE.LOG, l_msg_count|| ' warnings found.' );
15834: FOR i IN 1 ..l_msg_count
15835: LOOP
15836: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MSG_PUB.get (i, L_FND_FALSE) );
15837: END LOOP;

Line 15836: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MSG_PUB.get (i, L_FND_FALSE) );

15832: ELSIF l_msg_count > 1 THEN
15833: FND_FILE.PUT_LINE(FND_FILE.LOG, l_msg_count|| ' warnings found.' );
15834: FOR i IN 1 ..l_msg_count
15835: LOOP
15836: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MSG_PUB.get (i, L_FND_FALSE) );
15837: END LOOP;
15838: retcode := 1;
15839: END IF;
15840:

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

15838: retcode := 1;
15839: END IF;
15840:
15841: -- Write the number of records processed and inserted by this concurrent process
15842: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
15843: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'Records Processed: ' || g_records_processed); -- Bug #9258936
15844: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'Records Inserted: ' || g_records_inserted); -- Bug #9258936
15845: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
15846:

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

15839: END IF;
15840:
15841: -- Write the number of records processed and inserted by this concurrent process
15842: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
15843: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'Records Processed: ' || g_records_processed); -- Bug #9258936
15844: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'Records Inserted: ' || g_records_inserted); -- Bug #9258936
15845: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
15846:
15847: -- If any errors happen abort API.

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

15840:
15841: -- Write the number of records processed and inserted by this concurrent process
15842: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
15843: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'Records Processed: ' || g_records_processed); -- Bug #9258936
15844: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'Records Inserted: ' || g_records_inserted); -- Bug #9258936
15845: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
15846:
15847: -- If any errors happen abort API.
15848: IF l_return_status = L_FND_RET_STS_ERROR THEN

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

15841: -- Write the number of records processed and inserted by this concurrent process
15842: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
15843: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'Records Processed: ' || g_records_processed); -- Bug #9258936
15844: FND_FILE.put_line( FND_FILE.log, '< ***** ' || 'Records Inserted: ' || g_records_inserted); -- Bug #9258936
15845: FND_FILE.put_line( FND_FILE.log, '< **************************************>');
15846:
15847: -- If any errors happen abort API.
15848: IF l_return_status = L_FND_RET_STS_ERROR THEN
15849: RAISE L_FND_EXC_ERROR;