DBA Data[Home] [Help]

APPS.IGI_IAC_YTD_PRE_PROCESS_PKG dependencies on IGI_GEN

Line 126: IF NOT igi_gen.is_req_installed('IAC') THEN

122: SAVEPOINT iac_pre_process;
123: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'************************************');
124: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Start of processing for book :'||p_book_type_code);
125: fnd_file.put_line(fnd_file.log, 'Start of processing for book :'||p_book_type_code);
126: IF NOT igi_gen.is_req_installed('IAC') THEN
127: fnd_message.set_name('IGI','IGI_GEN_PROD_NOT_INSTALLED');
128: lv_mesg := fnd_message.get;
129: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,' ********** ');
130: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,lv_mesg);

Line 127: fnd_message.set_name('IGI','IGI_GEN_PROD_NOT_INSTALLED');

123: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'************************************');
124: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Start of processing for book :'||p_book_type_code);
125: fnd_file.put_line(fnd_file.log, 'Start of processing for book :'||p_book_type_code);
126: IF NOT igi_gen.is_req_installed('IAC') THEN
127: fnd_message.set_name('IGI','IGI_GEN_PROD_NOT_INSTALLED');
128: lv_mesg := fnd_message.get;
129: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,' ********** ');
130: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,lv_mesg);
131: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,' ********** ');