DBA Data[Home] [Help]

APPS.OKI_LOAD_OKV_PVT dependencies on FND_FILE

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

174:
175: fnd_message.set_token( token => 'TABLE_NAME'
176: , value => 'OKI_PERF_MEASURES');
177:
178: fnd_file.put_line( which => fnd_file.log
179: , buff => fnd_message.get);
180:
181: fnd_file.put_line( which => fnd_file.log
182: , buff => l_sqlcode||' '||l_sqlerrm );

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

177:
178: fnd_file.put_line( which => fnd_file.log
179: , buff => fnd_message.get);
180:
181: fnd_file.put_line( which => fnd_file.log
182: , buff => l_sqlcode||' '||l_sqlerrm );
183:
184: WHEN OTHERS THEN
185:

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

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

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

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

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

246:
247: fnd_message.set_token( token => 'OBJECT_NAME'
248: , value => 'OKI_LOAD_OKV_PVT.OKI_UPD_PERF_MEAS');
249:
250: fnd_file.put_line( which => fnd_file.log
251: , buff => fnd_message.get);
252:
253: fnd_file.put_line( which => fnd_file.log
254: , buff => l_sqlcode||' '||l_sqlerrm );

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

249:
250: fnd_file.put_line( which => fnd_file.log
251: , buff => fnd_message.get);
252:
253: fnd_file.put_line( which => fnd_file.log
254: , buff => l_sqlcode||' '||l_sqlerrm );
255: END upd_perf_meas ;
256:
257: --------------------------------------------------------------------------------

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

682:
683: fnd_message.set_token( token => 'OBJECT_NAME'
684: , value => 'OKI_LOAD_OKV_PVT.CALC_OKV_DTL1');
685:
686: fnd_file.put_line( which => fnd_file.log
687: , buff => fnd_message.get);
688:
689: -- Log the location within the procedure where the error occurred
690: fnd_message.set_name( application => 'OKI'

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

692:
693: fnd_message.set_token( token => 'LOCATION'
694: , value => l_loc);
695:
696: fnd_file.put_line( which => fnd_file.log
697: , buff => fnd_message.get);
698:
699: fnd_file.put_line( which => fnd_file.log
700: , buff => l_sqlcode||' '||l_sqlerrm );

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

695:
696: fnd_file.put_line( which => fnd_file.log
697: , buff => fnd_message.get);
698:
699: fnd_file.put_line( which => fnd_file.log
700: , buff => l_sqlcode||' '||l_sqlerrm );
701: END calc_okv_dtl1 ;
702:
703: --------------------------------------------------------------------------------

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

1112:
1113: fnd_message.set_token( token => 'OBJECT_NAME'
1114: , value => 'OKI_LOAD_OKV_PVT.CALC_OKV_DTL2');
1115:
1116: fnd_file.put_line( which => fnd_file.log
1117: , buff => fnd_message.get);
1118:
1119: -- Log the location within the procedure where the error occurred
1120: fnd_message.set_name( application => 'OKI'

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

1122:
1123: fnd_message.set_token( token => 'LOCATION'
1124: , value => l_loc);
1125:
1126: fnd_file.put_line( which => fnd_file.log
1127: , buff => fnd_message.get);
1128:
1129: fnd_file.put_line( which => fnd_file.log
1130: , buff => l_sqlcode||' '||l_sqlerrm );

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

1125:
1126: fnd_file.put_line( which => fnd_file.log
1127: , buff => fnd_message.get);
1128:
1129: fnd_file.put_line( which => fnd_file.log
1130: , buff => l_sqlcode||' '||l_sqlerrm );
1131:
1132: END calc_okv_dtl2 ;
1133: --------------------------------------------------------------------------------

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

1522:
1523: fnd_message.set_token( token => 'OBJECT_NAME'
1524: , value => 'OKI_LOAD_OKV_PVT.CALC_OKV_SUM');
1525:
1526: fnd_file.put_line( which => fnd_file.log
1527: , buff => fnd_message.get);
1528:
1529: -- Log the location within the procedure where the error occurred
1530: fnd_message.set_name( application => 'OKI'

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

1532:
1533: fnd_message.set_token( token => 'LOCATION'
1534: , value => l_loc);
1535:
1536: fnd_file.put_line( which => fnd_file.log
1537: , buff => fnd_message.get);
1538:
1539: fnd_file.put_line( which => fnd_file.log
1540: , buff => l_sqlcode||' '||l_sqlerrm );

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

1535:
1536: fnd_file.put_line( which => fnd_file.log
1537: , buff => fnd_message.get);
1538:
1539: fnd_file.put_line( which => fnd_file.log
1540: , buff => l_sqlcode||' '||l_sqlerrm );
1541:
1542: END calc_okv_sum ;
1543: --------------------------------------------------------------------------------

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

1634:
1635: fnd_message.set_token( token => 'TABLE_NAME'
1636: , value => l_table_name );
1637:
1638: fnd_file.put_line( which => fnd_file.log
1639: , buff => fnd_message.get);
1640:
1641: oki_refresh_pvt.update_oki_refresh( l_table_name, l_retcode ) ;
1642:

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

1679:
1680: fnd_message.set_token( token => 'OBJECT_NAME'
1681: , value => 'OKI_LOAD_OKV_PVT.CREATE_PERF_MEASURES');
1682:
1683: fnd_file.put_line( which => fnd_file.log
1684: , buff => fnd_message.get);
1685:
1686: fnd_file.put_line( which => fnd_file.log
1687: , buff => l_sqlcode||' '||l_sqlerrm );

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

1682:
1683: fnd_file.put_line( which => fnd_file.log
1684: , buff => fnd_message.get);
1685:
1686: fnd_file.put_line( which => fnd_file.log
1687: , buff => l_sqlcode||' '||l_sqlerrm );
1688: END create_perf_measures ;
1689:
1690: