DBA Data[Home] [Help]

APPS.OKI_LOAD_SGR_PVT dependencies on FND_FILE

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

311:
312: fnd_message.set_token( token => 'TABLE_NAME'
313: , value => 'OKI_SEQ_GROWTH_RATE' );
314:
315: fnd_file.put_line( which => fnd_file.log
316: , buff => fnd_message.get );
317:
318: fnd_file.put_line( which => fnd_file.log
319: , buff => l_sqlcode||' '|| l_sqlerrm );

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

314:
315: fnd_file.put_line( which => fnd_file.log
316: , buff => fnd_message.get );
317:
318: fnd_file.put_line( which => fnd_file.log
319: , buff => l_sqlcode||' '|| l_sqlerrm );
320:
321: END ins_seq_grw_rate ;
322:

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

369:
370: fnd_message.set_token( token => 'OBJECT_NAME'
371: , value => 'OKI_LOAD_SGR_PVT.UPD_SEQ_GRW_RATE' );
372:
373: fnd_file.put_line( which => fnd_file.log
374: , buff => fnd_message.get );
375:
376: fnd_file.put_line( which => fnd_file.log
377: , buff => l_sqlcode||' '|| l_sqlerrm );

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

372:
373: fnd_file.put_line( which => fnd_file.log
374: , buff => fnd_message.get );
375:
376: fnd_file.put_line( which => fnd_file.log
377: , buff => l_sqlcode||' '|| l_sqlerrm );
378: END upd_seq_grw_rate ;
379:
380: --------------------------------------------------------------------------------

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

1442:
1443: fnd_message.set_token( token => 'OBJECT_NAME'
1444: , value => 'OKI_LOAD_SGR_PVT.CALC_SGR_DTL1');
1445:
1446: fnd_file.put_line( which => fnd_file.log
1447: , buff => fnd_message.get);
1448:
1449: -- Log the location within the procedure where the error occurred
1450: fnd_message.set_name( application => 'OKI'

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

1452:
1453: fnd_message.set_token( token => 'LOCATION'
1454: , value => l_loc);
1455:
1456: fnd_file.put_line( which => fnd_file.log
1457: , buff => fnd_message.get);
1458:
1459: fnd_file.put_line( which => fnd_file.log
1460: , buff => l_sqlcode||' '||l_sqlerrm );

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

1455:
1456: fnd_file.put_line( which => fnd_file.log
1457: , buff => fnd_message.get);
1458:
1459: fnd_file.put_line( which => fnd_file.log
1460: , buff => l_sqlcode||' '||l_sqlerrm );
1461: END calc_sgr_dtl1 ;
1462:
1463: --------------------------------------------------------------------------------

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

2518:
2519: fnd_message.set_token( token => 'OBJECT_NAME'
2520: , value => 'OKI_LOAD_SGR_PVT.CALC_SGR_DTL2');
2521:
2522: fnd_file.put_line( which => fnd_file.log
2523: , buff => fnd_message.get);
2524:
2525: -- Log the location within the procedure where the error occurred
2526: fnd_message.set_name( application => 'OKI'

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

2528:
2529: fnd_message.set_token( token => 'LOCATION'
2530: , value => l_loc);
2531:
2532: fnd_file.put_line( which => fnd_file.log
2533: , buff => fnd_message.get);
2534:
2535: fnd_file.put_line( which => fnd_file.log
2536: , buff => l_sqlcode||' '|| l_sqlerrm );

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

2531:
2532: fnd_file.put_line( which => fnd_file.log
2533: , buff => fnd_message.get);
2534:
2535: fnd_file.put_line( which => fnd_file.log
2536: , buff => l_sqlcode||' '|| l_sqlerrm );
2537:
2538: END calc_sgr_dtl2 ;
2539:

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

3468:
3469: fnd_message.set_token( token => 'OBJECT_NAME'
3470: , value => 'OKI_LOAD_SGR_PVT.CALC_SGR_DTL3');
3471:
3472: fnd_file.put_line( which => fnd_file.log
3473: , buff => fnd_message.get);
3474:
3475: -- Log the location within the procedure where the error occurred
3476: fnd_message.set_name( application => 'OKI'

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

3478:
3479: fnd_message.set_token( token => 'LOCATION'
3480: , value => l_loc);
3481:
3482: fnd_file.put_line( which => fnd_file.log
3483: , buff => fnd_message.get);
3484:
3485: fnd_file.put_line( which => fnd_file.log
3486: , buff => l_sqlcode||' '|| l_sqlerrm );

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

3481:
3482: fnd_file.put_line( which => fnd_file.log
3483: , buff => fnd_message.get);
3484:
3485: fnd_file.put_line( which => fnd_file.log
3486: , buff => l_sqlcode||' '|| l_sqlerrm );
3487: END calc_sgr_dtl3 ;
3488: --------------------------------------------------------------------------------
3489: -- Procedure to calcuate the contract amount for the current and previous

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

4509:
4510: fnd_message.set_token( token => 'OBJECT_NAME'
4511: , value => 'OKI_LOAD_SGR_PVT.CALC_SGR_SUM');
4512:
4513: fnd_file.put_line( which => fnd_file.log
4514: , buff => fnd_message.get);
4515:
4516: -- Log the location within the procedure where the error occurred
4517: fnd_message.set_name( application => 'OKI'

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

4519:
4520: fnd_message.set_token( token => 'LOCATION'
4521: , value => l_loc);
4522:
4523: fnd_file.put_line( which => fnd_file.log
4524: , buff => fnd_message.get);
4525:
4526: fnd_file.put_line( which => fnd_file.log
4527: , buff => l_sqlcode||' '|| l_sqlerrm );

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

4522:
4523: fnd_file.put_line( which => fnd_file.log
4524: , buff => fnd_message.get);
4525:
4526: fnd_file.put_line( which => fnd_file.log
4527: , buff => l_sqlcode||' '|| l_sqlerrm );
4528: END calc_sgr_sum ;
4529:
4530: --------------------------------------------------------------------------------

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

4668:
4669: fnd_message.set_token( token => 'TABLE_NAME'
4670: , value => l_table_name );
4671:
4672: fnd_file.put_line( which => fnd_file.log
4673: , buff => fnd_message.get);
4674:
4675: oki_refresh_pvt.update_oki_refresh( l_table_name, l_retcode ) ;
4676:

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

4713:
4714: fnd_message.set_token( token => 'OBJECT_NAME'
4715: , value => 'OKI_LOAD_SGR_PVT.CRT_SEQ_GRW');
4716:
4717: fnd_file.put_line( which => fnd_file.log
4718: , buff => fnd_message.get);
4719:
4720: fnd_file.put_line( which => fnd_file.log
4721: , buff => l_sqlcode||' '||l_sqlerrm );

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

4716:
4717: fnd_file.put_line( which => fnd_file.log
4718: , buff => fnd_message.get);
4719:
4720: fnd_file.put_line( which => fnd_file.log
4721: , buff => l_sqlcode||' '||l_sqlerrm );
4722:
4723: END crt_seq_grw ;
4724: