DBA Data[Home] [Help]

APPS.IGI_IAC_ADDITIONS_PKG dependencies on FND_MESSAGE

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

446:
447: --bug 11852403 end
448: IF NOT is_iac_cat_book_defined(p_book_type_code,
449: p_category_id) THEN
450: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
451: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_additions_pkg');
452: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The category is not set up for book in IAC Options', TRUE);
453: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
454: p_full_path => l_path_name,

Line 451: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_additions_pkg');

447: --bug 11852403 end
448: IF NOT is_iac_cat_book_defined(p_book_type_code,
449: p_category_id) THEN
450: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
451: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_additions_pkg');
452: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The category is not set up for book in IAC Options', TRUE);
453: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
454: p_full_path => l_path_name,
455: p_remove_from_stack => FALSE);

Line 452: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The category is not set up for book in IAC Options', TRUE);

448: IF NOT is_iac_cat_book_defined(p_book_type_code,
449: p_category_id) THEN
450: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
451: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_additions_pkg');
452: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The category is not set up for book in IAC Options', TRUE);
453: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
454: p_full_path => l_path_name,
455: p_remove_from_stack => FALSE);
456: fnd_file.put_line(fnd_file.log, fnd_message.get);

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

452: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The category is not set up for book in IAC Options', TRUE);
453: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
454: p_full_path => l_path_name,
455: p_remove_from_stack => FALSE);
456: fnd_file.put_line(fnd_file.log, fnd_message.get);
457: return FALSE;
458: END IF;
459:
460: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

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

544: p_asset_id,
545: l_dpis_period_counter,
546: l_open_period.period_counter,
547: l_period_num_for_catchup) THEN
548: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
549: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_additions_pkg');
550: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The price indexes are not setup properly. Atleast one period in catchup has the index 9999.99', TRUE);
551: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
552: p_full_path => l_path_name,

Line 549: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_additions_pkg');

545: l_dpis_period_counter,
546: l_open_period.period_counter,
547: l_period_num_for_catchup) THEN
548: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
549: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_additions_pkg');
550: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The price indexes are not setup properly. Atleast one period in catchup has the index 9999.99', TRUE);
551: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
552: p_full_path => l_path_name,
553: p_remove_from_stack => FALSE);

Line 550: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The price indexes are not setup properly. Atleast one period in catchup has the index 9999.99', TRUE);

546: l_open_period.period_counter,
547: l_period_num_for_catchup) THEN
548: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
549: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_additions_pkg');
550: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The price indexes are not setup properly. Atleast one period in catchup has the index 9999.99', TRUE);
551: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
552: p_full_path => l_path_name,
553: p_remove_from_stack => FALSE);
554: fnd_file.put_line(fnd_file.log, fnd_message.get);

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

550: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The price indexes are not setup properly. Atleast one period in catchup has the index 9999.99', TRUE);
551: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
552: p_full_path => l_path_name,
553: p_remove_from_stack => FALSE);
554: fnd_file.put_line(fnd_file.log, fnd_message.get);
555: return FALSE;
556: END IF;
557:
558: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,