DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_PREPARE_PKG dependencies on IGI_IAC_ADDITIONS_PKG

Line 1253: If Not IGI_IAC_ADDITIONS_PKG.Do_Addition(

1249: l_current_year_addition := FALSE;
1250: END IF;
1251: END IF;
1252:
1253: If Not IGI_IAC_ADDITIONS_PKG.Do_Addition(
1254: p_corp_book,
1255: C_Book_Info_Rec.asset_id,
1256: C_Asset_Category_Rec.category_id,
1257: null, null,null,null,null,null,

Line 1262: fnd_message.set_token('ROUTINE','igi_iac_additions_pkg.do_prior_addition');

1258: l_corp_deprn_summary.deprn_reserve,
1259: l_corp_deprn_summary.ytd_deprn,
1260: 'UPGRADE',NULL)Then
1261: fnd_message.set_name ('IGI', 'IGI_IMP_IAC_PREP_ERROR');
1262: fnd_message.set_token('ROUTINE','igi_iac_additions_pkg.do_prior_addition');
1263: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1264: p_full_path => l_path_name,
1265: p_remove_from_stack => FALSE);
1266: p_out_message := fnd_message.get;