DBA Data[Home] [Help]

APPS.FA_IMPAIRMENT_POST_PVT dependencies on FA_CALC_DEPRN_BASIS1_PKG

Line 2358: -- Setting 0s to avoid calling FA_CALC_DEPRN_BASIS1_PKG.GET_EOFY_EOP

2354: CLOSE c_get_next_period;
2355:
2356: l_period_rec.period_open_date := sysdate;
2357:
2358: -- Setting 0s to avoid calling FA_CALC_DEPRN_BASIS1_PKG.GET_EOFY_EOP
2359: -- This should not be necessary for specific deprn basis rules which
2360: -- should be used only with some type of group assets
2361: l_eofy_rec_cost := 0;
2362: l_eofy_sal_val := 0;

Line 2586: if (not FA_CALC_DEPRN_BASIS1_PKG.CALL_DEPRN_BASIS

2582: end if;
2583:
2584: end if;
2585:
2586: if (not FA_CALC_DEPRN_BASIS1_PKG.CALL_DEPRN_BASIS
2587: (p_event_type => 'AMORT_ADJ',
2588: p_asset_fin_rec_new => l_asset_fin_rec_new,
2589: p_asset_fin_rec_old => p_asset_fin_rec,
2590: p_asset_hdr_rec => p_asset_hdr_rec,