DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_TRANSFER_PKG dependencies on IGI_IAC_SALVAGE_PKG

Line 2391: IF NOT igi_iac_salvage_pkg.correction(arec.asset_id,

2387: l_hist_deprn_amount:=l_hist_info.deprn_amount;
2388: l_hist_deprn_amount_sal_corr:=l_hist_deprn_amount;
2389:
2390: IF ( NOT l_hist_info.salvage_value is Null) or (NOT l_hist_info.salvage_value=0) THEN
2391: IF NOT igi_iac_salvage_pkg.correction(arec.asset_id,
2392: l_corporate_book,
2393: l_hist_deprn_amount_sal_corr,
2394: l_hist_info.cost,
2395: l_hist_info.salvage_value,

Line 2398: fnd_message.set_token('ROUTINE','igi_iac_salvage_pkg.correction');

2394: l_hist_info.cost,
2395: l_hist_info.salvage_value,
2396: P_calling_program=>'IMPLEMENTATTION') THEN
2397:
2398: fnd_message.set_token('ROUTINE','igi_iac_salvage_pkg.correction');
2399: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
2400: p_full_path => g_path,
2401: p_remove_from_stack => FALSE);
2402: errbuf := fnd_message.get;