DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_PREPARE_PKG dependencies on IGI_IAC_REVAL_UTILITIES

Line 855: If igi_iac_reval_utilities.Populate_depreciation(

851: Else
852: If p_corp_curr_period_num = 1 Then
853: l_imp_interface.ytd_hist := 0;
854: Else
855: If igi_iac_reval_utilities.Populate_depreciation(
856: C_book_info_rec.asset_id,
857: p_corp_book,
858: l_corp_last_per_counter,
859: l_hist_info ) Then

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;