DBA Data[Home] [Help]

APPS.OKI_LOAD_RBS_PVT dependencies on FND_FILE

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

148:
149: fnd_message.set_token( token => 'TABLE_NAME'
150: , value => 'OKI_RENEW_BY_STATUSES' ) ;
151:
152: fnd_file.put_line( which => fnd_file.log
153: , buff => fnd_message.get) ;
154:
155: fnd_file.put_line( which => fnd_file.log
156: , buff => l_sqlcode||' '||l_sqlerrm ) ;

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

151:
152: fnd_file.put_line( which => fnd_file.log
153: , buff => fnd_message.get) ;
154:
155: fnd_file.put_line( which => fnd_file.log
156: , buff => l_sqlcode||' '||l_sqlerrm ) ;
157:
158: WHEN OTHERS THEN
159: l_sqlcode := SQLCODE ;

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

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

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

170:
171: fnd_file.put_line( which => fnd_file.log
172: , buff => fnd_message.get) ;
173:
174: fnd_file.put_line( which => fnd_file.log
175: , buff => l_sqlcode||' '||l_sqlerrm ) ;
176: END ins_rnwl_by_stat ;
177:
178:

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

222:
223: fnd_message.set_token( token => 'OBJECT_NAME'
224: , value => 'OKI_LOAD_RBS_PVT.UPD_RNWL_BY_STAT');
225:
226: fnd_file.put_line( which => fnd_file.log
227: , buff => fnd_message.get);
228:
229: fnd_file.put_line( which => fnd_file.log
230: , buff => l_sqlcode||' '||l_sqlerrm );

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

225:
226: fnd_file.put_line( which => fnd_file.log
227: , buff => fnd_message.get);
228:
229: fnd_file.put_line( which => fnd_file.log
230: , buff => l_sqlcode||' '||l_sqlerrm );
231: END upd_rnwl_by_stat ;
232:
233:

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

672:
673: fnd_message.set_token( token => 'OBJECT_NAME'
674: , value => 'OKI_LOAD_RBS_PVT.OKI_CALC_RBS_DTL1' );
675:
676: fnd_file.put_line( which => fnd_file.log
677: , buff => fnd_message.get);
678:
679: -- Log the location within the procedure where the error occurred
680: fnd_message.set_name( application => 'OKI'

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

682:
683: fnd_message.set_token( token => 'LOCATION'
684: , value => l_loc);
685:
686: fnd_file.put_line( which => fnd_file.log
687: , buff => fnd_message.get);
688:
689:
690: fnd_file.put_line( which => fnd_file.log

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

686: fnd_file.put_line( which => fnd_file.log
687: , buff => fnd_message.get);
688:
689:
690: fnd_file.put_line( which => fnd_file.log
691: , buff => l_sqlcode||' '||l_sqlerrm );
692:
693: end calc_rbs_dtl1 ;
694:

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

1122:
1123: fnd_message.set_token( token => 'OBJECT_NAME'
1124: , value => 'OKI_LOAD_RBS_PVT.OKI_CALC_RBS_DTL1');
1125:
1126: fnd_file.put_line( which => fnd_file.log
1127: , buff => fnd_message.get);
1128:
1129: -- Log the location within the procedure where the error occurred
1130: fnd_message.set_name( application => 'OKI'

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

1132:
1133: fnd_message.set_token( token => 'LOCATION'
1134: , value => l_loc);
1135:
1136: fnd_file.put_line( which => fnd_file.log
1137: , buff => fnd_message.get);
1138:
1139:
1140: fnd_file.put_line( which => fnd_file.log

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

1136: fnd_file.put_line( which => fnd_file.log
1137: , buff => fnd_message.get);
1138:
1139:
1140: fnd_file.put_line( which => fnd_file.log
1141: , buff => l_sqlcode||' '||l_sqlerrm );
1142:
1143: end calc_rbs_dtl2 ;
1144:

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

1528:
1529: fnd_message.set_token( token => 'OBJECT_NAME'
1530: , value => 'OKI_LOAD_RBS_PVT.OKI_CALC_RBS_SUM');
1531:
1532: fnd_file.put_line( which => fnd_file.log
1533: , buff => fnd_message.get);
1534:
1535: -- Log the location within the procedure where the error occurred
1536: fnd_message.set_name( application => 'OKI'

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

1538:
1539: fnd_message.set_token( token => 'LOCATION'
1540: , value => l_loc);
1541:
1542: fnd_file.put_line( which => fnd_file.log
1543: , buff => fnd_message.get);
1544:
1545:
1546: fnd_file.put_line( which => fnd_file.log

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

1542: fnd_file.put_line( which => fnd_file.log
1543: , buff => fnd_message.get);
1544:
1545:
1546: fnd_file.put_line( which => fnd_file.log
1547: , buff => l_sqlcode||' '||l_sqlerrm );
1548:
1549: end calc_rbs_sum ;
1550:

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

1641:
1642: fnd_message.set_token( token => 'TABLE_NAME'
1643: , value => l_table_name );
1644:
1645: fnd_file.put_line( which => fnd_file.log
1646: , buff => fnd_message.get);
1647:
1648: oki_refresh_pvt.update_oki_refresh( l_table_name, l_retcode ) ;
1649:

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

1687:
1688: fnd_message.set_token( token => 'OBJECT_NAME'
1689: , value => 'OKI_LOAD_RBS_PVT.CRT_RNWL_BY_STAT');
1690:
1691: fnd_file.put_line( which => fnd_file.log
1692: , buff => fnd_message.get);
1693:
1694: fnd_file.put_line( which => fnd_file.log
1695: , buff => l_sqlcode||' '||l_sqlerrm );

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

1690:
1691: fnd_file.put_line( which => fnd_file.log
1692: , buff => fnd_message.get);
1693:
1694: fnd_file.put_line( which => fnd_file.log
1695: , buff => l_sqlcode||' '||l_sqlerrm );
1696: end crt_rnwl_by_stat ;
1697:
1698: