DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_WRAPPER dependencies on IGI_IAC_REVAL_INIT_CONTROL

Line 157: IF NOT IGI_IAC_REVAL_INIT_CONTROL.init_control_for_srs

153: begin
154: /* initialize the control record for the asset */
155: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Initialization of the control structure');
156: if fp_calling_program = 'IGIIARVC' then
157: IF NOT IGI_IAC_REVAL_INIT_CONTROL.init_control_for_srs
158: ( fp_asset_id => fp_asset_id
159: , fp_book_type_code => fp_book_type_code
160: , fp_revaluation_id => fp_revaluation_id
161: , fp_revaluation_mode => fp_reval_mode

Line 166: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path,'Failed IGI_IAC_REVAL_INIT_CONTROL.init_control_for_srs');

162: , fp_period_counter => fp_period_counter
163: , fp_iac_reval_control_type => L_reval_control
164: ) then
165: -- add message to the stack
166: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path,'Failed IGI_IAC_REVAL_INIT_CONTROL.init_control_for_srs');
167: return false;
168: end if;
169: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'success IGI_IAC_REVAL_INIT_CONTROL.init_control_for_srs');
170: elsif fp_calling_program = 'IGIIAIAR' then

Line 169: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'success IGI_IAC_REVAL_INIT_CONTROL.init_control_for_srs');

165: -- add message to the stack
166: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path,'Failed IGI_IAC_REVAL_INIT_CONTROL.init_control_for_srs');
167: return false;
168: end if;
169: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'success IGI_IAC_REVAL_INIT_CONTROL.init_control_for_srs');
170: elsif fp_calling_program = 'IGIIAIAR' then
171: IF NOT IGI_IAC_REVAL_INIT_CONTROL.init_control_for_calc
172: ( fp_asset_id => fp_asset_id
173: , fp_book_type_code => fp_book_type_code

Line 171: IF NOT IGI_IAC_REVAL_INIT_CONTROL.init_control_for_calc

167: return false;
168: end if;
169: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'success IGI_IAC_REVAL_INIT_CONTROL.init_control_for_srs');
170: elsif fp_calling_program = 'IGIIAIAR' then
171: IF NOT IGI_IAC_REVAL_INIT_CONTROL.init_control_for_calc
172: ( fp_asset_id => fp_asset_id
173: , fp_book_type_code => fp_book_type_code
174: , fp_revaluation_id => fp_revaluation_id
175: , fp_revaluation_mode => fp_reval_mode

Line 179: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path,'Failed IGI_IAC_REVAL_INIT_CONTROL.init_control_for_calc');

175: , fp_revaluation_mode => fp_reval_mode
176: , fp_period_counter => fp_period_counter
177: , fp_iac_reval_control_type => L_reval_control
178: ) then
179: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path,'Failed IGI_IAC_REVAL_INIT_CONTROL.init_control_for_calc');
180: return false;
181: end if;
182: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'success IGI_IAC_REVAL_INIT_CONTROL.init_control_for_calc');
183: end if;

Line 182: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'success IGI_IAC_REVAL_INIT_CONTROL.init_control_for_calc');

178: ) then
179: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path,'Failed IGI_IAC_REVAL_INIT_CONTROL.init_control_for_calc');
180: return false;
181: end if;
182: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'success IGI_IAC_REVAL_INIT_CONTROL.init_control_for_calc');
183: end if;
184:
185: /* initialize the structures and records */
186: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Initialization of data structures.');