DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_AMORT_PKG dependencies on IGI_IAC_ADJ_COST_REVAL_PKG

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

390: l_latest_adj_id := l_prev_adj_id;
391: END IF;
392:
393: -- check if the asset is fully reserved
394: IF NOT igi_iac_adj_cost_reval_pkg.chk_asset_life(p_book_code => l_book_type_code,
395: p_period_counter => l_last_period_counter,
396: p_asset_id => l_asset_id,
397: l_last_period_counter => l_fully_rsvd_pc)
398: THEN

Line 967: igi_iac_adj_cost_reval_pkg.Roll_YTD_Forward(l_asset_id,

963: END LOOP;
964:
965: -- Roll YTD rows forward
966: -- Carry forward any inactive distributions from the previous adjustment to the new adjustment
967: igi_iac_adj_cost_reval_pkg.Roll_YTD_Forward(l_asset_id,
968: l_book_type_code,
969: l_latest_adj_id,
970: l_new_adj_id,
971: l_last_period_counter);