DBA Data[Home] [Help]

APPS.IGI_IAC_ADDITIONS_PKG dependencies on FND_MESSAGE

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

429: p_string => ' This book is an IAC book');
430:
431: IF NOT is_iac_cat_book_defined(p_book_type_code,
432: p_category_id) THEN
433: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
434: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_additions_pkg');
435: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The category is not set up for book in IAC Options', TRUE);
436: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
437: p_full_path => l_path_name,

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

430:
431: IF NOT is_iac_cat_book_defined(p_book_type_code,
432: p_category_id) THEN
433: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
434: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_additions_pkg');
435: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The category is not set up for book in IAC Options', TRUE);
436: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
437: p_full_path => l_path_name,
438: p_remove_from_stack => FALSE);

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

431: IF NOT is_iac_cat_book_defined(p_book_type_code,
432: p_category_id) THEN
433: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
434: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_additions_pkg');
435: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The category is not set up for book in IAC Options', TRUE);
436: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
437: p_full_path => l_path_name,
438: p_remove_from_stack => FALSE);
439: fnd_file.put_line(fnd_file.log, fnd_message.get);

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

435: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The category is not set up for book in IAC Options', TRUE);
436: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
437: p_full_path => l_path_name,
438: p_remove_from_stack => FALSE);
439: fnd_file.put_line(fnd_file.log, fnd_message.get);
440: return FALSE;
441: END IF;
442:
443: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

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

527: p_asset_id,
528: l_dpis_period_counter,
529: l_open_period.period_counter,
530: l_period_num_for_catchup) THEN
531: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
532: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_additions_pkg');
533: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The price indexes are not setup properly. Atleast one period in catchup has the index 9999.99', TRUE);
534: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
535: p_full_path => l_path_name,

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

528: l_dpis_period_counter,
529: l_open_period.period_counter,
530: l_period_num_for_catchup) THEN
531: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
532: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_additions_pkg');
533: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The price indexes are not setup properly. Atleast one period in catchup has the index 9999.99', TRUE);
534: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
535: p_full_path => l_path_name,
536: p_remove_from_stack => FALSE);

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

529: l_open_period.period_counter,
530: l_period_num_for_catchup) THEN
531: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
532: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_additions_pkg');
533: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The price indexes are not setup properly. Atleast one period in catchup has the index 9999.99', TRUE);
534: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
535: p_full_path => l_path_name,
536: p_remove_from_stack => FALSE);
537: fnd_file.put_line(fnd_file.log, fnd_message.get);

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

533: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The price indexes are not setup properly. Atleast one period in catchup has the index 9999.99', TRUE);
534: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
535: p_full_path => l_path_name,
536: p_remove_from_stack => FALSE);
537: fnd_file.put_line(fnd_file.log, fnd_message.get);
538: return FALSE;
539: END IF;
540:
541: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,