DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_TRANSFER_PKG dependencies on IGI_IAC_YTD_ENGINE

Line 2370: IF NOT igi_iac_ytd_engine.Calculate_YTD

2366: l_hist_info.deprn_amount := 0;
2367: l_corp_last_per_counter:=l_prd_rec.period_counter-1;
2368: l_dpis_period_counter:=null;
2369:
2370: IF NOT igi_iac_ytd_engine.Calculate_YTD
2371: ( l_corporate_book,
2372: arec.asset_id,
2373: l_hist_info,
2374: l_dpis_period_counter,

Line 2379: fnd_message.set_token('ROUTINE','igi_iac_ytd_engine.Calculate_YTD');

2375: l_corp_last_per_counter,
2376: 'UPGRADE') THEN
2377:
2378: fnd_message.set_name ('IGI', 'IGI_IMP_IAC_PREP_ERROR');
2379: fnd_message.set_token('ROUTINE','igi_iac_ytd_engine.Calculate_YTD');
2380: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2381: p_full_path => g_path,
2382: p_remove_from_stack => FALSE);
2383: errbuf := fnd_message.get;