DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_UTILITIES dependencies on IGI_IAC_COMMON_UTILS

Line 68: if not IGI_IAC_COMMON_UTILS.Get_Latest_Transaction

64: l_adjustment_id := -1;
65: l_prev_adjustment_id := -1;
66: l_path_name := g_path||'latest_adjustment';
67:
68: if not IGI_IAC_COMMON_UTILS.Get_Latest_Transaction
69: ( X_book_type_code => fp_book_type_code
70: , X_asset_id => fp_asset_id
71: , X_Transaction_Type_Code => l_transaction_type_code
72: , X_Transaction_Id => l_transaction_id

Line 159: if not IGI_IAC_COMMON_UTILS.get_period_info_for_date

155: begin
156: l_path_name := g_path||'populate_depreciation';
157: fp_hist_info_old := fp_hist_info;
158:
159: if not IGI_IAC_COMMON_UTILS.get_period_info_for_date
160: ( p_book_type_code => fp_book_type_code
161: , p_date => fp_hist_info.date_placed_in_service
162: , p_prd_rec => l_dpis_prd_rec
163: )

Line 168: if not IGI_IAC_COMMON_UTILS.get_period_info_for_counter

164: then
165: return false;
166: end if;
167:
168: if not IGI_IAC_COMMON_UTILS.get_period_info_for_counter
169: ( p_book_type_code => fp_book_type_code
170: , p_period_counter => fp_period_counter
171: , p_prd_rec => l_curr_prd_rec
172: )

Line 233: if not IGI_IAC_COMMON_UTILS.get_period_info_for_counter

229: if l_last_period_counter < l_curr_prd_rec.period_counter then
230: declare
231: l_prd_rec IGI_IAC_TYPES.prd_rec;
232: begin
233: if not IGI_IAC_COMMON_UTILS.get_period_info_for_counter
234: ( p_book_type_code => fp_book_type_code
235: , p_period_counter => l_last_period_counter
236: , p_prd_rec => l_prd_rec
237: )

Line 712: IF NOT igi_iac_common_utils.Get_Period_Info_for_Date( fp_book_type_code ,

708: OPEN c_get_dpis;
709: FETCH c_get_dpis INTO l_dpis, l_fully_reserved, l_life_in_months, l_depreciate_flag;
710: CLOSE c_get_dpis;
711:
712: IF NOT igi_iac_common_utils.Get_Period_Info_for_Date( fp_book_type_code ,
713: l_dpis ,
714: l_dpis_period) THEN
715:
716: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,p_full_path => l_path_name,

Line 723: IF NOT igi_iac_common_utils.Get_Period_Info_for_Counter( fp_book_type_code ,

719: END IF;
720: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,p_full_path => l_path_name,
721: p_string => 'DPIS Period:'||l_dpis_period.period_counter);
722:
723: IF NOT igi_iac_common_utils.Get_Period_Info_for_Counter( fp_book_type_code ,
724: fp_current_period_counter ,
725: l_current_period) THEN
726: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,p_full_path => l_path_name,
727: p_string => 'Error in fetching current period information ');

Line 742: IF NOT igi_iac_common_utils.Get_Period_Info_for_Counter( fp_book_type_code ,

738:
739: l_total_periods := ceil((l_life_in_months*l_periods_per_FY)/12);
740: l_fully_reserved_counter := (l_dpis_period.period_counter + l_total_periods - 1);
741:
742: IF NOT igi_iac_common_utils.Get_Period_Info_for_Counter( fp_book_type_code ,
743: l_fully_reserved_counter ,
744: l_fully_reserved_period) THEN
745: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,p_full_path => l_path_name,
746: p_string => 'Error in fetching fully reserved period information ');

Line 932: IF NOT igi_iac_common_utils.Get_Period_Info_for_Date( fp_book_type_code ,

928: OPEN c_get_dpis;
929: FETCH c_get_dpis INTO l_dpis, l_fully_reserved, l_life_in_months, l_depreciate_flag;
930: CLOSE c_get_dpis;
931:
932: IF NOT igi_iac_common_utils.Get_Period_Info_for_Date( fp_book_type_code ,
933: l_dpis ,
934: l_dpis_period) THEN
935: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,p_full_path => l_path_name,
936: p_string => 'Error in fetching DPIS period information ');

Line 942: IF NOT igi_iac_common_utils.Get_Period_Info_for_Counter( fp_book_type_code ,

938: END IF;
939: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,p_full_path => l_path_name,
940: p_string => 'DPIS Period:'||l_dpis_period.period_counter);
941:
942: IF NOT igi_iac_common_utils.Get_Period_Info_for_Counter( fp_book_type_code ,
943: fp_current_period_counter ,
944: l_current_period) THEN
945: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,p_full_path => l_path_name,
946: p_string => 'Error in fetching current period information ');

Line 965: IF NOT igi_iac_common_utils.Get_Period_Info_for_Counter( fp_book_type_code ,

961: IF l_fully_reserved_counter > l_fully_reserved THEN
962: l_fully_reserved_counter := l_fully_reserved;
963: END IF;
964:
965: IF NOT igi_iac_common_utils.Get_Period_Info_for_Counter( fp_book_type_code ,
966: l_fully_reserved_counter ,
967: l_fully_reserved_period) THEN
968: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,p_full_path => l_path_name,
969: p_string => 'Error in fetching fully reserved period information ');

Line 1002: IF NOT igi_iac_common_utils.Get_Period_Info_for_Counter( fp_book_type_code ,

998:
999: IF l_dist.active_flag = 'N' THEN -- inactive
1000: IF l_last_dist_period.period_counter >= l_dist.period_counter_closed THEN --
1001: -- get info for the period counter closed.
1002: IF NOT igi_iac_common_utils.Get_Period_Info_for_Counter( fp_book_type_code ,
1003: l_dist.period_counter_closed - 1 ,
1004: l_last_dist_period) THEN
1005: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,p_full_path => l_path_name,
1006: p_string => 'Error in fetching dist closed period information ');