DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_VALIDATION dependencies on IGI_IAC_COMMON_UTILS

Line 161: if igi_iac_common_utils.Any_Reval_in_Corp_Book ( P_book_type_Code => fp_book_type_code ,

157: , fp_book_type_code varchar2
158: )
159: return boolean is
160: begin
161: if igi_iac_common_utils.Any_Reval_in_Corp_Book ( P_book_type_Code => fp_book_type_code ,
162: P_Asset_id => fp_asset_id
163: )
164: then
165: return false;

Line 183: if igi_iac_common_utils.Any_Txns_In_Open_Period( P_book_type_Code => fp_book_type_code ,

179: begin
180:
181: l_path := g_path||'validate_new_fa_txns';
182:
183: if igi_iac_common_utils.Any_Txns_In_Open_Period( P_book_type_Code => fp_book_type_code ,
184: P_Asset_id => fp_asset_id
185: )
186: then
187: return false;

Line 209: if not igi_iac_common_utils.any_ret_in_curr_yr(p_book_type_code => fp_book_type_code

205: l_retirements := 'X';
206: l_path := g_path||'not_retired_in_curr_year';
207:
208: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Begin retirements check');
209: if not igi_iac_common_utils.any_ret_in_curr_yr(p_book_type_code => fp_book_type_code
210: ,p_asset_id => fp_asset_id
211: ,p_retirements => l_retirements
212: )
213: then

Line 236: if not igi_iac_common_utils.ANY_ADJ_IN_BOOK(p_book_type_code => fp_book_type_code

232: return boolean is
233: begin
234: return true;
235: /****
236: if not igi_iac_common_utils.ANY_ADJ_IN_BOOK(p_book_type_code => fp_book_type_code
237: ,p_asset_id => fp_asset_id
238: )
239: then
240: return true;