DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_TRANSFER_PKG dependencies on FND_MESSAGE

Line 119: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_NON _DEP');

115: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
116: p_full_path => g_path||'Validate_Assets',
117: p_string => 'Error: Non_Depreciating asset provided with Depreciation figures');
118:
119: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_NON _DEP');
120: l_errbuf := FND_MESSAGE.GET;
121: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
122:
123: l_assets_valid := FALSE;

Line 120: l_errbuf := FND_MESSAGE.GET;

116: p_full_path => g_path||'Validate_Assets',
117: p_string => 'Error: Non_Depreciating asset provided with Depreciation figures');
118:
119: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_NON _DEP');
120: l_errbuf := FND_MESSAGE.GET;
121: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
122:
123: l_assets_valid := FALSE;
124: goto Next_Record;

Line 141: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_DEP_RATIO');

137: p_full_path => g_path||'Validate_Assets',
138: p_string => 'Error: Sum of Backlog Accumulated Depreciation and'||
139: 'Revalued Accumulated Depreciation not correct.');
140:
141: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_DEP_RATIO');
142: l_errbuf := FND_MESSAGE.GET;
143: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
144:
145: l_assets_valid := FALSE;

Line 142: l_errbuf := FND_MESSAGE.GET;

138: p_string => 'Error: Sum of Backlog Accumulated Depreciation and'||
139: 'Revalued Accumulated Depreciation not correct.');
140:
141: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_DEP_RATIO');
142: l_errbuf := FND_MESSAGE.GET;
143: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
144:
145: l_assets_valid := FALSE;
146: goto Next_Record;

Line 197: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_BACKLOG_NEG');

193: p_full_path => g_path||'Validate_Assets',
194: p_string => 'Error: Backlog Accumulated Depreciation has to be greater' ||
195: ' than or equal to zero, when revalued cost is greater than historic cost.');
196:
197: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_BACKLOG_NEG');
198: l_errbuf := FND_MESSAGE.GET;
199: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
200:
201: l_assets_valid := FALSE;

Line 198: l_errbuf := FND_MESSAGE.GET;

194: p_string => 'Error: Backlog Accumulated Depreciation has to be greater' ||
195: ' than or equal to zero, when revalued cost is greater than historic cost.');
196:
197: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_BACKLOG_NEG');
198: l_errbuf := FND_MESSAGE.GET;
199: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
200:
201: l_assets_valid := FALSE;
202: goto Next_Record;

Line 212: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_OP_COST_NOT_ZERO');

208: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
209: p_full_path => g_path||'Validate_Assets',
210: p_string => 'Error: Operating Account must be 0. ');
211:
212: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_OP_COST_NOT_ZERO');
213: l_errbuf := FND_MESSAGE.GET;
214: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
215:
216: l_assets_valid := FALSE;

Line 213: l_errbuf := FND_MESSAGE.GET;

209: p_full_path => g_path||'Validate_Assets',
210: p_string => 'Error: Operating Account must be 0. ');
211:
212: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_OP_COST_NOT_ZERO');
213: l_errbuf := FND_MESSAGE.GET;
214: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
215:
216: l_assets_valid := FALSE;
217: goto Next_Record;

Line 229: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_MAX_BACKLOG');

225: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
226: p_full_path => g_path||'Validate_Assets',
227: p_string => 'Error: Backlog value greater than the max value permissable');
228:
229: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_MAX_BACKLOG');
230: l_errbuf := FND_MESSAGE.GET;
231: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
232:
233: l_assets_valid := FALSE;

Line 230: l_errbuf := FND_MESSAGE.GET;

226: p_full_path => g_path||'Validate_Assets',
227: p_string => 'Error: Backlog value greater than the max value permissable');
228:
229: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_MAX_BACKLOG');
230: l_errbuf := FND_MESSAGE.GET;
231: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
232:
233: l_assets_valid := FALSE;
234: goto Next_Record;

Line 255: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_GEN_FUND');

251: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
252: p_full_path => g_path||'Validate_Assets',
253: p_string => 'Error: Invalid value for General Fund');
254:
255: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_GEN_FUND');
256: l_errbuf := FND_MESSAGE.GET;
257: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
258:
259: l_assets_valid := FALSE;

Line 256: l_errbuf := FND_MESSAGE.GET;

252: p_full_path => g_path||'Validate_Assets',
253: p_string => 'Error: Invalid value for General Fund');
254:
255: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_GEN_FUND');
256: l_errbuf := FND_MESSAGE.GET;
257: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
258:
259: l_assets_valid := FALSE;
260: goto Next_Record;

Line 272: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_REVAL_RES');

268: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
269: p_full_path => g_path||'Validate_Assets',
270: p_string => 'Error: Invalid value for Reval Reserve');
271:
272: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_REVAL_RES');
273: l_errbuf := FND_MESSAGE.GET;
274: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
275:
276: l_assets_valid := FALSE;

Line 273: l_errbuf := FND_MESSAGE.GET;

269: p_full_path => g_path||'Validate_Assets',
270: p_string => 'Error: Invalid value for Reval Reserve');
271:
272: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_REVAL_RES');
273: l_errbuf := FND_MESSAGE.GET;
274: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
275:
276: l_assets_valid := FALSE;
277: goto Next_Record;

Line 292: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_OP_BACKLOG_POS');

288: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
289: p_full_path => g_path||'Validate_Assets',
290: p_string => 'Error: Invalid value for Operating Account Backlog');
291:
292: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_OP_BACKLOG_POS');
293: l_errbuf := FND_MESSAGE.GET;
294: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
295:
296: l_assets_valid := FALSE;

Line 293: l_errbuf := FND_MESSAGE.GET;

289: p_full_path => g_path||'Validate_Assets',
290: p_string => 'Error: Invalid value for Operating Account Backlog');
291:
292: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_OP_BACKLOG_POS');
293: l_errbuf := FND_MESSAGE.GET;
294: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
295:
296: l_assets_valid := FALSE;
297: goto Next_Record;

Line 312: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_GEN_FUND');

308: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
309: p_full_path => g_path||'Validate_Assets',
310: p_string => 'Error: Invalid value for General Fund');
311:
312: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_GEN_FUND');
313: l_errbuf := FND_MESSAGE.GET;
314: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
315:
316: l_assets_valid := FALSE;

Line 313: l_errbuf := FND_MESSAGE.GET;

309: p_full_path => g_path||'Validate_Assets',
310: p_string => 'Error: Invalid value for General Fund');
311:
312: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_GEN_FUND');
313: l_errbuf := FND_MESSAGE.GET;
314: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
315:
316: l_assets_valid := FALSE;
317: goto Next_Record;

Line 330: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_REVAL_RES');

326: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
327: p_full_path => g_path||'Validate_Assets',
328: p_string => 'Error: Invalid value for Reval Reserve');
329:
330: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_REVAL_RES');
331: l_errbuf := FND_MESSAGE.GET;
332: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
333:
334: l_assets_valid := FALSE;

Line 331: l_errbuf := FND_MESSAGE.GET;

327: p_full_path => g_path||'Validate_Assets',
328: p_string => 'Error: Invalid value for Reval Reserve');
329:
330: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_REVAL_RES');
331: l_errbuf := FND_MESSAGE.GET;
332: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
333:
334: l_assets_valid := FALSE;
335: goto Next_Record;

Line 354: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_YTD');

350: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
351: p_full_path => g_path||'Validate_Assets',
352: p_string => 'Error: Invalid value for Revalued YTD Depreciation');
353:
354: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_YTD');
355: l_errbuf := FND_MESSAGE.GET;
356: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
357:
358: l_assets_valid := FALSE;

Line 355: l_errbuf := FND_MESSAGE.GET;

351: p_full_path => g_path||'Validate_Assets',
352: p_string => 'Error: Invalid value for Revalued YTD Depreciation');
353:
354: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_YTD');
355: l_errbuf := FND_MESSAGE.GET;
356: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
357:
358: l_assets_valid := FALSE;
359: goto Next_Record;

Line 392: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_BACKLOG_POS');

388: p_full_path => g_path||'Validate_Assets',
389: p_string => 'Error: Backlog Accumulated Depreciation has to be less' ||
390: ' than or equal to zero, when revalued cost is lesser than historic cost.');
391:
392: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_BACKLOG_POS');
393: l_errbuf := FND_MESSAGE.GET;
394: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
395:
396: l_assets_valid := FALSE;

Line 393: l_errbuf := FND_MESSAGE.GET;

389: p_string => 'Error: Backlog Accumulated Depreciation has to be less' ||
390: ' than or equal to zero, when revalued cost is lesser than historic cost.');
391:
392: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_BACKLOG_POS');
393: l_errbuf := FND_MESSAGE.GET;
394: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
395:
396: l_assets_valid := FALSE;
397: goto Next_Record;

Line 407: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_REVAL_RES_NOT_ZERO');

403: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
404: p_full_path => g_path||'Validate_Assets',
405: p_string => 'Error: Invalid value for Reval Reserve');
406:
407: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_REVAL_RES_NOT_ZERO');
408: l_errbuf := FND_MESSAGE.GET;
409: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
410:
411: l_assets_valid := FALSE;

Line 408: l_errbuf := FND_MESSAGE.GET;

404: p_full_path => g_path||'Validate_Assets',
405: p_string => 'Error: Invalid value for Reval Reserve');
406:
407: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_REVAL_RES_NOT_ZERO');
408: l_errbuf := FND_MESSAGE.GET;
409: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
410:
411: l_assets_valid := FALSE;
412: goto Next_Record;

Line 425: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_MIN_BACKLOG');

421: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
422: p_full_path => g_path||'Validate_Assets',
423: p_string => 'Error: Backlog value less than permissable value');
424:
425: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_MIN_BACKLOG');
426: l_errbuf := FND_MESSAGE.GET;
427: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
428:
429: l_assets_valid := FALSE;

Line 426: l_errbuf := FND_MESSAGE.GET;

422: p_full_path => g_path||'Validate_Assets',
423: p_string => 'Error: Backlog value less than permissable value');
424:
425: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_MIN_BACKLOG');
426: l_errbuf := FND_MESSAGE.GET;
427: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
428:
429: l_assets_valid := FALSE;
430: goto Next_Record;

Line 442: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_GEN_FUND_NEG');

438: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
439: p_full_path => g_path||'Validate_Assets',
440: p_string => 'Error: Invalid value for General Fund');
441:
442: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_GEN_FUND_NEG');
443: l_errbuf := FND_MESSAGE.GET;
444: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
445:
446: l_assets_valid := FALSE;

Line 443: l_errbuf := FND_MESSAGE.GET;

439: p_full_path => g_path||'Validate_Assets',
440: p_string => 'Error: Invalid value for General Fund');
441:
442: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_GEN_FUND_NEG');
443: l_errbuf := FND_MESSAGE.GET;
444: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
445:
446: l_assets_valid := FALSE;
447: goto Next_Record;

Line 460: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_OP_BACKLOG');

456: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
457: p_full_path => g_path||'Validate_Assets',
458: p_string => 'Error: Invalid value for Operating Account Backlog');
459:
460: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_OP_BACKLOG');
461: l_errbuf := FND_MESSAGE.GET;
462: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
463:
464: l_assets_valid := FALSE;

Line 461: l_errbuf := FND_MESSAGE.GET;

457: p_full_path => g_path||'Validate_Assets',
458: p_string => 'Error: Invalid value for Operating Account Backlog');
459:
460: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_OP_BACKLOG');
461: l_errbuf := FND_MESSAGE.GET;
462: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
463:
464: l_assets_valid := FALSE;
465: goto Next_Record;

Line 477: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_OP_BACKLOG');

473: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
474: p_full_path => g_path||'Validate_Assets',
475: p_string => 'Error: Invalid value for Operating Account Backlog');
476:
477: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_OP_BACKLOG');
478: l_errbuf := FND_MESSAGE.GET;
479: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
480:
481: l_assets_valid := FALSE;

Line 478: l_errbuf := FND_MESSAGE.GET;

474: p_full_path => g_path||'Validate_Assets',
475: p_string => 'Error: Invalid value for Operating Account Backlog');
476:
477: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_OP_BACKLOG');
478: l_errbuf := FND_MESSAGE.GET;
479: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
480:
481: l_assets_valid := FALSE;
482: goto Next_Record;

Line 495: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_OP_COST');

491: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
492: p_full_path => g_path||'Validate_Assets',
493: p_string => 'Error: Invalid value for Operating Account Cost');
494:
495: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_OP_COST');
496: l_errbuf := FND_MESSAGE.GET;
497: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
498:
499: l_assets_valid := FALSE;

Line 496: l_errbuf := FND_MESSAGE.GET;

492: p_full_path => g_path||'Validate_Assets',
493: p_string => 'Error: Invalid value for Operating Account Cost');
494:
495: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_OP_COST');
496: l_errbuf := FND_MESSAGE.GET;
497: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
498:
499: l_assets_valid := FALSE;
500: goto Next_Record;

Line 517: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_YTD');

513: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
514: p_full_path => g_path||'Validate_Assets',
515: p_string => 'Error: Invalid value for Revalued YTD Depreciation');
516:
517: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_YTD');
518: l_errbuf := FND_MESSAGE.GET;
519: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
520:
521: l_assets_valid := FALSE;

Line 518: l_errbuf := FND_MESSAGE.GET;

514: p_full_path => g_path||'Validate_Assets',
515: p_string => 'Error: Invalid value for Revalued YTD Depreciation');
516:
517: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_INV_YTD');
518: l_errbuf := FND_MESSAGE.GET;
519: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
520:
521: l_assets_valid := FALSE;
522: goto Next_Record;

Line 548: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_NET_RES_NOT_ZERO');

544: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
545: p_full_path => g_path||'Validate_Assets',
546: p_string => 'Error: Invalid value for Reval Reserve');
547:
548: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_NET_RES_NOT_ZERO');
549: l_errbuf := FND_MESSAGE.GET;
550: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
551:
552: l_assets_valid := FALSE;

Line 549: l_errbuf := FND_MESSAGE.GET;

545: p_full_path => g_path||'Validate_Assets',
546: p_string => 'Error: Invalid value for Reval Reserve');
547:
548: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_NET_RES_NOT_ZERO');
549: l_errbuf := FND_MESSAGE.GET;
550: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
551:
552: l_assets_valid := FALSE;
553: goto Next_Record;

Line 563: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_ACC_BLOG_NOT_ZERO');

559: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
560: p_full_path => g_path||'Validate_Assets',
561: p_string => 'Error: Invalid value for Reval Backlog Depreciation');
562:
563: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_ACC_BLOG_NOT_ZERO');
564: l_errbuf := FND_MESSAGE.GET;
565: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
566:
567: l_assets_valid := FALSE;

Line 564: l_errbuf := FND_MESSAGE.GET;

560: p_full_path => g_path||'Validate_Assets',
561: p_string => 'Error: Invalid value for Reval Backlog Depreciation');
562:
563: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_ACC_BLOG_NOT_ZERO');
564: l_errbuf := FND_MESSAGE.GET;
565: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
566:
567: l_assets_valid := FALSE;
568: goto Next_Record;

Line 578: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_YTD_NOT_EQUAL');

574: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
575: p_full_path => g_path||'Validate_Assets',
576: p_string => 'Error: Invalid value for Revalued YTD Depreciation');
577:
578: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_YTD_NOT_EQUAL');
579: l_errbuf := FND_MESSAGE.GET;
580: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
581:
582: l_assets_valid := FALSE;

Line 579: l_errbuf := FND_MESSAGE.GET;

575: p_full_path => g_path||'Validate_Assets',
576: p_string => 'Error: Invalid value for Revalued YTD Depreciation');
577:
578: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_YTD_NOT_EQUAL');
579: l_errbuf := FND_MESSAGE.GET;
580: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
581:
582: l_assets_valid := FALSE;
583: goto Next_Record;

Line 592: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_ACC_DEP_NOT_EQUAL');

588: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
589: p_full_path => g_path||'Validate_Assets',
590: p_string => 'Error: Invalid value for Revalued Accumulated Depreciation');
591:
592: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_ACC_DEP_NOT_EQUAL');
593: l_errbuf := FND_MESSAGE.GET;
594: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
595:
596: l_assets_valid := FALSE;

Line 593: l_errbuf := FND_MESSAGE.GET;

589: p_full_path => g_path||'Validate_Assets',
590: p_string => 'Error: Invalid value for Revalued Accumulated Depreciation');
591:
592: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_ACC_DEP_NOT_EQUAL');
593: l_errbuf := FND_MESSAGE.GET;
594: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
595:
596: l_assets_valid := FALSE;
597: goto Next_Record;

Line 606: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_OP_CST_NOT_ZERO');

602: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
603: p_full_path => g_path||'Validate_Assets',
604: p_string => 'Error: Invalid value for Operating Account Cost');
605:
606: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_OP_CST_NOT_ZERO');
607: l_errbuf := FND_MESSAGE.GET;
608: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
609:
610: l_assets_valid := FALSE;

Line 607: l_errbuf := FND_MESSAGE.GET;

603: p_full_path => g_path||'Validate_Assets',
604: p_string => 'Error: Invalid value for Operating Account Cost');
605:
606: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_OP_CST_NOT_ZERO');
607: l_errbuf := FND_MESSAGE.GET;
608: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
609:
610: l_assets_valid := FALSE;
611: goto Next_Record;

Line 620: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_OP_BLOG_NOT_ZERO');

616: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
617: p_full_path => g_path||'Validate_Assets',
618: p_string => 'Error: Invalid value for Operating Account Backlog');
619:
620: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_OP_BLOG_NOT_ZERO');
621: l_errbuf := FND_MESSAGE.GET;
622: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
623:
624: l_assets_valid := FALSE;

Line 621: l_errbuf := FND_MESSAGE.GET;

617: p_full_path => g_path||'Validate_Assets',
618: p_string => 'Error: Invalid value for Operating Account Backlog');
619:
620: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_OP_BLOG_NOT_ZERO');
621: l_errbuf := FND_MESSAGE.GET;
622: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
623:
624: l_assets_valid := FALSE;
625: goto Next_Record;

Line 633: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_GEN_FUND_NOT_ZERO');

629: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
630: p_full_path => g_path||'Validate_Assets',
631: p_string => 'Error: Invalid value for General Fund');
632:
633: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_GEN_FUND_NOT_ZERO');
634: l_errbuf := FND_MESSAGE.GET;
635: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
636:
637: l_assets_valid := FALSE;

Line 634: l_errbuf := FND_MESSAGE.GET;

630: p_full_path => g_path||'Validate_Assets',
631: p_string => 'Error: Invalid value for General Fund');
632:
633: FND_MESSAGE.SET_NAME('IGI', 'IGI_IMP_IAC_GEN_FUND_NOT_ZERO');
634: l_errbuf := FND_MESSAGE.GET;
635: fnd_file.put_line(fnd_file.log, arec.asset_id||': '||l_errbuf);
636:
637: l_assets_valid := FALSE;
638: goto Next_Record;

Line 1624: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');

1620: l_set_of_books_Id ,
1621: l_coa_id ,
1622: l_currency ,
1623: l_precision ))) THEN
1624: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
1625: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_imp_iac_transfer_pkg');
1626: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Error Getting GL Info.');
1627:
1628: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,

Line 1625: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_imp_iac_transfer_pkg');

1621: l_coa_id ,
1622: l_currency ,
1623: l_precision ))) THEN
1624: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
1625: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_imp_iac_transfer_pkg');
1626: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Error Getting GL Info.');
1627:
1628: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1629: p_full_path => g_path||'create_adjustments',

Line 1626: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Error Getting GL Info.');

1622: l_currency ,
1623: l_precision ))) THEN
1624: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
1625: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_imp_iac_transfer_pkg');
1626: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Error Getting GL Info.');
1627:
1628: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1629: p_full_path => g_path||'create_adjustments',
1630: p_remove_from_stack => FALSE);

Line 1631: p_errbuf := FND_MESSAGE.GET;

1627:
1628: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1629: p_full_path => g_path||'create_adjustments',
1630: p_remove_from_stack => FALSE);
1631: p_errbuf := FND_MESSAGE.GET;
1632: fnd_file.put_line(fnd_file.log, p_errbuf);
1633: RETURN FALSE ;
1634: END IF;
1635:

Line 1999: fnd_message.set_name ('IGI','IGI_IMP_IAC_TFR_ALREADY_DONE');

1995:
1996: FOR ctrlrec IN c_ctrl LOOP
1997: l_transfer_status := ctrlrec.transfer_Status ;
1998: IF ctrlrec.transfer_status = 'C' THEN
1999: fnd_message.set_name ('IGI','IGI_IMP_IAC_TFR_ALREADY_DONE');
2000: igi_iac_debug_pkg.debug_other_msg(p_level => g_state_level,
2001: p_full_path => g_path||'transfer_data',
2002: p_remove_from_stack => FALSE);
2003: errbuf := fnd_message.get;

Line 2003: errbuf := fnd_message.get;

1999: fnd_message.set_name ('IGI','IGI_IMP_IAC_TFR_ALREADY_DONE');
2000: igi_iac_debug_pkg.debug_other_msg(p_level => g_state_level,
2001: p_full_path => g_path||'transfer_data',
2002: p_remove_from_stack => FALSE);
2003: errbuf := fnd_message.get;
2004: fnd_file.put_line(fnd_file.log, errbuf);
2005: retcode := 0 ;
2006: RETURN ;
2007: END IF;

Line 2015: fnd_message.set_name ('IGI','IGI_IMP_IAC_NO_PREPARE');

2011: IF l_transfer_status ='X' THEN
2012: set_interface_ctrl_status( p_book_type_code ,
2013: p_category_id ,
2014: 'N' );
2015: fnd_message.set_name ('IGI','IGI_IMP_IAC_NO_PREPARE');
2016: igi_iac_debug_pkg.debug_other_msg(p_level => g_state_level,
2017: p_full_path => g_path||'transfer_data',
2018: p_remove_from_stack => FALSE);
2019: errbuf := fnd_message.get;

Line 2019: errbuf := fnd_message.get;

2015: fnd_message.set_name ('IGI','IGI_IMP_IAC_NO_PREPARE');
2016: igi_iac_debug_pkg.debug_other_msg(p_level => g_state_level,
2017: p_full_path => g_path||'transfer_data',
2018: p_remove_from_stack => FALSE);
2019: errbuf := fnd_message.get;
2020: fnd_file.put_line(fnd_file.log, errbuf);
2021: retcode := 0 ;
2022: COMMIT WORK;
2023: RETURN ;

Line 2044: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');

2040: WHEN OTHERS THEN
2041: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
2042: p_full_path => g_path||'transfer_data',
2043: p_string => 'Error : Fetching period counter from control '|| sqlerrm);
2044: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2045: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2046: p_full_path => g_path||'transfer_data',
2047: p_remove_from_stack => FALSE);
2048: errbuf := fnd_message.get;

Line 2048: errbuf := fnd_message.get;

2044: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2045: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2046: p_full_path => g_path||'transfer_data',
2047: p_remove_from_stack => FALSE);
2048: errbuf := fnd_message.get;
2049: fnd_file.put_line(fnd_file.log, errbuf);
2050: raise igi_imp_tfr_error ;
2051: END;
2052:

Line 2069: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_TXNS_IN_IAC');

2065: p_string => 'Error: There have been transactions in Inflation Accounting .');
2066: set_interface_ctrl_status( p_book_type_code ,
2067: p_category_id ,
2068: 'E' );
2069: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_TXNS_IN_IAC');
2070: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2071: p_full_path => g_path||'transfer_data',
2072: p_remove_from_stack => FALSE);
2073: Errbuf := fnd_message.get;

Line 2073: Errbuf := fnd_message.get;

2069: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_TXNS_IN_IAC');
2070: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2071: p_full_path => g_path||'transfer_data',
2072: p_remove_from_stack => FALSE);
2073: Errbuf := fnd_message.get;
2074: fnd_file.put_line(fnd_file.log, errbuf);
2075: retcode := 2 ;
2076: COMMIT WORK;
2077: RETURN ;

Line 2090: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRXNS_IN_OPEN_PERD');

2086: p_string => 'Error: There have been open period transactions on the Book.');
2087: set_interface_ctrl_status( p_book_type_code ,
2088: p_category_id ,
2089: 'E' );
2090: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRXNS_IN_OPEN_PERD');
2091: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2092: p_full_path => g_path||'transfer_data',
2093: p_remove_from_stack => FALSE);
2094: Errbuf := fnd_message.get;

Line 2094: Errbuf := fnd_message.get;

2090: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRXNS_IN_OPEN_PERD');
2091: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2092: p_full_path => g_path||'transfer_data',
2093: p_remove_from_stack => FALSE);
2094: Errbuf := fnd_message.get;
2095: fnd_file.put_line(fnd_file.log, errbuf);
2096: retcode := 2 ;
2097: COMMIT WORK;
2098: RETURN ;

Line 2114: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');

2110: ))) THEN
2111: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
2112: p_full_path => g_path||'transfer_data',
2113: p_string => 'Fetching period Info for counter : '|| l_period_counter );
2114: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2115: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2116: p_full_path => g_path||'transfer_data',
2117: p_remove_from_stack => FALSE);
2118: errbuf := fnd_message.get;

Line 2118: errbuf := fnd_message.get;

2114: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2115: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2116: p_full_path => g_path||'transfer_data',
2117: p_remove_from_stack => FALSE);
2118: errbuf := fnd_message.get;
2119: fnd_file.put_line(fnd_file.log, errbuf);
2120: raise igi_imp_tfr_error ;
2121: END IF;
2122:

Line 2137: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');

2133: ))) THEN
2134: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
2135: p_full_path => g_path||'transfer_data',
2136: p_string => 'Error: Fetching period Info for counter : '|| (l_period_counter-1) );
2137: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2138: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2139: p_full_path => g_path||'transfer_data',
2140: p_remove_from_stack => FALSE);
2141: errbuf := fnd_message.get;

Line 2141: errbuf := fnd_message.get;

