DBA Data[Home] [Help]

APPS.OKI_LOAD_ENR_PVT dependencies on FND_FILE

Line 169: fnd_file.put_line( which => fnd_file.log

165:
166: fnd_message.set_token( token => 'TABLE_NAME'
167: , value => 'OKI_EXP_NOT_RENEWED');
168:
169: fnd_file.put_line( which => fnd_file.log
170: , buff => fnd_message.get);
171:
172: fnd_file.put_line( which => fnd_file.log
173: , buff => l_sqlcode||' '||l_sqlerrm );

Line 172: fnd_file.put_line( which => fnd_file.log

168:
169: fnd_file.put_line( which => fnd_file.log
170: , buff => fnd_message.get);
171:
172: fnd_file.put_line( which => fnd_file.log
173: , buff => l_sqlcode||' '||l_sqlerrm );
174: END ins_exp_not_rnw ;
175:
176: --------------------------------------------------------------------------------

Line 222: fnd_file.put_line( which => fnd_file.log

218:
219: fnd_message.set_token( token => 'OBJECT_NAME'
220: , value => 'OKI_LOAD_ENR_PVT.UPD_EXP_NOT_RNW');
221:
222: fnd_file.put_line( which => fnd_file.log
223: , buff => fnd_message.get);
224:
225: fnd_file.put_line( which => fnd_file.log
226: , buff => l_sqlcode||' '||l_sqlerrm );

Line 225: fnd_file.put_line( which => fnd_file.log

221:
222: fnd_file.put_line( which => fnd_file.log
223: , buff => fnd_message.get);
224:
225: fnd_file.put_line( which => fnd_file.log
226: , buff => l_sqlcode||' '||l_sqlerrm );
227: END upd_exp_not_rnw ;
228:
229: --------------------------------------------------------------------------------

Line 428: fnd_file.put_line( which => fnd_file.log

424:
425: fnd_message.set_token( token => 'OBJECT_NAME'
426: , value => 'OKI_LOAD_ENR_PVT.calc_enr_dtl1');
427:
428: fnd_file.put_line( which => fnd_file.log
429: , buff => fnd_message.get);
430:
431: -- Log the location within the procedure where the error occurred
432: fnd_message.set_name( application => 'OKI'

Line 438: fnd_file.put_line( which => fnd_file.log

434:
435: fnd_message.set_token( token => 'LOCATION'
436: , value => l_loc);
437:
438: fnd_file.put_line( which => fnd_file.log
439: , buff => fnd_message.get);
440:
441: fnd_file.put_line( which => fnd_file.log
442: , buff => l_sqlcode||' '||l_sqlerrm );

Line 441: fnd_file.put_line( which => fnd_file.log

437:
438: fnd_file.put_line( which => fnd_file.log
439: , buff => fnd_message.get);
440:
441: fnd_file.put_line( which => fnd_file.log
442: , buff => l_sqlcode||' '||l_sqlerrm );
443:
444: END calc_enr_dtl1 ;
445:

Line 640: fnd_file.put_line( which => fnd_file.log

636:
637: fnd_message.set_token( token => 'OBJECT_NAME'
638: , value => 'OKI_LOAD_ENR_PVT.CALC_ENR_DTL2');
639:
640: fnd_file.put_line( which => fnd_file.log
641: , buff => fnd_message.get);
642:
643: -- Log the location within the procedure where the error occurred
644: fnd_message.set_name( application => 'OKI'

Line 650: fnd_file.put_line( which => fnd_file.log

646:
647: fnd_message.set_token( token => 'LOCATION'
648: , value => l_loc);
649:
650: fnd_file.put_line( which => fnd_file.log
651: , buff => fnd_message.get);
652:
653: fnd_file.put_line( which => fnd_file.log
654: , buff => l_sqlcode||' '||l_sqlerrm );

Line 653: fnd_file.put_line( which => fnd_file.log

649:
650: fnd_file.put_line( which => fnd_file.log
651: , buff => fnd_message.get);
652:
653: fnd_file.put_line( which => fnd_file.log
654: , buff => l_sqlcode||' '||l_sqlerrm );
655:
656: END calc_enr_dtl2 ;
657:

Line 843: fnd_file.put_line( which => fnd_file.log

839:
840: fnd_message.set_token( token => 'OBJECT_NAME'
841: , value => 'OKI_LOAD_ENR_PVT.CALC_ENR_SUM');
842:
843: fnd_file.put_line( which => fnd_file.log
844: , buff => fnd_message.get);
845:
846: -- Log the location within the procedure where the error occurred
847: fnd_message.set_name( application => 'OKI'

Line 853: fnd_file.put_line( which => fnd_file.log

849:
850: fnd_message.set_token( token => 'LOCATION'
851: , value => l_loc);
852:
853: fnd_file.put_line( which => fnd_file.log
854: , buff => fnd_message.get);
855:
856: fnd_file.put_line( which => fnd_file.log
857: , buff => l_sqlcode||' '||l_sqlerrm );

Line 856: fnd_file.put_line( which => fnd_file.log

852:
853: fnd_file.put_line( which => fnd_file.log
854: , buff => fnd_message.get);
855:
856: fnd_file.put_line( which => fnd_file.log
857: , buff => l_sqlcode||' '||l_sqlerrm );
858: END calc_enr_sum;
859:
860: --------------------------------------------------------------------------------

Line 954: fnd_file.put_line( which => fnd_file.log

950:
951: fnd_message.set_token( token => 'TABLE_NAME'
952: , value => l_table_name );
953:
954: fnd_file.put_line( which => fnd_file.log
955: , buff => fnd_message.get);
956:
957: oki_refresh_pvt.update_oki_refresh( l_table_name, l_retcode ) ;
958:

Line 1000: fnd_file.put_line( which => fnd_file.log

996:
997: fnd_message.set_token( token => 'OBJECT_NAME'
998: , value => 'OKI_LOAD_ENR_PVT.CRT_EXP_NOT_RNW');
999:
1000: fnd_file.put_line( which => fnd_file.log
1001: , buff => fnd_message.get);
1002:
1003: fnd_file.put_line( which => fnd_file.log
1004: , buff => l_sqlcode||' '||l_sqlerrm );

Line 1003: fnd_file.put_line( which => fnd_file.log

999:
1000: fnd_file.put_line( which => fnd_file.log
1001: , buff => fnd_message.get);
1002:
1003: fnd_file.put_line( which => fnd_file.log
1004: , buff => l_sqlcode||' '||l_sqlerrm );
1005:
1006: end crt_exp_not_rnw ;
1007: