DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_CONCURRENT dependencies on FND_MESSAGE

Line 562: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_ACCOUNT_NOT_FOUND');

558: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'>> success count '|| l_success_ct);
559: IF NOT igi_iac_reval_utilities.synchronize_accounts(p_book_type_code => fp_book_type_code,
560: p_period_counter => fp_period_counter,
561: p_calling_function => 'REVALUATION') THEN
562: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_ACCOUNT_NOT_FOUND');
563: FND_MESSAGE.SET_TOKEN('PROCESS','Revaluation',TRUE);
564: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
565: p_full_path => l_path,
566: p_remove_from_stack => FALSE);

Line 563: FND_MESSAGE.SET_TOKEN('PROCESS','Revaluation',TRUE);

559: IF NOT igi_iac_reval_utilities.synchronize_accounts(p_book_type_code => fp_book_type_code,
560: p_period_counter => fp_period_counter,
561: p_calling_function => 'REVALUATION') THEN
562: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_ACCOUNT_NOT_FOUND');
563: FND_MESSAGE.SET_TOKEN('PROCESS','Revaluation',TRUE);
564: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
565: p_full_path => l_path,
566: p_remove_from_stack => FALSE);
567: fnd_file.put_line(fnd_file.log, fnd_message.get);

Line 567: fnd_file.put_line(fnd_file.log, fnd_message.get);

563: FND_MESSAGE.SET_TOKEN('PROCESS','Revaluation',TRUE);
564: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
565: p_full_path => l_path,
566: p_remove_from_stack => FALSE);
567: fnd_file.put_line(fnd_file.log, fnd_message.get);
568:
569: l_failure_ct := l_failure_ct + 1;
570: END IF;
571: