DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_WRAPPER dependencies on IGI_IAC_REVAL_INIT_STRUCT

Line 188: IF NOT IGI_IAC_REVAL_INIT_STRUCT.init_struct_for_srs

184:
185: /* initialize the structures and records */
186: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Initialization of data structures.');
187: if fp_calling_program = 'IGIIARVC' then
188: IF NOT IGI_IAC_REVAL_INIT_STRUCT.init_struct_for_srs
189: ( fp_asset_id => fp_asset_id
190: , fp_book_type_code => fp_book_type_code
191: , fp_revaluation_id => fp_revaluation_id
192: , fp_revaluation_mode => fp_reval_mode

Line 197: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path,'failed IGI_IAC_REVAL_INIT_STRUCT.init_struct_for_srs');

193: , fp_period_counter => fp_period_counter
194: , fp_control => L_reval_control
195: , fp_reval_params => L_reval_params
196: ) then
197: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path,'failed IGI_IAC_REVAL_INIT_STRUCT.init_struct_for_srs');
198: return false;
199: end if;
200: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'success IGI_IAC_REVAL_INIT_STRUCT.init_struct_for_srs');
201: elsif fp_calling_program = 'IGIIAIAR' then

Line 200: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'success IGI_IAC_REVAL_INIT_STRUCT.init_struct_for_srs');

196: ) then
197: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path,'failed IGI_IAC_REVAL_INIT_STRUCT.init_struct_for_srs');
198: return false;
199: end if;
200: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'success IGI_IAC_REVAL_INIT_STRUCT.init_struct_for_srs');
201: elsif fp_calling_program = 'IGIIAIAR' then
202: IF NOT IGI_IAC_REVAL_INIT_STRUCT.init_struct_for_calc
203: ( fp_asset_id => fp_asset_id
204: , fp_book_type_code => fp_book_type_code

Line 202: IF NOT IGI_IAC_REVAL_INIT_STRUCT.init_struct_for_calc

198: return false;
199: end if;
200: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'success IGI_IAC_REVAL_INIT_STRUCT.init_struct_for_srs');
201: elsif fp_calling_program = 'IGIIAIAR' then
202: IF NOT IGI_IAC_REVAL_INIT_STRUCT.init_struct_for_calc
203: ( fp_asset_id => fp_asset_id
204: , fp_book_type_code => fp_book_type_code
205: , fp_revaluation_id => fp_revaluation_id
206: , fp_revaluation_mode => fp_reval_mode

Line 211: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path,'failed IGI_IAC_REVAL_INIT_STRUCT.init_struct_for_calc');

207: , fp_period_counter => fp_period_counter
208: , fp_control => L_reval_control
209: , fp_reval_params => L_reval_params
210: ) then
211: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path,'failed IGI_IAC_REVAL_INIT_STRUCT.init_struct_for_calc');
212: -- add message to the stack
213: return false;
214: end if;
215: else