DBA Data[Home] [Help]

APPS.OKI_LOAD_FBO_PVT dependencies on FND_FILE

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

140:
141: fnd_message.set_token( token => 'TABLE_NAME'
142: , value => 'OKI_FORECAST_BY_ORGS');
143:
144: fnd_file.put_line( which => fnd_file.log
145: , buff => fnd_message.get);
146:
147: fnd_file.put_line( which => fnd_file.log
148: , buff => l_sqlcode||' '||l_sqlerrm );

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

143:
144: fnd_file.put_line( which => fnd_file.log
145: , buff => fnd_message.get);
146:
147: fnd_file.put_line( which => fnd_file.log
148: , buff => l_sqlcode||' '||l_sqlerrm );
149: END ins_fcst_by_org ;
150:
151: --------------------------------------------------------------------------------

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

193:
194: fnd_message.set_token( token => 'OBJECT_NAME'
195: , value => 'OKI_UPD_FCST_BY_ORG');
196:
197: fnd_file.put_line( which => fnd_file.log
198: , buff => fnd_message.get);
199:
200: fnd_file.put_line( which => fnd_file.log
201: , buff => l_sqlcode||' '||l_sqlerrm );

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

196:
197: fnd_file.put_line( which => fnd_file.log
198: , buff => fnd_message.get);
199:
200: fnd_file.put_line( which => fnd_file.log
201: , buff => l_sqlcode||' '||l_sqlerrm );
202: END upd_fcst_by_org ;
203:
204: --------------------------------------------------------------------------------

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

407:
408: fnd_message.set_token( token => 'OBJECT_NAME'
409: , value => 'OKI_LOAD_FBO_PVT.CALC_FBO_DTL1');
410:
411: fnd_file.put_line( which => fnd_file.log
412: , buff => fnd_message.get);
413:
414: -- Log the location within the procedure where the error occurred
415: fnd_message.set_name( application => 'OKI'

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

417:
418: fnd_message.set_token( token => 'LOCATION'
419: , value => l_loc);
420:
421: fnd_file.put_line( which => fnd_file.log
422: , buff => fnd_message.get);
423:
424: fnd_file.put_line( which => fnd_file.log
425: , buff => l_sqlcode||' '||l_sqlerrm );

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

420:
421: fnd_file.put_line( which => fnd_file.log
422: , buff => fnd_message.get);
423:
424: fnd_file.put_line( which => fnd_file.log
425: , buff => l_sqlcode||' '||l_sqlerrm );
426: END calc_fbo_dtl1 ;
427:
428: --------------------------------------------------------------------------------

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

627:
628: fnd_message.set_token( token => 'OBJECT_NAME'
629: , value => 'OKI_LOAD_FBO_PVT.CALC_FBO_SUM');
630:
631: fnd_file.put_line( which => fnd_file.log
632: , buff => fnd_message.get);
633:
634: -- Log the location within the procedure where the error occurred
635: fnd_message.set_name( application => 'OKI'

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

637:
638: fnd_message.set_token( token => 'LOCATION'
639: , value => l_loc);
640:
641: fnd_file.put_line( which => fnd_file.log
642: , buff => fnd_message.get);
643:
644: fnd_file.put_line( which => fnd_file.log
645: , buff => l_sqlcode||' '||l_sqlerrm );

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

640:
641: fnd_file.put_line( which => fnd_file.log
642: , buff => fnd_message.get);
643:
644: fnd_file.put_line( which => fnd_file.log
645: , buff => l_sqlcode||' '||l_sqlerrm );
646: END calc_fbo_sum ;
647:
648: --------------------------------------------------------------------------------

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

728:
729: fnd_message.set_token( token => 'TABLE_NAME'
730: , value => l_table_name );
731:
732: fnd_file.put_line( which => fnd_file.log
733: , buff => fnd_message.get);
734:
735: oki_refresh_pvt.update_oki_refresh( l_table_name, l_retcode ) ;
736:

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

773:
774: fnd_message.set_token( token => 'OBJECT_NAME'
775: , value => 'OKI_LOAD_FBO_PVT.CRT_FCST_ORG');
776:
777: fnd_file.put_line( which => fnd_file.log
778: , buff => fnd_message.get);
779:
780: fnd_file.put_line( which => fnd_file.log
781: , buff => l_sqlcode||' '||l_sqlerrm );

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

776:
777: fnd_file.put_line( which => fnd_file.log
778: , buff => fnd_message.get);
779:
780: fnd_file.put_line( which => fnd_file.log
781: , buff => l_sqlcode||' '||l_sqlerrm );
782:
783: END crt_fcst_org ;
784: