DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_PKG dependencies on IGI_IAC_DEBUG_PKG

Line 172: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

168:
169: PROCEDURE print_parameter_values IS
170: l_path_name VARCHAR2(150) := g_path||'print_parameter_values';
171: BEGIN
172: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
173: p_full_path => l_path_name,
174: p_string => '+paramter values received to do_adjustments');
175: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
176: p_full_path => l_path_name,

Line 175: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

171: BEGIN
172: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
173: p_full_path => l_path_name,
174: p_string => '+paramter values received to do_adjustments');
175: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
176: p_full_path => l_path_name,
177: p_string => ' +asset_trans_hdr_rec');
178: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
179: p_full_path => l_path_name,

Line 178: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

174: p_string => '+paramter values received to do_adjustments');
175: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
176: p_full_path => l_path_name,
177: p_string => ' +asset_trans_hdr_rec');
178: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
179: p_full_path => l_path_name,
180: p_string => ' +transaction_header_id.......... '||p_trans_rec.transaction_header_id );
181: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
182: p_full_path => l_path_name,

Line 181: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

177: p_string => ' +asset_trans_hdr_rec');
178: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
179: p_full_path => l_path_name,
180: p_string => ' +transaction_header_id.......... '||p_trans_rec.transaction_header_id );
181: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
182: p_full_path => l_path_name,
183: p_string => ' +transaction_type_code.......... '||p_trans_rec.transaction_type_code );
184: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
185: p_full_path => l_path_name,

Line 184: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

180: p_string => ' +transaction_header_id.......... '||p_trans_rec.transaction_header_id );
181: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
182: p_full_path => l_path_name,
183: p_string => ' +transaction_type_code.......... '||p_trans_rec.transaction_type_code );
184: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
185: p_full_path => l_path_name,
186: p_string => ' +transaction_date_entered....... '||p_trans_rec.transaction_date_entered );
187: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
188: p_full_path => l_path_name,

Line 187: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

183: p_string => ' +transaction_type_code.......... '||p_trans_rec.transaction_type_code );
184: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
185: p_full_path => l_path_name,
186: p_string => ' +transaction_date_entered....... '||p_trans_rec.transaction_date_entered );
187: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
188: p_full_path => l_path_name,
189: p_string => ' +transaction_name............... '||p_trans_rec.transaction_name);
190: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
191: p_full_path => l_path_name,

Line 190: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

186: p_string => ' +transaction_date_entered....... '||p_trans_rec.transaction_date_entered );
187: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
188: p_full_path => l_path_name,
189: p_string => ' +transaction_name............... '||p_trans_rec.transaction_name);
190: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
191: p_full_path => l_path_name,
192: p_string => ' +source_transaction_header_id... '||p_trans_rec.source_transaction_header_id);
193: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
194: p_full_path => l_path_name,

Line 193: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

189: p_string => ' +transaction_name............... '||p_trans_rec.transaction_name);
190: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
191: p_full_path => l_path_name,
192: p_string => ' +source_transaction_header_id... '||p_trans_rec.source_transaction_header_id);
193: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
194: p_full_path => l_path_name,
195: p_string => ' +mass_reference_id.............. '|| p_trans_rec.mass_reference_id);
196: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
197: p_full_path => l_path_name,

Line 196: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

192: p_string => ' +source_transaction_header_id... '||p_trans_rec.source_transaction_header_id);
193: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
194: p_full_path => l_path_name,
195: p_string => ' +mass_reference_id.............. '|| p_trans_rec.mass_reference_id);
196: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
197: p_full_path => l_path_name,
198: p_string => ' +transaction_subtype............ '|| p_trans_rec.transaction_subtype);
199: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
200: p_full_path => l_path_name,

Line 199: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

195: p_string => ' +mass_reference_id.............. '|| p_trans_rec.mass_reference_id);
196: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
197: p_full_path => l_path_name,
198: p_string => ' +transaction_subtype............ '|| p_trans_rec.transaction_subtype);
199: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
200: p_full_path => l_path_name,
201: p_string => ' +transaction_key................ '|| p_trans_rec.transaction_key);
202: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
203: p_full_path => l_path_name,

Line 202: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

198: p_string => ' +transaction_subtype............ '|| p_trans_rec.transaction_subtype);
199: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
200: p_full_path => l_path_name,
201: p_string => ' +transaction_key................ '|| p_trans_rec.transaction_key);
202: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
203: p_full_path => l_path_name,
204: p_string => ' +amortization_start_date........ '||p_trans_rec.amortization_start_date);
205: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
206: p_full_path => l_path_name,

Line 205: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

201: p_string => ' +transaction_key................ '|| p_trans_rec.transaction_key);
202: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
203: p_full_path => l_path_name,
204: p_string => ' +amortization_start_date........ '||p_trans_rec.amortization_start_date);
205: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
206: p_full_path => l_path_name,
207: p_string => ' +calling_interface.............. '||p_trans_rec.calling_interface);
208: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
209: p_full_path => l_path_name,

Line 208: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

204: p_string => ' +amortization_start_date........ '||p_trans_rec.amortization_start_date);
205: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
206: p_full_path => l_path_name,
207: p_string => ' +calling_interface.............. '||p_trans_rec.calling_interface);
208: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
209: p_full_path => l_path_name,
210: p_string => ' +mass_transaction_id............ '||p_trans_rec.mass_transaction_id);
211: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
212: p_full_path => l_path_name,

Line 211: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

207: p_string => ' +calling_interface.............. '||p_trans_rec.calling_interface);
208: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
209: p_full_path => l_path_name,
210: p_string => ' +mass_transaction_id............ '||p_trans_rec.mass_transaction_id);
211: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
212: p_full_path => l_path_name,
213: p_string => ' +asset_hdr_rec');
214: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
215: p_full_path => l_path_name,

Line 214: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

210: p_string => ' +mass_transaction_id............ '||p_trans_rec.mass_transaction_id);
211: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
212: p_full_path => l_path_name,
213: p_string => ' +asset_hdr_rec');
214: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
215: p_full_path => l_path_name,
216: p_string => ' +asset_id....................... '|| p_asset_hdr_rec.asset_id );
217: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
218: p_full_path => l_path_name,

Line 217: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

213: p_string => ' +asset_hdr_rec');
214: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
215: p_full_path => l_path_name,
216: p_string => ' +asset_id....................... '|| p_asset_hdr_rec.asset_id );
217: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
218: p_full_path => l_path_name,
219: p_string => ' +book_type_code................. '|| p_asset_hdr_rec.book_type_code );
220: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
221: p_full_path => l_path_name,

Line 220: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

216: p_string => ' +asset_id....................... '|| p_asset_hdr_rec.asset_id );
217: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
218: p_full_path => l_path_name,
219: p_string => ' +book_type_code................. '|| p_asset_hdr_rec.book_type_code );
220: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
221: p_full_path => l_path_name,
222: p_string => ' +set_of_books_id................ '|| p_asset_hdr_rec.set_of_books_id);
223: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
224: p_full_path => l_path_name,

Line 223: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

219: p_string => ' +book_type_code................. '|| p_asset_hdr_rec.book_type_code );
220: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
221: p_full_path => l_path_name,
222: p_string => ' +set_of_books_id................ '|| p_asset_hdr_rec.set_of_books_id);
223: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
224: p_full_path => l_path_name,
225: p_string => ' +period_of_addition............. '||p_asset_hdr_rec.period_of_addition);
226: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
227: p_full_path => l_path_name,

Line 226: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

222: p_string => ' +set_of_books_id................ '|| p_asset_hdr_rec.set_of_books_id);
223: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
224: p_full_path => l_path_name,
225: p_string => ' +period_of_addition............. '||p_asset_hdr_rec.period_of_addition);
226: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
227: p_full_path => l_path_name,
228: p_string => ' +asset_fin_rec_type');
229: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
230: p_full_path => l_path_name,

Line 229: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

225: p_string => ' +period_of_addition............. '||p_asset_hdr_rec.period_of_addition);
226: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
227: p_full_path => l_path_name,
228: p_string => ' +asset_fin_rec_type');
229: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
230: p_full_path => l_path_name,
231: p_string => ' +set_of_books_id........................'||p_asset_fin_rec.set_of_books_id);
232: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
233: p_full_path => l_path_name,

Line 232: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

228: p_string => ' +asset_fin_rec_type');
229: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
230: p_full_path => l_path_name,
231: p_string => ' +set_of_books_id........................'||p_asset_fin_rec.set_of_books_id);
232: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
233: p_full_path => l_path_name,
234: p_string => ' +date_placed_in_service ........................'||p_asset_fin_rec.date_placed_in_service);
235: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
236: p_full_path => l_path_name,

Line 235: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

231: p_string => ' +set_of_books_id........................'||p_asset_fin_rec.set_of_books_id);
232: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
233: p_full_path => l_path_name,
234: p_string => ' +date_placed_in_service ........................'||p_asset_fin_rec.date_placed_in_service);
235: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
236: p_full_path => l_path_name,
237: p_string => ' +deprn_start_date ........................'||p_asset_fin_rec.deprn_start_date);
238: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
239: p_full_path => l_path_name,

Line 238: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

234: p_string => ' +date_placed_in_service ........................'||p_asset_fin_rec.date_placed_in_service);
235: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
236: p_full_path => l_path_name,
237: p_string => ' +deprn_start_date ........................'||p_asset_fin_rec.deprn_start_date);
238: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
239: p_full_path => l_path_name,
240: p_string => ' +deprn_method_code ........................'||p_asset_fin_rec. deprn_method_code);
241: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
242: p_full_path => l_path_name,

Line 241: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

237: p_string => ' +deprn_start_date ........................'||p_asset_fin_rec.deprn_start_date);
238: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
239: p_full_path => l_path_name,
240: p_string => ' +deprn_method_code ........................'||p_asset_fin_rec. deprn_method_code);
241: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
242: p_full_path => l_path_name,
243: p_string => ' +life_in_months ........................'||p_asset_fin_rec.life_in_months);
244: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
245: p_full_path => l_path_name,

Line 244: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

240: p_string => ' +deprn_method_code ........................'||p_asset_fin_rec. deprn_method_code);
241: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
242: p_full_path => l_path_name,
243: p_string => ' +life_in_months ........................'||p_asset_fin_rec.life_in_months);
244: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
245: p_full_path => l_path_name,
246: p_string => ' +rate_adjustment_factor ........................'||p_asset_fin_rec.rate_adjustment_factor);
247: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
248: p_full_path => l_path_name,

Line 247: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

243: p_string => ' +life_in_months ........................'||p_asset_fin_rec.life_in_months);
244: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
245: p_full_path => l_path_name,
246: p_string => ' +rate_adjustment_factor ........................'||p_asset_fin_rec.rate_adjustment_factor);
247: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
248: p_full_path => l_path_name,
249: p_string => ' +adjusted_cost ........................'||p_asset_fin_rec.adjusted_cost);
250: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
251: p_full_path => l_path_name,

Line 250: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

246: p_string => ' +rate_adjustment_factor ........................'||p_asset_fin_rec.rate_adjustment_factor);
247: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
248: p_full_path => l_path_name,
249: p_string => ' +adjusted_cost ........................'||p_asset_fin_rec.adjusted_cost);
250: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
251: p_full_path => l_path_name,
252: p_string => ' +cost ........................'||p_asset_fin_rec.cost);
253: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
254: p_full_path => l_path_name,

Line 253: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

249: p_string => ' +adjusted_cost ........................'||p_asset_fin_rec.adjusted_cost);
250: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
251: p_full_path => l_path_name,
252: p_string => ' +cost ........................'||p_asset_fin_rec.cost);
253: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
254: p_full_path => l_path_name,
255: p_string => ' +original_cost ........................'||p_asset_fin_rec.original_cost);
256: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
257: p_full_path => l_path_name,

Line 256: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

252: p_string => ' +cost ........................'||p_asset_fin_rec.cost);
253: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
254: p_full_path => l_path_name,
255: p_string => ' +original_cost ........................'||p_asset_fin_rec.original_cost);
256: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
257: p_full_path => l_path_name,
258: p_string => ' +salvage_value ........................'||p_asset_fin_rec.salvage_value);
259: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
260: p_full_path => l_path_name,

Line 259: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

255: p_string => ' +original_cost ........................'||p_asset_fin_rec.original_cost);
256: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
257: p_full_path => l_path_name,
258: p_string => ' +salvage_value ........................'||p_asset_fin_rec.salvage_value);
259: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
260: p_full_path => l_path_name,
261: p_string => ' +prorate_convention_code ........................'||p_asset_fin_rec.prorate_convention_code);
262: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
263: p_full_path => l_path_name,

Line 262: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

258: p_string => ' +salvage_value ........................'||p_asset_fin_rec.salvage_value);
259: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
260: p_full_path => l_path_name,
261: p_string => ' +prorate_convention_code ........................'||p_asset_fin_rec.prorate_convention_code);
262: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
263: p_full_path => l_path_name,
264: p_string => ' +prorate_date ........................'||p_asset_fin_rec.prorate_date);
265: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
266: p_full_path => l_path_name,

Line 265: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

261: p_string => ' +prorate_convention_code ........................'||p_asset_fin_rec.prorate_convention_code);
262: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
263: p_full_path => l_path_name,
264: p_string => ' +prorate_date ........................'||p_asset_fin_rec.prorate_date);
265: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
266: p_full_path => l_path_name,
267: p_string => ' +cost_change_flag ........................'||p_asset_fin_rec.cost_change_flag);
268: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
269: p_full_path => l_path_name,

Line 268: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

264: p_string => ' +prorate_date ........................'||p_asset_fin_rec.prorate_date);
265: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
266: p_full_path => l_path_name,
267: p_string => ' +cost_change_flag ........................'||p_asset_fin_rec.cost_change_flag);
268: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
269: p_full_path => l_path_name,
270: p_string => ' +adjustment_required_status ........................'||p_asset_fin_rec.adjustment_required_status);
271: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
272: p_full_path => l_path_name,

Line 271: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

267: p_string => ' +cost_change_flag ........................'||p_asset_fin_rec.cost_change_flag);
268: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
269: p_full_path => l_path_name,
270: p_string => ' +adjustment_required_status ........................'||p_asset_fin_rec.adjustment_required_status);
271: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
272: p_full_path => l_path_name,
273: p_string => ' +capitalize_flag ........................'||p_asset_fin_rec.capitalize_flag);
274: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
275: p_full_path => l_path_name,

Line 274: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

270: p_string => ' +adjustment_required_status ........................'||p_asset_fin_rec.adjustment_required_status);
271: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
272: p_full_path => l_path_name,
273: p_string => ' +capitalize_flag ........................'||p_asset_fin_rec.capitalize_flag);
274: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
275: p_full_path => l_path_name,
276: p_string => ' +retirement_pending_flag ........................'||p_asset_fin_rec.retirement_pending_flag);
277: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
278: p_full_path => l_path_name,

Line 277: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

273: p_string => ' +capitalize_flag ........................'||p_asset_fin_rec.capitalize_flag);
274: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
275: p_full_path => l_path_name,
276: p_string => ' +retirement_pending_flag ........................'||p_asset_fin_rec.retirement_pending_flag);
277: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
278: p_full_path => l_path_name,
279: p_string => ' +depreciate_flag ........................'||p_asset_fin_rec.depreciate_flag);
280: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
281: p_full_path => l_path_name,

Line 280: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

276: p_string => ' +retirement_pending_flag ........................'||p_asset_fin_rec.retirement_pending_flag);
277: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
278: p_full_path => l_path_name,
279: p_string => ' +depreciate_flag ........................'||p_asset_fin_rec.depreciate_flag);
280: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
281: p_full_path => l_path_name,
282: p_string => ' +itc_amount_id ........................'||p_asset_fin_rec.itc_amount_id);
283: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
284: p_full_path => l_path_name,

Line 283: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

279: p_string => ' +depreciate_flag ........................'||p_asset_fin_rec.depreciate_flag);
280: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
281: p_full_path => l_path_name,
282: p_string => ' +itc_amount_id ........................'||p_asset_fin_rec.itc_amount_id);
283: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
284: p_full_path => l_path_name,
285: p_string => ' +itc_amount ........................'||p_asset_fin_rec.itc_amount);
286: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
287: p_full_path => l_path_name,

Line 286: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

282: p_string => ' +itc_amount_id ........................'||p_asset_fin_rec.itc_amount_id);
283: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
284: p_full_path => l_path_name,
285: p_string => ' +itc_amount ........................'||p_asset_fin_rec.itc_amount);
286: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
287: p_full_path => l_path_name,
288: p_string => ' +retirement_id ........................'||p_asset_fin_rec.retirement_id);
289: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
290: p_full_path => l_path_name,

Line 289: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

285: p_string => ' +itc_amount ........................'||p_asset_fin_rec.itc_amount);
286: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
287: p_full_path => l_path_name,
288: p_string => ' +retirement_id ........................'||p_asset_fin_rec.retirement_id);
289: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
290: p_full_path => l_path_name,
291: p_string => ' +tax_request_id ........................'||p_asset_fin_rec.tax_request_id);
292: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
293: p_full_path => l_path_name,

Line 292: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

288: p_string => ' +retirement_id ........................'||p_asset_fin_rec.retirement_id);
289: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
290: p_full_path => l_path_name,
291: p_string => ' +tax_request_id ........................'||p_asset_fin_rec.tax_request_id);
292: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
293: p_full_path => l_path_name,
294: p_string => ' +itc_basis ........................'||p_asset_fin_rec.itc_basis);
295: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
296: p_full_path => l_path_name,

Line 295: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

291: p_string => ' +tax_request_id ........................'||p_asset_fin_rec.tax_request_id);
292: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
293: p_full_path => l_path_name,
294: p_string => ' +itc_basis ........................'||p_asset_fin_rec.itc_basis);
295: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
296: p_full_path => l_path_name,
297: p_string => ' +basic_rate ........................'||p_asset_fin_rec.basic_rate);
298: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
299: p_full_path => l_path_name,

Line 298: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

294: p_string => ' +itc_basis ........................'||p_asset_fin_rec.itc_basis);
295: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
296: p_full_path => l_path_name,
297: p_string => ' +basic_rate ........................'||p_asset_fin_rec.basic_rate);
298: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
299: p_full_path => l_path_name,
300: p_string => ' +adjusted_rate ........................'||p_asset_fin_rec.adjusted_rate);
301: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
302: p_full_path => l_path_name,

Line 301: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

297: p_string => ' +basic_rate ........................'||p_asset_fin_rec.basic_rate);
298: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
299: p_full_path => l_path_name,
300: p_string => ' +adjusted_rate ........................'||p_asset_fin_rec.adjusted_rate);
301: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
302: p_full_path => l_path_name,
303: p_string => ' +bonus_rule ........................'||p_asset_fin_rec.bonus_rule);
304: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
305: p_full_path => l_path_name,

Line 304: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

300: p_string => ' +adjusted_rate ........................'||p_asset_fin_rec.adjusted_rate);
301: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
302: p_full_path => l_path_name,
303: p_string => ' +bonus_rule ........................'||p_asset_fin_rec.bonus_rule);
304: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
305: p_full_path => l_path_name,
306: p_string => ' +ceiling_name ........................'||p_asset_fin_rec.ceiling_name);
307: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
308: p_full_path => l_path_name,

Line 307: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

303: p_string => ' +bonus_rule ........................'||p_asset_fin_rec.bonus_rule);
304: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
305: p_full_path => l_path_name,
306: p_string => ' +ceiling_name ........................'||p_asset_fin_rec.ceiling_name);
307: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
308: p_full_path => l_path_name,
309: p_string => ' +recoverable_cost ........................'||p_asset_fin_rec.recoverable_cost);
310: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
311: p_full_path => l_path_name,

Line 310: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

306: p_string => ' +ceiling_name ........................'||p_asset_fin_rec.ceiling_name);
307: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
308: p_full_path => l_path_name,
309: p_string => ' +recoverable_cost ........................'||p_asset_fin_rec.recoverable_cost);
310: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
311: p_full_path => l_path_name,
312: p_string => ' +adjusted_capacity ........................'||p_asset_fin_rec.adjusted_capacity);
313: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
314: p_full_path => l_path_name,

Line 313: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

309: p_string => ' +recoverable_cost ........................'||p_asset_fin_rec.recoverable_cost);
310: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
311: p_full_path => l_path_name,
312: p_string => ' +adjusted_capacity ........................'||p_asset_fin_rec.adjusted_capacity);
313: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
314: p_full_path => l_path_name,
315: p_string => ' +fully_rsvd_revals_counter ........................'||p_asset_fin_rec.fully_rsvd_revals_counter);
316: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
317: p_full_path => l_path_name,

Line 316: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

312: p_string => ' +adjusted_capacity ........................'||p_asset_fin_rec.adjusted_capacity);
313: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
314: p_full_path => l_path_name,
315: p_string => ' +fully_rsvd_revals_counter ........................'||p_asset_fin_rec.fully_rsvd_revals_counter);
316: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
317: p_full_path => l_path_name,
318: p_string => ' +idled_flag ........................'||p_asset_fin_rec.idled_flag);
319: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
320: p_full_path => l_path_name,

Line 319: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

315: p_string => ' +fully_rsvd_revals_counter ........................'||p_asset_fin_rec.fully_rsvd_revals_counter);
316: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
317: p_full_path => l_path_name,
318: p_string => ' +idled_flag ........................'||p_asset_fin_rec.idled_flag);
319: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
320: p_full_path => l_path_name,
321: p_string => ' +period_counter_capitalized ........................'||p_asset_fin_rec.period_counter_capitalized);
322: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
323: p_full_path => l_path_name,

Line 322: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

318: p_string => ' +idled_flag ........................'||p_asset_fin_rec.idled_flag);
319: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
320: p_full_path => l_path_name,
321: p_string => ' +period_counter_capitalized ........................'||p_asset_fin_rec.period_counter_capitalized);
322: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
323: p_full_path => l_path_name,
324: p_string => ' +period_counter_fully_reserved ........................'||p_asset_fin_rec.period_counter_fully_reserved);
325: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
326: p_full_path => l_path_name,

Line 325: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

321: p_string => ' +period_counter_capitalized ........................'||p_asset_fin_rec.period_counter_capitalized);
322: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
323: p_full_path => l_path_name,
324: p_string => ' +period_counter_fully_reserved ........................'||p_asset_fin_rec.period_counter_fully_reserved);
325: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
326: p_full_path => l_path_name,
327: p_string => ' +period_counter_fully_retired ........................'||p_asset_fin_rec.period_counter_fully_retired);
328: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
329: p_full_path => l_path_name,

Line 328: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

324: p_string => ' +period_counter_fully_reserved ........................'||p_asset_fin_rec.period_counter_fully_reserved);
325: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
326: p_full_path => l_path_name,
327: p_string => ' +period_counter_fully_retired ........................'||p_asset_fin_rec.period_counter_fully_retired);
328: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
329: p_full_path => l_path_name,
330: p_string => ' +production_capacity ........................'||p_asset_fin_rec.production_capacity);
331: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
332: p_full_path => l_path_name,

Line 331: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

327: p_string => ' +period_counter_fully_retired ........................'||p_asset_fin_rec.period_counter_fully_retired);
328: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
329: p_full_path => l_path_name,
330: p_string => ' +production_capacity ........................'||p_asset_fin_rec.production_capacity);
331: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
332: p_full_path => l_path_name,
333: p_string => ' +reval_amortization_basis ........................'||p_asset_fin_rec.reval_amortization_basis);
334: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
335: p_full_path => l_path_name,

Line 334: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

330: p_string => ' +production_capacity ........................'||p_asset_fin_rec.production_capacity);
331: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
332: p_full_path => l_path_name,
333: p_string => ' +reval_amortization_basis ........................'||p_asset_fin_rec.reval_amortization_basis);
334: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
335: p_full_path => l_path_name,
336: p_string => ' +reval_ceiling ........................'||p_asset_fin_rec.reval_ceiling);
337: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
338: p_full_path => l_path_name,

Line 337: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

333: p_string => ' +reval_amortization_basis ........................'||p_asset_fin_rec.reval_amortization_basis);
334: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
335: p_full_path => l_path_name,
336: p_string => ' +reval_ceiling ........................'||p_asset_fin_rec.reval_ceiling);
337: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
338: p_full_path => l_path_name,
339: p_string => ' +unit_of_measure ........................'||p_asset_fin_rec.unit_of_measure);
340: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
341: p_full_path => l_path_name,

Line 340: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

336: p_string => ' +reval_ceiling ........................'||p_asset_fin_rec.reval_ceiling);
337: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
338: p_full_path => l_path_name,
339: p_string => ' +unit_of_measure ........................'||p_asset_fin_rec.unit_of_measure);
340: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
341: p_full_path => l_path_name,
342: p_string => ' +unrevalued_cost ........................'||p_asset_fin_rec.unrevalued_cost);
343: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
344: p_full_path => l_path_name,

Line 343: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

339: p_string => ' +unit_of_measure ........................'||p_asset_fin_rec.unit_of_measure);
340: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
341: p_full_path => l_path_name,
342: p_string => ' +unrevalued_cost ........................'||p_asset_fin_rec.unrevalued_cost);
343: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
344: p_full_path => l_path_name,
345: p_string => ' +annual_deprn_rounding_flag ........................'||p_asset_fin_rec.annual_deprn_rounding_flag);
346: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
347: p_full_path => l_path_name,

Line 346: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

342: p_string => ' +unrevalued_cost ........................'||p_asset_fin_rec.unrevalued_cost);
343: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
344: p_full_path => l_path_name,
345: p_string => ' +annual_deprn_rounding_flag ........................'||p_asset_fin_rec.annual_deprn_rounding_flag);
346: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
347: p_full_path => l_path_name,
348: p_string => ' +percent_salvage_value ........................'||p_asset_fin_rec.percent_salvage_value);
349: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
350: p_full_path => l_path_name,

Line 349: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

345: p_string => ' +annual_deprn_rounding_flag ........................'||p_asset_fin_rec.annual_deprn_rounding_flag);
346: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
347: p_full_path => l_path_name,
348: p_string => ' +percent_salvage_value ........................'||p_asset_fin_rec.percent_salvage_value);
349: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
350: p_full_path => l_path_name,
351: p_string => ' +allowed_deprn_limit ........................'||p_asset_fin_rec.allowed_deprn_limit);
352: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
353: p_full_path => l_path_name,

Line 352: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

348: p_string => ' +percent_salvage_value ........................'||p_asset_fin_rec.percent_salvage_value);
349: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
350: p_full_path => l_path_name,
351: p_string => ' +allowed_deprn_limit ........................'||p_asset_fin_rec.allowed_deprn_limit);
352: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
353: p_full_path => l_path_name,
354: p_string => ' +allowed_deprn_limit_amount ........................'||p_asset_fin_rec.allowed_deprn_limit_amount);
355: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
356: p_full_path => l_path_name,

Line 355: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

351: p_string => ' +allowed_deprn_limit ........................'||p_asset_fin_rec.allowed_deprn_limit);
352: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
353: p_full_path => l_path_name,
354: p_string => ' +allowed_deprn_limit_amount ........................'||p_asset_fin_rec.allowed_deprn_limit_amount);
355: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
356: p_full_path => l_path_name,
357: p_string => ' +period_counter_life_complete ........................'||p_asset_fin_rec.period_counter_life_complete);
358: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
359: p_full_path => l_path_name,

Line 358: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

354: p_string => ' +allowed_deprn_limit_amount ........................'||p_asset_fin_rec.allowed_deprn_limit_amount);
355: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
356: p_full_path => l_path_name,
357: p_string => ' +period_counter_life_complete ........................'||p_asset_fin_rec.period_counter_life_complete);
358: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
359: p_full_path => l_path_name,
360: p_string => ' +adjusted_recoverable_cost ........................'||p_asset_fin_rec.adjusted_recoverable_cost);
361: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
362: p_full_path => l_path_name,

Line 361: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

357: p_string => ' +period_counter_life_complete ........................'||p_asset_fin_rec.period_counter_life_complete);
358: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
359: p_full_path => l_path_name,
360: p_string => ' +adjusted_recoverable_cost ........................'||p_asset_fin_rec.adjusted_recoverable_cost);
361: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
362: p_full_path => l_path_name,
363: p_string => ' +annual_rounding_flag ........................'||p_asset_fin_rec.annual_rounding_flag);
364: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
365: p_full_path => l_path_name,

Line 364: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

360: p_string => ' +adjusted_recoverable_cost ........................'||p_asset_fin_rec.adjusted_recoverable_cost);
361: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
362: p_full_path => l_path_name,
363: p_string => ' +annual_rounding_flag ........................'||p_asset_fin_rec.annual_rounding_flag);
364: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
365: p_full_path => l_path_name,
366: p_string => ' +eofy_adj_cost ........................'||p_asset_fin_rec.eofy_adj_cost);
367: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
368: p_full_path => l_path_name,

Line 367: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

363: p_string => ' +annual_rounding_flag ........................'||p_asset_fin_rec.annual_rounding_flag);
364: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
365: p_full_path => l_path_name,
366: p_string => ' +eofy_adj_cost ........................'||p_asset_fin_rec.eofy_adj_cost);
367: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
368: p_full_path => l_path_name,
369: p_string => ' +eofy_formula_factor ........................'||p_asset_fin_rec.eofy_formula_factor);
370: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
371: p_full_path => l_path_name,

Line 370: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

366: p_string => ' +eofy_adj_cost ........................'||p_asset_fin_rec.eofy_adj_cost);
367: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
368: p_full_path => l_path_name,
369: p_string => ' +eofy_formula_factor ........................'||p_asset_fin_rec.eofy_formula_factor);
370: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
371: p_full_path => l_path_name,
372: p_string => ' +short_fiscal_year_flag ........................'||p_asset_fin_rec.short_fiscal_year_flag);
373: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
374: p_full_path => l_path_name,

Line 373: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

369: p_string => ' +eofy_formula_factor ........................'||p_asset_fin_rec.eofy_formula_factor);
370: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
371: p_full_path => l_path_name,
372: p_string => ' +short_fiscal_year_flag ........................'||p_asset_fin_rec.short_fiscal_year_flag);
373: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
374: p_full_path => l_path_name,
375: p_string => ' +conversion_date ........................'||p_asset_fin_rec.conversion_date);
376: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
377: p_full_path => l_path_name,

Line 376: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

372: p_string => ' +short_fiscal_year_flag ........................'||p_asset_fin_rec.short_fiscal_year_flag);
373: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
374: p_full_path => l_path_name,
375: p_string => ' +conversion_date ........................'||p_asset_fin_rec.conversion_date);
376: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
377: p_full_path => l_path_name,
378: p_string => ' +orig_deprn_start_date ........................'||p_asset_fin_rec.orig_deprn_start_date);
379: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
380: p_full_path => l_path_name,

Line 379: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

375: p_string => ' +conversion_date ........................'||p_asset_fin_rec.conversion_date);
376: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
377: p_full_path => l_path_name,
378: p_string => ' +orig_deprn_start_date ........................'||p_asset_fin_rec.orig_deprn_start_date);
379: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
380: p_full_path => l_path_name,
381: p_string => ' +remaining_life1 ........................'||p_asset_fin_rec.remaining_life1);
382: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
383: p_full_path => l_path_name,

Line 382: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

378: p_string => ' +orig_deprn_start_date ........................'||p_asset_fin_rec.orig_deprn_start_date);
379: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
380: p_full_path => l_path_name,
381: p_string => ' +remaining_life1 ........................'||p_asset_fin_rec.remaining_life1);
382: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
383: p_full_path => l_path_name,
384: p_string => ' +remaining_life2 ........................'||p_asset_fin_rec.remaining_life2);
385: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
386: p_full_path => l_path_name,

Line 385: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

381: p_string => ' +remaining_life1 ........................'||p_asset_fin_rec.remaining_life1);
382: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
383: p_full_path => l_path_name,
384: p_string => ' +remaining_life2 ........................'||p_asset_fin_rec.remaining_life2);
385: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
386: p_full_path => l_path_name,
387: p_string => ' +group_asset_id ........................'||p_asset_fin_rec.group_asset_id);
388: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
389: p_full_path => l_path_name,

Line 388: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

384: p_string => ' +remaining_life2 ........................'||p_asset_fin_rec.remaining_life2);
385: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
386: p_full_path => l_path_name,
387: p_string => ' +group_asset_id ........................'||p_asset_fin_rec.group_asset_id);
388: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
389: p_full_path => l_path_name,
390: p_string => ' +old_adjusted_cost ........................'||p_asset_fin_rec.old_adjusted_cost);
391: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
392: p_full_path => l_path_name,

Line 391: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

387: p_string => ' +group_asset_id ........................'||p_asset_fin_rec.group_asset_id);
388: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
389: p_full_path => l_path_name,
390: p_string => ' +old_adjusted_cost ........................'||p_asset_fin_rec.old_adjusted_cost);
391: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
392: p_full_path => l_path_name,
393: p_string => ' +formula_factor ........................'||p_asset_fin_rec.formula_factor );
394: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
395: p_full_path => l_path_name,

Line 394: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

390: p_string => ' +old_adjusted_cost ........................'||p_asset_fin_rec.old_adjusted_cost);
391: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
392: p_full_path => l_path_name,
393: p_string => ' +formula_factor ........................'||p_asset_fin_rec.formula_factor );
394: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
395: p_full_path => l_path_name,
396: p_string => ' +asset_deprn_rec_type');
397: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
398: p_full_path => l_path_name,

Line 397: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

393: p_string => ' +formula_factor ........................'||p_asset_fin_rec.formula_factor );
394: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
395: p_full_path => l_path_name,
396: p_string => ' +asset_deprn_rec_type');
397: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
398: p_full_path => l_path_name,
399: p_string => ' +set_of_books_id ........................'||p_asset_deprn_rec.set_of_books_id);
400: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
401: p_full_path => l_path_name,

Line 400: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

396: p_string => ' +asset_deprn_rec_type');
397: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
398: p_full_path => l_path_name,
399: p_string => ' +set_of_books_id ........................'||p_asset_deprn_rec.set_of_books_id);
400: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
401: p_full_path => l_path_name,
402: p_string => ' +deprn_amount ........................'||p_asset_deprn_rec.deprn_amount);
403: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
404: p_full_path => l_path_name,

Line 403: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

399: p_string => ' +set_of_books_id ........................'||p_asset_deprn_rec.set_of_books_id);
400: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
401: p_full_path => l_path_name,
402: p_string => ' +deprn_amount ........................'||p_asset_deprn_rec.deprn_amount);
403: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
404: p_full_path => l_path_name,
405: p_string => ' +ytd_deprn ........................'||p_asset_deprn_rec.ytd_deprn);
406: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
407: p_full_path => l_path_name,

Line 406: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

402: p_string => ' +deprn_amount ........................'||p_asset_deprn_rec.deprn_amount);
403: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
404: p_full_path => l_path_name,
405: p_string => ' +ytd_deprn ........................'||p_asset_deprn_rec.ytd_deprn);
406: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
407: p_full_path => l_path_name,
408: p_string => ' +deprn_reserve ........................'||p_asset_deprn_rec.deprn_reserve);
409: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
410: p_full_path => l_path_name,

Line 409: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

405: p_string => ' +ytd_deprn ........................'||p_asset_deprn_rec.ytd_deprn);
406: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
407: p_full_path => l_path_name,
408: p_string => ' +deprn_reserve ........................'||p_asset_deprn_rec.deprn_reserve);
409: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
410: p_full_path => l_path_name,
411: p_string => ' +prior_fy_expense ........................'||p_asset_deprn_rec.prior_fy_expense);
412: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
413: p_full_path => l_path_name,

Line 412: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

408: p_string => ' +deprn_reserve ........................'||p_asset_deprn_rec.deprn_reserve);
409: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
410: p_full_path => l_path_name,
411: p_string => ' +prior_fy_expense ........................'||p_asset_deprn_rec.prior_fy_expense);
412: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
413: p_full_path => l_path_name,
414: p_string => ' +bonus_deprn_amount ........................'||p_asset_deprn_rec.bonus_deprn_amount);
415: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
416: p_full_path => l_path_name,

Line 415: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

411: p_string => ' +prior_fy_expense ........................'||p_asset_deprn_rec.prior_fy_expense);
412: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
413: p_full_path => l_path_name,
414: p_string => ' +bonus_deprn_amount ........................'||p_asset_deprn_rec.bonus_deprn_amount);
415: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
416: p_full_path => l_path_name,
417: p_string => ' +bonus_ytd_deprn ........................'||p_asset_deprn_rec.bonus_ytd_deprn);
418: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
419: p_full_path => l_path_name,

Line 418: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

414: p_string => ' +bonus_deprn_amount ........................'||p_asset_deprn_rec.bonus_deprn_amount);
415: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
416: p_full_path => l_path_name,
417: p_string => ' +bonus_ytd_deprn ........................'||p_asset_deprn_rec.bonus_ytd_deprn);
418: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
419: p_full_path => l_path_name,
420: p_string => ' +bonus_deprn_reserve ........................'||p_asset_deprn_rec.bonus_deprn_reserve);
421: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
422: p_full_path => l_path_name,

Line 421: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

417: p_string => ' +bonus_ytd_deprn ........................'||p_asset_deprn_rec.bonus_ytd_deprn);
418: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
419: p_full_path => l_path_name,
420: p_string => ' +bonus_deprn_reserve ........................'||p_asset_deprn_rec.bonus_deprn_reserve);
421: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
422: p_full_path => l_path_name,
423: p_string => ' +prior_fy_bonus_expense ........................'||p_asset_deprn_rec.prior_fy_bonus_expense);
424: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
425: p_full_path => l_path_name,

Line 424: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

420: p_string => ' +bonus_deprn_reserve ........................'||p_asset_deprn_rec.bonus_deprn_reserve);
421: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
422: p_full_path => l_path_name,
423: p_string => ' +prior_fy_bonus_expense ........................'||p_asset_deprn_rec.prior_fy_bonus_expense);
424: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
425: p_full_path => l_path_name,
426: p_string => ' +reval_amortization ........................'||p_asset_deprn_rec.reval_amortization);
427: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
428: p_full_path => l_path_name,

Line 427: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

423: p_string => ' +prior_fy_bonus_expense ........................'||p_asset_deprn_rec.prior_fy_bonus_expense);
424: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
425: p_full_path => l_path_name,
426: p_string => ' +reval_amortization ........................'||p_asset_deprn_rec.reval_amortization);
427: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
428: p_full_path => l_path_name,
429: p_string => ' +reval_amortization_basis ........................'||p_asset_deprn_rec.reval_amortization_basis);
430: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
431: p_full_path => l_path_name,

Line 430: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

426: p_string => ' +reval_amortization ........................'||p_asset_deprn_rec.reval_amortization);
427: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
428: p_full_path => l_path_name,
429: p_string => ' +reval_amortization_basis ........................'||p_asset_deprn_rec.reval_amortization_basis);
430: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
431: p_full_path => l_path_name,
432: p_string => ' +reval_deprn_expense ........................'||p_asset_deprn_rec.reval_deprn_expense);
433: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
434: p_full_path => l_path_name,

Line 433: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

429: p_string => ' +reval_amortization_basis ........................'||p_asset_deprn_rec.reval_amortization_basis);
430: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
431: p_full_path => l_path_name,
432: p_string => ' +reval_deprn_expense ........................'||p_asset_deprn_rec.reval_deprn_expense);
433: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
434: p_full_path => l_path_name,
435: p_string => ' +reval_ytd_deprn ........................'||p_asset_deprn_rec.reval_ytd_deprn);
436: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
437: p_full_path => l_path_name,

Line 436: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

432: p_string => ' +reval_deprn_expense ........................'||p_asset_deprn_rec.reval_deprn_expense);
433: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
434: p_full_path => l_path_name,
435: p_string => ' +reval_ytd_deprn ........................'||p_asset_deprn_rec.reval_ytd_deprn);
436: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
437: p_full_path => l_path_name,
438: p_string => ' +reval_deprn_reserve ........................'||p_asset_deprn_rec.reval_deprn_reserve);
439: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
440: p_full_path => l_path_name,

Line 439: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

435: p_string => ' +reval_ytd_deprn ........................'||p_asset_deprn_rec.reval_ytd_deprn);
436: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
437: p_full_path => l_path_name,
438: p_string => ' +reval_deprn_reserve ........................'||p_asset_deprn_rec.reval_deprn_reserve);
439: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
440: p_full_path => l_path_name,
441: p_string => ' +production ........................'||p_asset_deprn_rec.production);
442: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
443: p_full_path => l_path_name,

Line 442: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

438: p_string => ' +reval_deprn_reserve ........................'||p_asset_deprn_rec.reval_deprn_reserve);
439: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
440: p_full_path => l_path_name,
441: p_string => ' +production ........................'||p_asset_deprn_rec.production);
442: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
443: p_full_path => l_path_name,
444: p_string => ' +ytd_production ........................'||p_asset_deprn_rec.ytd_production);
445: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
446: p_full_path => l_path_name,

Line 445: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

441: p_string => ' +production ........................'||p_asset_deprn_rec.production);
442: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
443: p_full_path => l_path_name,
444: p_string => ' +ytd_production ........................'||p_asset_deprn_rec.ytd_production);
445: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
446: p_full_path => l_path_name,
447: p_string => ' +ltd_production ........................'||p_asset_deprn_rec.ltd_production);
448: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
449: p_full_path => l_path_name,

Line 448: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

444: p_string => ' +ytd_production ........................'||p_asset_deprn_rec.ytd_production);
445: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
446: p_full_path => l_path_name,
447: p_string => ' +ltd_production ........................'||p_asset_deprn_rec.ltd_production);
448: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
449: p_full_path => l_path_name,
450: p_string => ' +asset_type_rec');
451: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
452: p_full_path => l_path_name,

Line 451: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

447: p_string => ' +ltd_production ........................'||p_asset_deprn_rec.ltd_production);
448: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
449: p_full_path => l_path_name,
450: p_string => ' +asset_type_rec');
451: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
452: p_full_path => l_path_name,
453: p_string => ' +asset_type..................... '|| p_asset_type_rec.asset_type );
454: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
455: p_full_path => l_path_name,

Line 454: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

450: p_string => ' +asset_type_rec');
451: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
452: p_full_path => l_path_name,
453: p_string => ' +asset_type..................... '|| p_asset_type_rec.asset_type );
454: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
455: p_full_path => l_path_name,
456: p_string => ' +calling function................... ' || p_calling_function);
457: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
458: p_full_path => l_path_name,

Line 457: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

453: p_string => ' +asset_type..................... '|| p_asset_type_rec.asset_type );
454: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
455: p_full_path => l_path_name,
456: p_string => ' +calling function................... ' || p_calling_function);
457: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
458: p_full_path => l_path_name,
459: p_string => '+paramter values received to do_adjustments');
460: END;
461:

Line 477: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

473: ELSE
474: g_debug_print := FALSE;
475: END IF;
476:
477: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
478: p_full_path => l_path_name,
479: p_string => 'creating a message log file for adjustments');
480: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
481: p_full_path => l_path_name,

Line 480: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

476:
477: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
478: p_full_path => l_path_name,
479: p_string => 'creating a message log file for adjustments');
480: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
481: p_full_path => l_path_name,
482: p_string => 'calling function '||p_calling_function);
483:
484: --validate the iac book

Line 486: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

482: p_string => 'calling function '||p_calling_function);
483:
484: --validate the iac book
485: IF NOT (igi_iac_common_utils.is_iac_book(p_asset_hdr_rec.book_type_code)) THEN
486: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
487: p_full_path => l_path_name,
488: p_string => 'not an iac book ..'||p_asset_hdr_rec.book_type_code);
489: RETURN TRUE;
490: END IF;

Line 494: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

490: END IF;
491:
492: -- check if the adjusment is in period of addition
493: IF ( p_asset_hdr_rec.period_of_addition ='Y') THEN
494: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
495: p_full_path => l_path_name,
496: p_string => 'No iac adjustments required since current period addition');
497: RETURN TRUE;
498: END IF ;

Line 503: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

499:
500: -- check if asset is revalued atleast ocnce to verify asset is in place in iac
501:
502: IF NOT is_asset_revalued_once(p_asset_hdr_rec.asset_id,p_asset_hdr_rec.book_type_code) THEN
503: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
504: p_full_path => l_path_name,
505: p_string => 'Asset not revalued by iac');
506: FA_SRVR_MSG.Add_Message(
507: CALLING_FN => p_calling_function,

Line 523: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

519: CLOSE c_get_category;
520:
521: -- validate category
522: g_category_id_g := l_category_id;
523: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
524: p_full_path => l_path_name,
525: p_string => 'category id .... '|| g_category_id_g);
526: IF NOT is_iac_cat_book_defined(p_asset_hdr_rec.book_type_code,
527: g_category_id_g) THEN

Line 529: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,

525: p_string => 'category id .... '|| g_category_id_g);
526: IF NOT is_iac_cat_book_defined(p_asset_hdr_rec.book_type_code,
527: g_category_id_g) THEN
528:
529: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
530: p_full_path => l_path_name,
531: p_string => '*** error the category is not set up for book in iac options');
532: RAISE cat_not_defined_failed;
533: END IF;

Line 537: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,

533: END IF;
534:
535: IF NOT igi_iac_common_utils.get_open_period_info(p_asset_hdr_rec.book_type_code,
536: l_open_period) THEN
537: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
538: p_full_path => l_path_name,
539: p_string => '*** error in fetching open period info for book');
540: RAISE period_info_failed;
541: END IF;

Line 552: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,

548: IF NOT igi_iac_common_utils.get_period_info_for_date( p_asset_hdr_rec.book_type_code ,
549: p_trans_rec.amortization_start_date,
550: l_amort_period_info
551: ) THEN
552: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
553: p_full_path => l_path_name,
554: p_string => '*** error in fetching period info');
555: RAISE period_info_failed;
556: END IF;

Line 559: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,

555: RAISE period_info_failed;
556: END IF;
557:
558: IF (l_open_period.fiscal_year <> l_amort_period_info.fiscal_year) THEN
559: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
560: p_full_path => l_path_name,
561: p_string => 'amortization adjustment backdate previous fiscal year');
562: -- not in same year raise exception
563: RAISE amortization_fiscal_year;

Line 567: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

563: RAISE amortization_fiscal_year;
564: END IF;
565:
566: IF (l_open_period.period_counter=l_amort_period_info.period_counter) THEN
567: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
568: p_full_path => l_path_name,
569: p_string => 'current period amortization not processed by iac');
570: -- set the current flag;
571: l_iac_adjustment_history.current_period_amortization := 'Y';

Line 580: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,

576: p_asset_hdr_rec.asset_id,
577: p_trans_rec.transaction_header_id);
578: FETCH c_get_fa_book_info INTO l_get_fa_book_info;
579: IF c_get_fa_book_info%NOTFOUND THEN
580: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
581: p_full_path => l_path_name,
582: p_string => '*** error cannot find record in fa_book');
583: CLOSE c_get_fa_book_info;
584: RAISE book_row_failed;

Line 617: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

613: l_iac_adjustment_history.salvage_value:=p_asset_fin_rec.salvage_value;
614: l_iac_adjustment_history.adjustment_id:=NULL;
615: l_iac_adjustment_history.active_flag:=NULL;
616:
617: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
618: p_full_path => l_path_name,
619: p_string => 'adjustment details .....');
620: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
621: p_full_path => l_path_name,

Line 620: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

616:
617: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
618: p_full_path => l_path_name,
619: p_string => 'adjustment details .....');
620: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
621: p_full_path => l_path_name,
622: p_string => 'book_type_code..........'|| l_iac_adjustment_history.book_type_code);
623: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
624: p_full_path => l_path_name,

Line 623: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

619: p_string => 'adjustment details .....');
620: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
621: p_full_path => l_path_name,
622: p_string => 'book_type_code..........'|| l_iac_adjustment_history.book_type_code);
623: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
624: p_full_path => l_path_name,
625: p_string => 'asset_id................'|| l_iac_adjustment_history.asset_id );
626: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
627: p_full_path => l_path_name,

Line 626: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

622: p_string => 'book_type_code..........'|| l_iac_adjustment_history.book_type_code);
623: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
624: p_full_path => l_path_name,
625: p_string => 'asset_id................'|| l_iac_adjustment_history.asset_id );
626: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
627: p_full_path => l_path_name,
628: p_string => 'category_id.............'|| l_iac_adjustment_history.category_id );
629: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
630: p_full_path => l_path_name,

Line 629: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

625: p_string => 'asset_id................'|| l_iac_adjustment_history.asset_id );
626: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
627: p_full_path => l_path_name,
628: p_string => 'category_id.............'|| l_iac_adjustment_history.category_id );
629: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
630: p_full_path => l_path_name,
631: p_string => 'date_placed_in_service..'||l_iac_adjustment_history.date_placed_in_service);
632: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
633: p_full_path => l_path_name,

Line 632: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

628: p_string => 'category_id.............'|| l_iac_adjustment_history.category_id );
629: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
630: p_full_path => l_path_name,
631: p_string => 'date_placed_in_service..'||l_iac_adjustment_history.date_placed_in_service);
632: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
633: p_full_path => l_path_name,
634: p_string => 'period_counter..........'||l_iac_adjustment_history.period_counter );
635: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
636: p_full_path => l_path_name,

Line 635: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

631: p_string => 'date_placed_in_service..'||l_iac_adjustment_history.date_placed_in_service);
632: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
633: p_full_path => l_path_name,
634: p_string => 'period_counter..........'||l_iac_adjustment_history.period_counter );
635: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
636: p_full_path => l_path_name,
637: p_string => 'transaction_type_code...'||l_iac_adjustment_history.transaction_type_code );
638: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
639: p_full_path => l_path_name,

Line 638: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

634: p_string => 'period_counter..........'||l_iac_adjustment_history.period_counter );
635: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
636: p_full_path => l_path_name,
637: p_string => 'transaction_type_code...'||l_iac_adjustment_history.transaction_type_code );
638: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
639: p_full_path => l_path_name,
640: p_string => 'transaction_subtype.....'||l_iac_adjustment_history.transaction_subtype );
641: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
642: p_full_path => l_path_name,

Line 641: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

637: p_string => 'transaction_type_code...'||l_iac_adjustment_history.transaction_type_code );
638: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
639: p_full_path => l_path_name,
640: p_string => 'transaction_subtype.....'||l_iac_adjustment_history.transaction_subtype );
641: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
642: p_full_path => l_path_name,
643: p_string => 'current_period_amortization'||l_iac_adjustment_history.current_period_amortization);
644: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
645: p_full_path => l_path_name,

Line 644: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

640: p_string => 'transaction_subtype.....'||l_iac_adjustment_history.transaction_subtype );
641: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
642: p_full_path => l_path_name,
643: p_string => 'current_period_amortization'||l_iac_adjustment_history.current_period_amortization);
644: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
645: p_full_path => l_path_name,
646: p_string => 'amortization_start_date....'||l_iac_adjustment_history.amortization_start_date );
647: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
648: p_full_path => l_path_name,

Line 647: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

643: p_string => 'current_period_amortization'||l_iac_adjustment_history.current_period_amortization);
644: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
645: p_full_path => l_path_name,
646: p_string => 'amortization_start_date....'||l_iac_adjustment_history.amortization_start_date );
647: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
648: p_full_path => l_path_name,
649: p_string => 'transaction_header_id_in....'||l_iac_adjustment_history.transaction_header_id_in );
650: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
651: p_full_path => l_path_name,

Line 650: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

646: p_string => 'amortization_start_date....'||l_iac_adjustment_history.amortization_start_date );
647: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
648: p_full_path => l_path_name,
649: p_string => 'transaction_header_id_in....'||l_iac_adjustment_history.transaction_header_id_in );
650: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
651: p_full_path => l_path_name,
652: p_string => 'transaction_header_id_out...'|| l_iac_adjustment_history.transaction_header_id_out );
653: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
654: p_full_path => l_path_name,

Line 653: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

649: p_string => 'transaction_header_id_in....'||l_iac_adjustment_history.transaction_header_id_in );
650: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
651: p_full_path => l_path_name,
652: p_string => 'transaction_header_id_out...'|| l_iac_adjustment_history.transaction_header_id_out );
653: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
654: p_full_path => l_path_name,
655: p_string => 'pre_life_in_months..........'|| l_iac_adjustment_history.pre_life_in_months );
656: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
657: p_full_path => l_path_name,

Line 656: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

652: p_string => 'transaction_header_id_out...'|| l_iac_adjustment_history.transaction_header_id_out );
653: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
654: p_full_path => l_path_name,
655: p_string => 'pre_life_in_months..........'|| l_iac_adjustment_history.pre_life_in_months );
656: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
657: p_full_path => l_path_name,
658: p_string => 'pre_rate_adjustment_factor..'||l_iac_adjustment_history.pre_rate_adjustment_factor );
659: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
660: p_full_path => l_path_name,

Line 659: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

655: p_string => 'pre_life_in_months..........'|| l_iac_adjustment_history.pre_life_in_months );
656: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
657: p_full_path => l_path_name,
658: p_string => 'pre_rate_adjustment_factor..'||l_iac_adjustment_history.pre_rate_adjustment_factor );
659: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
660: p_full_path => l_path_name,
661: p_string => 'pre_adjusted_cost...........'||l_iac_adjustment_history.pre_adjusted_cost );
662: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
663: p_full_path => l_path_name,

Line 662: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

658: p_string => 'pre_rate_adjustment_factor..'||l_iac_adjustment_history.pre_rate_adjustment_factor );
659: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
660: p_full_path => l_path_name,
661: p_string => 'pre_adjusted_cost...........'||l_iac_adjustment_history.pre_adjusted_cost );
662: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
663: p_full_path => l_path_name,
664: p_string => 'pre_salvage_value...........'||l_iac_adjustment_history.pre_salvage_value );
665: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
666: p_full_path => l_path_name,

Line 665: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

661: p_string => 'pre_adjusted_cost...........'||l_iac_adjustment_history.pre_adjusted_cost );
662: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
663: p_full_path => l_path_name,
664: p_string => 'pre_salvage_value...........'||l_iac_adjustment_history.pre_salvage_value );
665: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
666: p_full_path => l_path_name,
667: p_string => 'life_in_months..............'||l_iac_adjustment_history.life_in_months );
668: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
669: p_full_path => l_path_name,

Line 668: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

664: p_string => 'pre_salvage_value...........'||l_iac_adjustment_history.pre_salvage_value );
665: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
666: p_full_path => l_path_name,
667: p_string => 'life_in_months..............'||l_iac_adjustment_history.life_in_months );
668: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
669: p_full_path => l_path_name,
670: p_string => 'rate_adjustment_factor......'||l_iac_adjustment_history.rate_adjustment_factor );
671: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
672: p_full_path => l_path_name,

Line 671: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

667: p_string => 'life_in_months..............'||l_iac_adjustment_history.life_in_months );
668: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
669: p_full_path => l_path_name,
670: p_string => 'rate_adjustment_factor......'||l_iac_adjustment_history.rate_adjustment_factor );
671: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
672: p_full_path => l_path_name,
673: p_string => 'adjusted_cost...............'||l_iac_adjustment_history.adjusted_cost );
674: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
675: p_full_path => l_path_name,

Line 674: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

670: p_string => 'rate_adjustment_factor......'||l_iac_adjustment_history.rate_adjustment_factor );
671: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
672: p_full_path => l_path_name,
673: p_string => 'adjusted_cost...............'||l_iac_adjustment_history.adjusted_cost );
674: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
675: p_full_path => l_path_name,
676: p_string => 'salvage_value...............'||l_iac_adjustment_history.salvage_value );
677: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
678: p_full_path => l_path_name,

Line 677: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

673: p_string => 'adjusted_cost...............'||l_iac_adjustment_history.adjusted_cost );
674: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
675: p_full_path => l_path_name,
676: p_string => 'salvage_value...............'||l_iac_adjustment_history.salvage_value );
677: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
678: p_full_path => l_path_name,
679: p_string => 'adjustment_id...............'||l_iac_adjustment_history.adjustment_id );
680: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
681: p_full_path => l_path_name,

Line 680: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

676: p_string => 'salvage_value...............'||l_iac_adjustment_history.salvage_value );
677: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
678: p_full_path => l_path_name,
679: p_string => 'adjustment_id...............'||l_iac_adjustment_history.adjustment_id );
680: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
681: p_full_path => l_path_name,
682: p_string => 'active_flag.................'||l_iac_adjustment_history.active_flag );
683: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
684: p_full_path => l_path_name,

Line 683: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

679: p_string => 'adjustment_id...............'||l_iac_adjustment_history.adjustment_id );
680: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
681: p_full_path => l_path_name,
682: p_string => 'active_flag.................'||l_iac_adjustment_history.active_flag );
683: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
684: p_full_path => l_path_name,
685: p_string => 'Reval type.................'||l_iac_adjustment_history.adjustment_reval_type );
686:
687: OPEN c_get_asset_adj( l_iac_adjustment_history.book_type_code,

Line 697: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,

693: CLOSE c_get_asset_adj;
694: IF (p_trans_rec.transaction_subtype = 'AMORTIZED') AND
695: (l_get_asset_adj.transactioN_subtype='EXPENSED') THEN
696:
697: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
698: p_full_path => l_path_name,
699: p_string => 'Amortization and Expensed adjustments are not allowed in same period');
700: RAISE multiple_adjustments;
701: END IF;

Line 939: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

935:
936: PROCEDURE debug_adj_asset(p_asset igi_iac_types.iac_adj_hist_asset_info) IS
937: l_path_name VARCHAR2(150) := g_path||'debug_adj_asset';
938: BEGIN
939: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
940: p_full_path => l_path_name,
941: p_string => 'prepare adj:asset_id...............'|| p_asset.asset_id);
942: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
943: p_full_path => l_path_name,

Line 942: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

938: BEGIN
939: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
940: p_full_path => l_path_name,
941: p_string => 'prepare adj:asset_id...............'|| p_asset.asset_id);
942: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
943: p_full_path => l_path_name,
944: p_string => 'prepare adj:book_type_code.........'|| p_asset.book_type_code);
945: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
946: p_full_path => l_path_name,

Line 945: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

941: p_string => 'prepare adj:asset_id...............'|| p_asset.asset_id);
942: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
943: p_full_path => l_path_name,
944: p_string => 'prepare adj:book_type_code.........'|| p_asset.book_type_code);
945: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
946: p_full_path => l_path_name,
947: p_string => 'prepare adj:cost...................'|| p_asset.cost );
948: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
949: p_full_path => l_path_name,

Line 948: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

944: p_string => 'prepare adj:book_type_code.........'|| p_asset.book_type_code);
945: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
946: p_full_path => l_path_name,
947: p_string => 'prepare adj:cost...................'|| p_asset.cost );
948: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
949: p_full_path => l_path_name,
950: p_string => 'prepare adj:original_cost..........'|| p_asset.original_cost);
951: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
952: p_full_path => l_path_name,

Line 951: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

947: p_string => 'prepare adj:cost...................'|| p_asset.cost );
948: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
949: p_full_path => l_path_name,
950: p_string => 'prepare adj:original_cost..........'|| p_asset.original_cost);
951: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
952: p_full_path => l_path_name,
953: p_string => 'prepare adj:adjusted_cost..........'|| p_asset.adjusted_cost );
954: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
955: p_full_path => l_path_name,

Line 954: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

950: p_string => 'prepare adj:original_cost..........'|| p_asset.original_cost);
951: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
952: p_full_path => l_path_name,
953: p_string => 'prepare adj:adjusted_cost..........'|| p_asset.adjusted_cost );
954: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
955: p_full_path => l_path_name,
956: p_string => 'prepare adj:salvage_value..........'|| p_asset.salvage_value );
957: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
958: p_full_path => l_path_name,

Line 957: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

953: p_string => 'prepare adj:adjusted_cost..........'|| p_asset.adjusted_cost );
954: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
955: p_full_path => l_path_name,
956: p_string => 'prepare adj:salvage_value..........'|| p_asset.salvage_value );
957: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
958: p_full_path => l_path_name,
959: p_string => 'prepare adj:life_in_months.........'|| p_asset.life_in_months);
960: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
961: p_full_path => l_path_name,

Line 960: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

956: p_string => 'prepare adj:salvage_value..........'|| p_asset.salvage_value );
957: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
958: p_full_path => l_path_name,
959: p_string => 'prepare adj:life_in_months.........'|| p_asset.life_in_months);
960: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
961: p_full_path => l_path_name,
962: p_string => 'prepare adj:rate_adjustment_factor..'||p_asset.rate_adjustment_factor);
963: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
964: p_full_path => l_path_name,

Line 963: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

959: p_string => 'prepare adj:life_in_months.........'|| p_asset.life_in_months);
960: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
961: p_full_path => l_path_name,
962: p_string => 'prepare adj:rate_adjustment_factor..'||p_asset.rate_adjustment_factor);
963: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
964: p_full_path => l_path_name,
965: p_string => 'prepare adj:period_counter_fully_reserved '|| p_asset.period_counter_fully_reserved);
966: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
967: p_full_path => l_path_name,

Line 966: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

962: p_string => 'prepare adj:rate_adjustment_factor..'||p_asset.rate_adjustment_factor);
963: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
964: p_full_path => l_path_name,
965: p_string => 'prepare adj:period_counter_fully_reserved '|| p_asset.period_counter_fully_reserved);
966: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
967: p_full_path => l_path_name,
968: p_string => 'prepare adj:recoverable_cost.......'|| p_asset.recoverable_cost);
969: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
970: p_full_path => l_path_name,

Line 969: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

965: p_string => 'prepare adj:period_counter_fully_reserved '|| p_asset.period_counter_fully_reserved);
966: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
967: p_full_path => l_path_name,
968: p_string => 'prepare adj:recoverable_cost.......'|| p_asset.recoverable_cost);
969: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
970: p_full_path => l_path_name,
971: p_string => 'prepare adj:date_placed_in_service..'||p_asset.date_placed_in_service);
972: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
973: p_full_path => l_path_name,

Line 972: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

968: p_string => 'prepare adj:recoverable_cost.......'|| p_asset.recoverable_cost);
969: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
970: p_full_path => l_path_name,
971: p_string => 'prepare adj:date_placed_in_service..'||p_asset.date_placed_in_service);
972: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
973: p_full_path => l_path_name,
974: p_string => 'prepare adj:deprn_start_date........'||p_asset.deprn_start_date);
975: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
976: p_full_path => l_path_name,

Line 975: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

971: p_string => 'prepare adj:date_placed_in_service..'||p_asset.date_placed_in_service);
972: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
973: p_full_path => l_path_name,
974: p_string => 'prepare adj:deprn_start_date........'||p_asset.deprn_start_date);
975: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
976: p_full_path => l_path_name,
977: p_string => 'prepare adj:deprn_periods_elapsed...'||p_asset.deprn_periods_elapsed);
978: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
979: p_full_path => l_path_name,

Line 978: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

974: p_string => 'prepare adj:deprn_start_date........'||p_asset.deprn_start_date);
975: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
976: p_full_path => l_path_name,
977: p_string => 'prepare adj:deprn_periods_elapsed...'||p_asset.deprn_periods_elapsed);
978: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
979: p_full_path => l_path_name,
980: p_string => 'prepare adj:deprn_periods_current_year..'||p_asset.deprn_periods_current_year);
981: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
982: p_full_path => l_path_name,

Line 981: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

977: p_string => 'prepare adj:deprn_periods_elapsed...'||p_asset.deprn_periods_elapsed);
978: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
979: p_full_path => l_path_name,
980: p_string => 'prepare adj:deprn_periods_current_year..'||p_asset.deprn_periods_current_year);
981: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
982: p_full_path => l_path_name,
983: p_string => 'prepare adj: prior year periods..'|| p_asset.deprn_periods_prior_year);
984: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
985: p_full_path => l_path_name,

Line 984: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

980: p_string => 'prepare adj:deprn_periods_current_year..'||p_asset.deprn_periods_current_year);
981: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
982: p_full_path => l_path_name,
983: p_string => 'prepare adj: prior year periods..'|| p_asset.deprn_periods_prior_year);
984: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
985: p_full_path => l_path_name,
986: p_string => 'prepare adj:last_period_counter.........'|| p_asset.last_period_counter);
987: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
988: p_full_path => l_path_name,

Line 987: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

983: p_string => 'prepare adj: prior year periods..'|| p_asset.deprn_periods_prior_year);
984: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
985: p_full_path => l_path_name,
986: p_string => 'prepare adj:last_period_counter.........'|| p_asset.last_period_counter);
987: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
988: p_full_path => l_path_name,
989: p_string => 'prepare adj:ytd_deprn...................'|| p_asset.ytd_deprn);
990: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
991: p_full_path => l_path_name,

Line 990: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

986: p_string => 'prepare adj:last_period_counter.........'|| p_asset.last_period_counter);
987: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
988: p_full_path => l_path_name,
989: p_string => 'prepare adj:ytd_deprn...................'|| p_asset.ytd_deprn);
990: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
991: p_full_path => l_path_name,
992: p_string => 'prepare adj:deprn_reserve................'|| p_asset.deprn_reserve);
993: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
994: p_full_path => l_path_name,

Line 993: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

989: p_string => 'prepare adj:ytd_deprn...................'|| p_asset.ytd_deprn);
990: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
991: p_full_path => l_path_name,
992: p_string => 'prepare adj:deprn_reserve................'|| p_asset.deprn_reserve);
993: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
994: p_full_path => l_path_name,
995: p_string => 'prepare adj:pys_deprn_reserve............'|| p_asset.pys_deprn_reserve);
996: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
997: p_full_path => l_path_name,

Line 996: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

992: p_string => 'prepare adj:deprn_reserve................'|| p_asset.deprn_reserve);
993: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
994: p_full_path => l_path_name,
995: p_string => 'prepare adj:pys_deprn_reserve............'|| p_asset.pys_deprn_reserve);
996: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
997: p_full_path => l_path_name,
998: p_string => 'prepare adj:deprn_amount................'|| p_asset.deprn_amount);
999: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1000: p_full_path => l_path_name,

Line 999: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

995: p_string => 'prepare adj:pys_deprn_reserve............'|| p_asset.pys_deprn_reserve);
996: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
997: p_full_path => l_path_name,
998: p_string => 'prepare adj:deprn_amount................'|| p_asset.deprn_amount);
999: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1000: p_full_path => l_path_name,
1001: p_string => 'prepare adj:depreciate_flag................'|| p_asset.depreciate_flag);
1002: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1003: p_full_path => l_path_name,

Line 1002: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

998: p_string => 'prepare adj:deprn_amount................'|| p_asset.deprn_amount);
999: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1000: p_full_path => l_path_name,
1001: p_string => 'prepare adj:depreciate_flag................'|| p_asset.depreciate_flag);
1002: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1003: p_full_path => l_path_name,
1004: p_string => 'prepare adj:deprn_adjustment_amount................'|| p_asset.deprn_adjustment_amount);
1005:
1006: END debug_adj_asset;

Line 1014: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,

1010:
1011: OPEN c_get_fa_book_info(p_book_type_code,p_asset_id);
1012: FETCH c_get_fa_book_info INTO l_get_fa_book_info;
1013: IF c_get_fa_book_info%NOTFOUND THEN
1014: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1015: p_full_path => l_path_name,
1016: p_string => '*** error cannot find record in fa_book');
1017: CLOSE c_get_fa_book_info;
1018: RETURN FALSE;

Line 1058: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,

1054:
1055: OPEN c_get_sum_fa_deprn (p_book_type_code,p_asset_id,p_period_counter);
1056: FETCH c_get_sum_fa_deprn INTO l_get_sum_fa_deprn;
1057: IF c_get_sum_fa_deprn%NOTFOUND THEN
1058: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1059: p_full_path => l_path_name,
1060: p_string => 'prepare adj:*** error cannot find record in fa_book');
1061: CLOSE c_get_sum_fa_deprn;
1062: RETURN FALSE;

Line 1064: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1060: p_string => 'prepare adj:*** error cannot find record in fa_book');
1061: CLOSE c_get_sum_fa_deprn;
1062: RETURN FALSE;
1063: ELSE
1064: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1065: p_full_path => l_path_name,
1066: p_string => 'prepare adj: fa deprn summary');
1067: END IF;
1068: CLOSE c_get_sum_fa_deprn;

Line 1074: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1070: p_asset_iac_adj_info.deprn_amount := l_get_sum_fa_deprn.depreciation_amount;
1071: p_asset_iac_adj_info.deprn_reserve := l_get_sum_fa_deprn.depreciation_reserve;
1072: /* salvage value correction */
1073: If l_get_fa_book_info.salvage_value <> 0 Then
1074: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1075: p_full_path => l_path_name,
1076: p_string => ' FA Deprn adj amount for period before salvage correction:'||p_asset_iac_adj_info.deprn_adjustment_amount);
1077: IF NOT igi_iac_salvage_pkg.correction(p_asset_id => l_get_fa_book_info.asset_id,
1078: P_book_type_code =>l_get_fa_book_info.book_type_code,

Line 1083: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,

1079: P_value=>p_asset_iac_adj_info.deprn_adjustment_amount,
1080: P_cost=>l_get_fa_book_info.cost,
1081: P_salvage_value=>l_get_fa_book_info.salvage_value,
1082: P_calling_program=>'ADJUSTMENTS') THEN
1083: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1084: p_full_path => l_path_name,
1085: p_string => '+Salvage Value Correction Failed : ');
1086: return false;
1087: END IF;

Line 1088: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1084: p_full_path => l_path_name,
1085: p_string => '+Salvage Value Correction Failed : ');
1086: return false;
1087: END IF;
1088: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1089: p_full_path => l_path_name,
1090: p_string => ' FA Deprn adj amount for period after salvage correction:'||p_asset_iac_adj_info.deprn_adjustment_amount);
1091: END IF;
1092: /* salvage value correction */

Line 1100: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,

1096:
1097: OPEN c_get_fa_deprn_summary(p_book_type_code,p_asset_id,p_period_counter);
1098: FETCH c_get_fa_deprn_summary INTO l_get_fa_deprn_summary;
1099: IF c_get_fa_deprn_summary%NOTFOUND THEN
1100: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1101: p_full_path => l_path_name,
1102: p_string => 'prepare adj:*** error cannot find record in fa_book');
1103: CLOSE c_get_fa_deprn_summary;
1104: RETURN FALSE;

Line 1106: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1102: p_string => 'prepare adj:*** error cannot find record in fa_book');
1103: CLOSE c_get_fa_deprn_summary;
1104: RETURN FALSE;
1105: ELSE
1106: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1107: p_full_path => l_path_name,
1108: p_string => 'prepare adj: fa deprn summary');
1109: END IF;
1110: CLOSE c_get_fa_deprn_summary;

Line 1115: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1111: p_asset_iac_adj_info.deprn_reserve:=l_get_fa_deprn_summary.deprn_reserve - l_get_fa_deprn_summary.system_deprn_amount;
1112: p_asset_iac_adj_info.deprn_amount:=l_get_fa_deprn_summary.system_deprn_amount;
1113: /* salvage value correction */
1114: If l_get_fa_book_info.salvage_value <> 0 Then
1115: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1116: p_full_path => l_path_name,
1117: p_string => ' FA Deprn reserve amount for period before salvage correction:'||p_asset_iac_adj_info.deprn_reserve);
1118: IF NOT igi_iac_salvage_pkg.correction(p_asset_id => l_get_fa_book_info.asset_id,
1119: P_book_type_code =>l_get_fa_book_info.book_type_code,

Line 1124: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1120: P_value=>p_asset_iac_adj_info.deprn_reserve,
1121: P_cost=>l_get_fa_book_info.cost,
1122: P_salvage_value=>l_get_fa_book_info.salvage_value,
1123: P_calling_program=>'ADJUSTMENTS') THEN
1124: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1125: p_full_path => l_path_name,
1126: p_string => '+Salvage Value Correction Failed : ');
1127: return false;
1128: END IF;

Line 1129: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1125: p_full_path => l_path_name,
1126: p_string => '+Salvage Value Correction Failed : ');
1127: return false;
1128: END IF;
1129: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1130: p_full_path => l_path_name,
1131: p_string => ' FA Deprn reserve amount for period after salvage correction:'||p_asset_iac_adj_info.deprn_reserve);
1132: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1133: p_full_path => l_path_name,

Line 1132: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1128: END IF;
1129: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1130: p_full_path => l_path_name,
1131: p_string => ' FA Deprn reserve amount for period after salvage correction:'||p_asset_iac_adj_info.deprn_reserve);
1132: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1133: p_full_path => l_path_name,
1134: p_string => ' FA Deprn amount for period before salvage correction:'||p_asset_iac_adj_info.deprn_amount);
1135: IF NOT igi_iac_salvage_pkg.correction(p_asset_id => l_get_fa_book_info.asset_id,
1136: P_book_type_code =>l_get_fa_book_info.book_type_code,

Line 1141: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,

1137: P_value=>p_asset_iac_adj_info.deprn_amount,
1138: P_cost=>l_get_fa_book_info.cost,
1139: P_salvage_value=>l_get_fa_book_info.salvage_value,
1140: P_calling_program=>'ADJUSTMENTS') THEN
1141: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1142: p_full_path => l_path_name,
1143: p_string => '+Salvage Value Correction Failed : ');
1144: return false;
1145: END IF;

