DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_AMORT_PKG dependencies on IGI_IAC_ADJ_COST_REVAL_PKG

Line 371: IF NOT igi_iac_adj_cost_reval_pkg.chk_asset_life(p_book_code => l_book_type_code,

367: l_latest_adj_id := l_prev_adj_id;
368: END IF;
369:
370: -- check if the asset is fully reserved
371: IF NOT igi_iac_adj_cost_reval_pkg.chk_asset_life(p_book_code => l_book_type_code,
372: p_period_counter => l_last_period_counter,
373: p_asset_id => l_asset_id,
374: l_last_period_counter => l_fully_rsvd_pc)
375: THEN

Line 942: igi_iac_adj_cost_reval_pkg.Roll_YTD_Forward(l_asset_id,

938: END LOOP;
939:
940: -- Roll YTD rows forward
941: -- Carry forward any inactive distributions from the previous adjustment to the new adjustment
942: igi_iac_adj_cost_reval_pkg.Roll_YTD_Forward(l_asset_id,
943: l_book_type_code,
944: l_latest_adj_id,
945: l_new_adj_id,
946: l_last_period_counter);