2137: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2138: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2139: p_full_path => g_path||'transfer_data',
2140: p_remove_from_stack => FALSE);
2141: errbuf := fnd_message.get;
2142: fnd_file.put_line(fnd_file.log, errbuf);
2143: raise igi_imp_tfr_error ;
2144: END IF;
2145:

Line 2203: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');

2199: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
2200: p_full_path => g_path||'transfer_data',
2201: p_string => 'Error : Creating record in igi_iac_reval_categories '
2202: || sqlerrm);
2203: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2204: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2205: p_full_path => g_path||'transfer_data',
2206: p_remove_from_stack => FALSE);
2207: errbuf := fnd_message.get;

Line 2207: errbuf := fnd_message.get;

2203: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2204: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2205: p_full_path => g_path||'transfer_data',
2206: p_remove_from_stack => FALSE);
2207: errbuf := fnd_message.get;
2208: fnd_file.put_line(fnd_file.log, errbuf);
2209: raise igi_imp_tfr_error ;
2210: END;
2211:

Line 2374: fnd_message.set_name ('IGI', 'IGI_IMP_IAC_PREP_ERROR');

2370: l_dpis_period_counter,
2371: l_corp_last_per_counter,
2372: 'UPGRADE') THEN
2373:
2374: fnd_message.set_name ('IGI', 'IGI_IMP_IAC_PREP_ERROR');
2375: fnd_message.set_token('ROUTINE','igi_iac_ytd_engine.Calculate_YTD');
2376: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2377: p_full_path => g_path,
2378: p_remove_from_stack => FALSE);

Line 2375: fnd_message.set_token('ROUTINE','igi_iac_ytd_engine.Calculate_YTD');

2371: l_corp_last_per_counter,
2372: 'UPGRADE') THEN
2373:
2374: fnd_message.set_name ('IGI', 'IGI_IMP_IAC_PREP_ERROR');
2375: fnd_message.set_token('ROUTINE','igi_iac_ytd_engine.Calculate_YTD');
2376: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2377: p_full_path => g_path,
2378: p_remove_from_stack => FALSE);
2379: errbuf := fnd_message.get;

Line 2379: errbuf := fnd_message.get;

2375: fnd_message.set_token('ROUTINE','igi_iac_ytd_engine.Calculate_YTD');
2376: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2377: p_full_path => g_path,
2378: p_remove_from_stack => FALSE);
2379: errbuf := fnd_message.get;
2380: Raise IGI_IMP_TFR_ERROR ;
2381: END IF;
2382: l_hist_deprn_ytd:=l_hist_info.ytd_deprn;
2383: l_hist_deprn_amount:=l_hist_info.deprn_amount;

Line 2394: fnd_message.set_token('ROUTINE','igi_iac_salvage_pkg.correction');

2390: l_hist_info.cost,
2391: l_hist_info.salvage_value,
2392: P_calling_program=>'IMPLEMENTATTION') THEN
2393:
2394: fnd_message.set_token('ROUTINE','igi_iac_salvage_pkg.correction');
2395: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2396: p_full_path => g_path,
2397: p_remove_from_stack => FALSE);
2398: errbuf := fnd_message.get;

Line 2398: errbuf := fnd_message.get;

2394: fnd_message.set_token('ROUTINE','igi_iac_salvage_pkg.correction');
2395: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2396: p_full_path => g_path,
2397: p_remove_from_stack => FALSE);
2398: errbuf := fnd_message.get;
2399: Raise IGI_IMP_TFR_ERROR ;
2400: END IF;
2401: END IF;
2402: l_deprn_amount:= l_hist_deprn_amount_sal_corr*(l_cumulative_reval_factor-1);

Line 2538: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');

2534: p_hist_deprn_ytd => l_hist_deprn_ytd,
2535: p_hist_deprn_reserve => l_hist_deprn_reserve,
2536: p_errbuf => errbuf )))
2537: THEN
2538: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2539: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2540: p_full_path => g_path||'transfer_data',
2541: p_remove_from_stack => FALSE);
2542: errbuf := fnd_message.get;

Line 2542: errbuf := fnd_message.get;

2538: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2539: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2540: p_full_path => g_path||'transfer_data',
2541: p_remove_from_stack => FALSE);
2542: errbuf := fnd_message.get;
2543: fnd_file.put_line(fnd_file.log, errbuf);
2544: raise igi_imp_tfr_error ;
2545: END IF;
2546:

Line 2578: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');

2574: p_hist_deprn_ytd => l_hist_deprn_ytd,
2575: p_hist_deprn_reserve => l_hist_deprn_reserve,
2576: p_errbuf => errbuf )))
2577: THEN
2578: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2579: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2580: p_full_path => g_path||'transfer_data',
2581: p_remove_from_stack => FALSE);
2582: errbuf := fnd_message.get;

Line 2582: errbuf := fnd_message.get;

2578: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2579: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2580: p_full_path => g_path||'transfer_data',
2581: p_remove_from_stack => FALSE);
2582: errbuf := fnd_message.get;
2583: fnd_file.put_line(fnd_file.log, errbuf);
2584: raise igi_imp_tfr_error ;
2585: END IF;
2586:

Line 2601: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');

2597: l_out_adj_id ,
2598: l_prev_prd_rec.period_counter ,
2599: errbuf ,
2600: p_event_id ))) THEN
2601: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2602: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2603: p_full_path => g_path||'transfer_data',
2604: p_remove_from_stack => FALSE);
2605: errbuf := fnd_message.get;

Line 2605: errbuf := fnd_message.get;

2601: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2602: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2603: p_full_path => g_path||'transfer_data',
2604: p_remove_from_stack => FALSE);
2605: errbuf := fnd_message.get;
2606: fnd_file.put_line(fnd_file.log, errbuf);
2607: raise igi_imp_tfr_error ;
2608: END IF;
2609:

Line 2620: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');

2616: WHERE ct.calendar_type = bc.deprn_calendar
2617: AND bc.book_type_code = l_corporate_book ;
2618: EXCEPTION
2619: WHEN OTHERS THEN
2620: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2621: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2622: p_full_path => g_path||'transfer_data',
2623: p_remove_from_stack => FALSE);
2624: errbuf := fnd_message.get;

Line 2624: errbuf := fnd_message.get;

2620: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2621: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2622: p_full_path => g_path||'transfer_data',
2623: p_remove_from_stack => FALSE);
2624: errbuf := fnd_message.get;
2625: fnd_file.put_line(fnd_file.log, errbuf);
2626: raise igi_imp_tfr_error ;
2627: END ;
2628: BEGIN

Line 2635: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');

2631: FROM igi_iac_book_controls ib
2632: WHERE ib.book_type_code = l_corporate_book ;
2633: EXCEPTION
2634: WHEN OTHERS THEN
2635: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2636: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2637: p_full_path => g_path||'transfer_data',
2638: p_remove_from_stack => FALSE);
2639: errbuf := fnd_message.get;

Line 2639: errbuf := fnd_message.get;

2635: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2636: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2637: p_full_path => g_path||'transfer_data',
2638: p_remove_from_stack => FALSE);
2639: errbuf := fnd_message.get;
2640: fnd_file.put_line(fnd_file.log, errbuf);
2641: raise igi_imp_tfr_error ;
2642: END ;
2643:

Line 2709: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');

2705: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
2706: p_full_path => g_path||'transfer_data',
2707: p_string => 'Error : Creating rows in igi_iac_revaluation_rates ...'
2708: ||sqlerrm);
2709: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2710: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2711: p_full_path => g_path||'transfer_data',
2712: p_remove_from_stack => FALSE);
2713: errbuf := fnd_message.get;

Line 2713: errbuf := fnd_message.get;

2709: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2710: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2711: p_full_path => g_path||'transfer_data',
2712: p_remove_from_stack => FALSE);
2713: errbuf := fnd_message.get;
2714: fnd_file.put_line(fnd_file.log, errbuf);
2715: raise igi_imp_tfr_error ;
2716: END;
2717:

Line 2746: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');

2742: IF ( SQL%ROWCOUNT = 0 ) THEN
2743: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
2744: p_full_path => g_path||'transfer_data',
2745: p_string => ' ERROR -> Updating igi_iac_category_books ...'|| sqlerrm );
2746: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2747: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2748: p_full_path => g_path||'transfer_data',
2749: p_remove_from_stack => FALSE);
2750: errbuf := fnd_message.get;

Line 2750: errbuf := fnd_message.get;

2746: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRF_GENERIC_ERROR');
2747: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2748: p_full_path => g_path||'transfer_data',
2749: p_remove_from_stack => FALSE);
2750: errbuf := fnd_message.get;
2751: fnd_file.put_line(fnd_file.log, errbuf);
2752: raise igi_imp_tfr_error ;
2753: ELSE
2754: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,