Line 1146: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1142: p_full_path => l_path_name,
1143: p_string => '+Salvage Value Correction Failed : ');
1144: return false;
1145: END IF;
1146: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1147: p_full_path => l_path_name,
1148: p_string => ' FA Deprn amount for period after salvage correction:'||p_asset_iac_adj_info.deprn_amount);
1149:
1150: END IF;

Line 1186: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1182: p_asset_dist_iac_adj_info(g_dist_idx2).pys_deprn_reserve :=0;
1183: p_asset_dist_iac_adj_info(g_dist_idx2).current_deprn_reserve :=0;
1184:
1185:
1186: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1187: p_full_path => l_path_name,
1188: p_string => 'prepare adj:asset_id.................'|| p_asset_dist_iac_adj_info(g_dist_idx2).asset_id);
1189: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1190: p_full_path => l_path_name,

Line 1189: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1185:
1186: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1187: p_full_path => l_path_name,
1188: p_string => 'prepare adj:asset_id.................'|| p_asset_dist_iac_adj_info(g_dist_idx2).asset_id);
1189: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1190: p_full_path => l_path_name,
1191: p_string => 'prepare adj:book_type_code...........'|| p_asset_dist_iac_adj_info(g_dist_idx2).book_type_code);
1192: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1193: p_full_path => l_path_name,

Line 1192: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1188: p_string => 'prepare adj:asset_id.................'|| p_asset_dist_iac_adj_info(g_dist_idx2).asset_id);
1189: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1190: p_full_path => l_path_name,
1191: p_string => 'prepare adj:book_type_code...........'|| p_asset_dist_iac_adj_info(g_dist_idx2).book_type_code);
1192: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1193: p_full_path => l_path_name,
1194: p_string => 'prepare adj:distribution_id..........'|| p_asset_dist_iac_adj_info(g_dist_idx2).distribution_id);
1195: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1196: p_full_path => l_path_name,

Line 1195: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1191: p_string => 'prepare adj:book_type_code...........'|| p_asset_dist_iac_adj_info(g_dist_idx2).book_type_code);
1192: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1193: p_full_path => l_path_name,
1194: p_string => 'prepare adj:distribution_id..........'|| p_asset_dist_iac_adj_info(g_dist_idx2).distribution_id);
1195: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1196: p_full_path => l_path_name,
1197: p_string => 'prepare adj:period_counter...........'|| p_asset_dist_iac_adj_info(g_dist_idx2).period_counter );-- tested
1198: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1199: p_full_path => l_path_name,

Line 1198: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1194: p_string => 'prepare adj:distribution_id..........'|| p_asset_dist_iac_adj_info(g_dist_idx2).distribution_id);
1195: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1196: p_full_path => l_path_name,
1197: p_string => 'prepare adj:period_counter...........'|| p_asset_dist_iac_adj_info(g_dist_idx2).period_counter );-- tested
1198: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1199: p_full_path => l_path_name,
1200: p_string => 'prepare adj:deprn_amount.............'|| p_asset_dist_iac_adj_info(g_dist_idx2).deprn_amount );
1201: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1202: p_full_path => l_path_name,

Line 1201: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1197: p_string => 'prepare adj:period_counter...........'|| p_asset_dist_iac_adj_info(g_dist_idx2).period_counter );-- tested
1198: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1199: p_full_path => l_path_name,
1200: p_string => 'prepare adj:deprn_amount.............'|| p_asset_dist_iac_adj_info(g_dist_idx2).deprn_amount );
1201: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1202: p_full_path => l_path_name,
1203: p_string => 'prepare adj:ytd_deprn................'|| p_asset_dist_iac_adj_info(g_dist_idx2).ytd_deprn);
1204: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1205: p_full_path => l_path_name,

Line 1204: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1200: p_string => 'prepare adj:deprn_amount.............'|| p_asset_dist_iac_adj_info(g_dist_idx2).deprn_amount );
1201: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1202: p_full_path => l_path_name,
1203: p_string => 'prepare adj:ytd_deprn................'|| p_asset_dist_iac_adj_info(g_dist_idx2).ytd_deprn);
1204: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1205: p_full_path => l_path_name,
1206: p_string => 'prepare adj:deprn_reserve............'|| p_asset_dist_iac_adj_info(g_dist_idx2).deprn_reserve);
1207: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1208: p_full_path => l_path_name,

Line 1207: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1203: p_string => 'prepare adj:ytd_deprn................'|| p_asset_dist_iac_adj_info(g_dist_idx2).ytd_deprn);
1204: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1205: p_full_path => l_path_name,
1206: p_string => 'prepare adj:deprn_reserve............'|| p_asset_dist_iac_adj_info(g_dist_idx2).deprn_reserve);
1207: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1208: p_full_path => l_path_name,
1209: p_string => 'prepare adj:deprn_adjustment_amount..'|| p_asset_dist_iac_adj_info(g_dist_idx2).deprn_adjustment_amount);
1210: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1211: p_full_path => l_path_name,

Line 1210: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1206: p_string => 'prepare adj:deprn_reserve............'|| p_asset_dist_iac_adj_info(g_dist_idx2).deprn_reserve);
1207: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1208: p_full_path => l_path_name,
1209: p_string => 'prepare adj:deprn_adjustment_amount..'|| p_asset_dist_iac_adj_info(g_dist_idx2).deprn_adjustment_amount);
1210: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1211: p_full_path => l_path_name,
1212: p_string => 'prepare adj:deprn_periods_elapsed....'|| p_asset_dist_iac_adj_info(g_dist_idx2).deprn_periods_elapsed );
1213: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1214: p_full_path => l_path_name,

Line 1213: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1209: p_string => 'prepare adj:deprn_adjustment_amount..'|| p_asset_dist_iac_adj_info(g_dist_idx2).deprn_adjustment_amount);
1210: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1211: p_full_path => l_path_name,
1212: p_string => 'prepare adj:deprn_periods_elapsed....'|| p_asset_dist_iac_adj_info(g_dist_idx2).deprn_periods_elapsed );
1213: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1214: p_full_path => l_path_name,
1215: p_string => 'prepare adj:deprn_periods_current_year..'||p_asset_dist_iac_adj_info(g_dist_idx2).deprn_periods_current_year);
1216: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1217: p_full_path => l_path_name,

Line 1216: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1212: p_string => 'prepare adj:deprn_periods_elapsed....'|| p_asset_dist_iac_adj_info(g_dist_idx2).deprn_periods_elapsed );
1213: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1214: p_full_path => l_path_name,
1215: p_string => 'prepare adj:deprn_periods_current_year..'||p_asset_dist_iac_adj_info(g_dist_idx2).deprn_periods_current_year);
1216: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1217: p_full_path => l_path_name,
1218: p_string => 'prepare adj:deprn_periods_prior_year....'||p_asset_dist_iac_adj_info(g_dist_idx2).deprn_periods_prior_year );
1219: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1220: p_full_path => l_path_name,

Line 1219: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1215: p_string => 'prepare adj:deprn_periods_current_year..'||p_asset_dist_iac_adj_info(g_dist_idx2).deprn_periods_current_year);
1216: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1217: p_full_path => l_path_name,
1218: p_string => 'prepare adj:deprn_periods_prior_year....'||p_asset_dist_iac_adj_info(g_dist_idx2).deprn_periods_prior_year );
1219: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1220: p_full_path => l_path_name,
1221: p_string => 'prepare adj:start_period_counter......'|| p_asset_dist_iac_adj_info(g_dist_idx2).start_period_counter );
1222: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1223: p_full_path => l_path_name,

Line 1222: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1218: p_string => 'prepare adj:deprn_periods_prior_year....'||p_asset_dist_iac_adj_info(g_dist_idx2).deprn_periods_prior_year );
1219: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1220: p_full_path => l_path_name,
1221: p_string => 'prepare adj:start_period_counter......'|| p_asset_dist_iac_adj_info(g_dist_idx2).start_period_counter );
1222: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1223: p_full_path => l_path_name,
1224: p_string => 'prepare adj:last_period_counter.......'|| p_asset_dist_iac_adj_info(g_dist_idx2).last_period_counter );
1225: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1226: p_full_path => l_path_name,

Line 1225: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1221: p_string => 'prepare adj:start_period_counter......'|| p_asset_dist_iac_adj_info(g_dist_idx2).start_period_counter );
1222: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1223: p_full_path => l_path_name,
1224: p_string => 'prepare adj:last_period_counter.......'|| p_asset_dist_iac_adj_info(g_dist_idx2).last_period_counter );
1225: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1226: p_full_path => l_path_name,
1227: p_string => 'prepare adj:pys_deprn_reserve.........'|| p_asset_dist_iac_adj_info(g_dist_idx2).pys_deprn_reserve );
1228: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1229: p_full_path => l_path_name,

Line 1228: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1224: p_string => 'prepare adj:last_period_counter.......'|| p_asset_dist_iac_adj_info(g_dist_idx2).last_period_counter );
1225: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1226: p_full_path => l_path_name,
1227: p_string => 'prepare adj:pys_deprn_reserve.........'|| p_asset_dist_iac_adj_info(g_dist_idx2).pys_deprn_reserve );
1228: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1229: p_full_path => l_path_name,
1230: p_string => 'prepare adj:current_deprn_reserve....'|| p_asset_dist_iac_adj_info(g_dist_idx2).current_deprn_reserve);
1231:
1232: END LOOP;

Line 1276: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1272: ELSE
1273: g_debug_print := FALSE;
1274: END IF;
1275:
1276: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1277: p_full_path => l_path_name,
1278: p_string => 'creating a message log file for adjustments from depreciation');
1279: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1280: p_full_path => l_path_name,

Line 1279: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1275:
1276: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1277: p_full_path => l_path_name,
1278: p_string => 'creating a message log file for adjustments from depreciation');
1279: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1280: p_full_path => l_path_name,
1281: p_string => 'calling function '||p_calling_function);
1282: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1283: p_full_path => l_path_name,

Line 1282: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

1278: p_string => 'creating a message log file for adjustments from depreciation');
1279: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1280: p_full_path => l_path_name,
1281: p_string => 'calling function '||p_calling_function);
1282: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1283: p_full_path => l_path_name,
1284: p_string => ' in iac adjustments');
1285: l_user_id := fnd_global.user_id;
1286: l_login_id := fnd_global.login_id;