DBA Data[Home] [Help]

APPS.OKI_LOAD_WBC_PVT dependencies on FND_FILE

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

155:
156: fnd_message.set_token( token => 'TABLE_NAME'
157: , value => 'OKI_WIP_BY_CUSTOMERS' );
158:
159: fnd_file.put_line( which => fnd_file.log
160: , buff => fnd_message.get);
161:
162: fnd_file.put_line( which => fnd_file.log
163: , buff => l_sqlcode||' '||l_sqlerrm );

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

158:
159: fnd_file.put_line( which => fnd_file.log
160: , buff => fnd_message.get);
161:
162: fnd_file.put_line( which => fnd_file.log
163: , buff => l_sqlcode||' '||l_sqlerrm );
164:
165: WHEN OTHERS THEN
166: l_sqlcode := SQLCODE ;

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

174:
175: fnd_message.set_token( token => 'TABLE_NAME'
176: , value => 'OKI_WIP_BY_CUSTOMERS' );
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: END ins_wip_by_cust ;
184:
185: --------------------------------------------------------------------------------

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

229:
230: fnd_message.set_token( token => 'OBJECT_NAME'
231: , value => 'OKI_LOAD_WBC_PVT.UPD_WIP_BY_CUST');
232:
233: fnd_file.put_line( which => fnd_file.log
234: , buff => fnd_message.get);
235:
236: fnd_file.put_line( which => fnd_file.log
237: , buff => l_sqlcode||' '||l_sqlerrm );

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

232:
233: fnd_file.put_line( which => fnd_file.log
234: , buff => fnd_message.get);
235:
236: fnd_file.put_line( which => fnd_file.log
237: , buff => l_sqlcode||' '||l_sqlerrm );
238: END upd_wip_by_cust ;
239:
240: --------------------------------------------------------------------------------

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

490:
491: fnd_message.set_token( token => 'OBJECT_NAME'
492: , value => 'OKI_LOAD_WBC_PVT.CALC_WBC_DTL1');
493:
494: fnd_file.put_line( which => fnd_file.log
495: , buff => fnd_message.get);
496:
497: -- Log the location within the procedure where the error occurred
498: fnd_message.set_name( application => 'OKI'

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

500:
501: fnd_message.set_token( token => 'LOCATION'
502: , value => l_loc);
503:
504: fnd_file.put_line( which => fnd_file.log
505: , buff => fnd_message.get);
506:
507: fnd_file.put_line( which => fnd_file.log
508: , buff => l_sqlcode||' '||l_sqlerrm );

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

503:
504: fnd_file.put_line( which => fnd_file.log
505: , buff => fnd_message.get);
506:
507: fnd_file.put_line( which => fnd_file.log
508: , buff => l_sqlcode||' '||l_sqlerrm );
509:
510: END calc_wbc_dtl1 ;
511:

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

751:
752: fnd_message.set_token( token => 'OBJECT_NAME'
753: , value => 'OKI_LOAD_WBC_PVT.CALC_WBC_DTL2');
754:
755: fnd_file.put_line( which => fnd_file.log
756: , buff => fnd_message.get);
757:
758: -- Log the location within the procedure where the error occurred
759: fnd_message.set_name( application => 'OKI'

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

761:
762: fnd_message.set_token( token => 'LOCATION'
763: , value => l_loc);
764:
765: fnd_file.put_line( which => fnd_file.log
766: , buff => fnd_message.get);
767:
768: fnd_file.put_line( which => fnd_file.log
769: , buff => l_sqlcode||' '||l_sqlerrm );

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

764:
765: fnd_file.put_line( which => fnd_file.log
766: , buff => fnd_message.get);
767:
768: fnd_file.put_line( which => fnd_file.log
769: , buff => l_sqlcode||' '||l_sqlerrm );
770:
771: END calc_wbc_dtl2 ;
772:

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

1001:
1002: fnd_message.set_token( token => 'OBJECT_NAME'
1003: , value => 'OKI_LOAD_WBC_PVT.CALC_WBC_SUM');
1004:
1005: fnd_file.put_line( which => fnd_file.log
1006: , buff => fnd_message.get);
1007:
1008: -- Log the location within the procedure where the error occurred
1009: fnd_message.set_name( application => 'OKI'

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

1011:
1012: fnd_message.set_token( token => 'LOCATION'
1013: , value => l_loc);
1014:
1015: fnd_file.put_line( which => fnd_file.log
1016: , buff => fnd_message.get);
1017:
1018: fnd_file.put_line( which => fnd_file.log
1019: , buff => l_sqlcode||' '||l_sqlerrm );

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

1014:
1015: fnd_file.put_line( which => fnd_file.log
1016: , buff => fnd_message.get);
1017:
1018: fnd_file.put_line( which => fnd_file.log
1019: , buff => l_sqlcode||' '||l_sqlerrm );
1020:
1021: END calc_wbc_sum ;
1022:

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

1113:
1114: fnd_message.set_token( token => 'TABLE_NAME'
1115: , value => l_table_name );
1116:
1117: fnd_file.put_line( which => fnd_file.log
1118: , buff => fnd_message.get);
1119:
1120: oki_refresh_pvt.update_oki_refresh( l_table_name, l_retcode ) ;
1121:

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

1158:
1159: fnd_message.set_token( token => 'OBJECT_NAME'
1160: , value => 'OKI_LOAD_WBC_PVT.CRT_WIP_BY_CUST');
1161:
1162: fnd_file.put_line( which => fnd_file.log
1163: , buff => fnd_message.get);
1164:
1165: fnd_file.put_line( which => fnd_file.log
1166: , buff => l_sqlcode||' '||l_sqlerrm );

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

1161:
1162: fnd_file.put_line( which => fnd_file.log
1163: , buff => fnd_message.get);
1164:
1165: fnd_file.put_line( which => fnd_file.log
1166: , buff => l_sqlcode||' '||l_sqlerrm );
1167:
1168: end crt_wip_by_cust ;
1169: