DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_PREPARE_PKG dependencies on FND_MESSAGE

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

860: L_imp_interface.ytd_hist :=
861: ( l_Corp_Deprn_Summary.deprn_reserve
862: * (l_hist_info.deprn_periods_current_year/l_hist_info.deprn_periods_elapsed));
863: Else
864: fnd_message.set_name ('IGI', 'IGI_IMP_IAC_PREP_ERROR');
865: fnd_message.set_token('ROUTINE','igi_iac_reval_utilities.Populate_depreciation');
866: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
867: p_full_path => l_path_name,
868: p_remove_from_stack => FALSE);

Line 865: fnd_message.set_token('ROUTINE','igi_iac_reval_utilities.Populate_depreciation');

861: ( l_Corp_Deprn_Summary.deprn_reserve
862: * (l_hist_info.deprn_periods_current_year/l_hist_info.deprn_periods_elapsed));
863: Else
864: fnd_message.set_name ('IGI', 'IGI_IMP_IAC_PREP_ERROR');
865: fnd_message.set_token('ROUTINE','igi_iac_reval_utilities.Populate_depreciation');
866: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
867: p_full_path => l_path_name,
868: p_remove_from_stack => FALSE);
869: p_out_message := fnd_message.get;

Line 869: p_out_message := fnd_message.get;

865: fnd_message.set_token('ROUTINE','igi_iac_reval_utilities.Populate_depreciation');
866: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
867: p_full_path => l_path_name,
868: p_remove_from_stack => FALSE);
869: p_out_message := fnd_message.get;
870: Raise Prepare_Data_Error;
871: End if;
872: End if;
873: End if;

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

1163: IF NOT igi_iac_common_utils.get_period_info_for_counter(
1164: p_corp_book,
1165: l_Corp_last_per_counter,
1166: l_last_deprn_period) THEN
1167: fnd_message.set_name ('IGI', 'IGI_IMP_IAC_PREP_ERROR');
1168: fnd_message.set_token('ROUTINE','igi_iac_common_utils.get_period_info_for_counter');
1169: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1170: p_full_path => l_path_name,
1171: p_remove_from_stack => FALSE);

Line 1168: fnd_message.set_token('ROUTINE','igi_iac_common_utils.get_period_info_for_counter');

1164: p_corp_book,
1165: l_Corp_last_per_counter,
1166: l_last_deprn_period) THEN
1167: fnd_message.set_name ('IGI', 'IGI_IMP_IAC_PREP_ERROR');
1168: fnd_message.set_token('ROUTINE','igi_iac_common_utils.get_period_info_for_counter');
1169: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1170: p_full_path => l_path_name,
1171: p_remove_from_stack => FALSE);
1172: p_out_message := fnd_message.get;

Line 1172: p_out_message := fnd_message.get;

1168: fnd_message.set_token('ROUTINE','igi_iac_common_utils.get_period_info_for_counter');
1169: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1170: p_full_path => l_path_name,
1171: p_remove_from_stack => FALSE);
1172: p_out_message := fnd_message.get;
1173: Raise Prepare_Data_Error;
1174: END IF;
1175: Else
1176: l_corp_last_per_counter := p_corp_last_per_counter;

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

1232: IF NOT igi_iac_common_utils.get_period_info_for_counter(
1233: p_corp_book,
1234: l_booksrow_counter,
1235: l_booksrow_period) THEN
1236: fnd_message.set_name ('IGI', 'IGI_IMP_IAC_PREP_ERROR');
1237: fnd_message.set_token('ROUTINE','igi_iac_common_utils.get_period_info_for_counter');
1238: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1239: p_full_path => l_path_name,
1240: p_remove_from_stack => FALSE);

Line 1237: fnd_message.set_token('ROUTINE','igi_iac_common_utils.get_period_info_for_counter');

1233: p_corp_book,
1234: l_booksrow_counter,
1235: l_booksrow_period) THEN
1236: fnd_message.set_name ('IGI', 'IGI_IMP_IAC_PREP_ERROR');
1237: fnd_message.set_token('ROUTINE','igi_iac_common_utils.get_period_info_for_counter');
1238: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1239: p_full_path => l_path_name,
1240: p_remove_from_stack => FALSE);
1241: p_out_message := fnd_message.get;

Line 1241: p_out_message := fnd_message.get;

1237: fnd_message.set_token('ROUTINE','igi_iac_common_utils.get_period_info_for_counter');
1238: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1239: p_full_path => l_path_name,
1240: p_remove_from_stack => FALSE);
1241: p_out_message := fnd_message.get;
1242: Raise Prepare_Data_Error;
1243: END IF;
1244:
1245: IF (l_booksrow_period.fiscal_year <> p_corp_curr_fiscal_year) OR

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

1257: null, null,null,null,null,null,
1258: l_corp_deprn_summary.deprn_reserve,
1259: l_corp_deprn_summary.ytd_deprn,
1260: 'UPGRADE',NULL)Then
1261: fnd_message.set_name ('IGI', 'IGI_IMP_IAC_PREP_ERROR');
1262: fnd_message.set_token('ROUTINE','igi_iac_additions_pkg.do_prior_addition');
1263: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1264: p_full_path => l_path_name,
1265: p_remove_from_stack => FALSE);

Line 1262: fnd_message.set_token('ROUTINE','igi_iac_additions_pkg.do_prior_addition');

1258: l_corp_deprn_summary.deprn_reserve,
1259: l_corp_deprn_summary.ytd_deprn,
1260: 'UPGRADE',NULL)Then
1261: fnd_message.set_name ('IGI', 'IGI_IMP_IAC_PREP_ERROR');
1262: fnd_message.set_token('ROUTINE','igi_iac_additions_pkg.do_prior_addition');
1263: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1264: p_full_path => l_path_name,
1265: p_remove_from_stack => FALSE);
1266: p_out_message := fnd_message.get;

Line 1266: p_out_message := fnd_message.get;

1262: fnd_message.set_token('ROUTINE','igi_iac_additions_pkg.do_prior_addition');
1263: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1264: p_full_path => l_path_name,
1265: p_remove_from_stack => FALSE);
1266: p_out_message := fnd_message.get;
1267: Raise Prepare_Data_Error;
1268: Else
1269: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1270: p_full_path => l_path_name,

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

1381: l_dpis_period_counter,
1382: l_corp_last_per_counter,
1383: 'UPGRADE') THEN
1384:
1385: fnd_message.set_name ('IGI', 'IGI_IMP_IAC_PREP_ERROR');
1386: fnd_message.set_token('ROUTINE','igi_iac_ytd_engine.Calculate_YTD');
1387: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1388: p_full_path => l_path_name,
1389: p_remove_from_stack => FALSE);

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

1382: l_corp_last_per_counter,
1383: 'UPGRADE') THEN
1384:
1385: fnd_message.set_name ('IGI', 'IGI_IMP_IAC_PREP_ERROR');
1386: fnd_message.set_token('ROUTINE','igi_iac_ytd_engine.Calculate_YTD');
1387: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1388: p_full_path => l_path_name,
1389: p_remove_from_stack => FALSE);
1390: p_out_message := fnd_message.get;

Line 1390: p_out_message := fnd_message.get;

1386: fnd_message.set_token('ROUTINE','igi_iac_ytd_engine.Calculate_YTD');
1387: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1388: p_full_path => l_path_name,
1389: p_remove_from_stack => FALSE);
1390: p_out_message := fnd_message.get;
1391: Raise Prepare_Data_Error;
1392: END IF;
1393:
1394: l_imp_interface.ytd_hist := l_hist_info.ytd_deprn;