DBA Data[Home] [Help]

APPS.IGI_IAC_DEPRN_PKG dependencies on IGI_IAC_SALVAGE_PKG

Line 607: IF NOT igi_iac_salvage_pkg.correction(p_asset_id => l_fa_asset_id(l_loop_count),

603:
604: /* salvage value correction */
605: If l_salvage_value <> 0 Then
606: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,' FA Deprn amount for period before salvage correction:'||to_char(l_deprn_amount));
607: IF NOT igi_iac_salvage_pkg.correction(p_asset_id => l_fa_asset_id(l_loop_count),
608: P_book_type_code =>p_book_type_code,
609: P_value=>l_deprn_amount,
610: P_cost=>l_cost,
611: P_salvage_value=>l_salvage_value,