DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_COST_REVAL_PKG dependencies on IGI_IAC_FA_DEPRN_PKG

Line 310: IGI_IAC_FA_DEPRN_PKG.Insert_Row(

306: END IF;
307: CLOSE c_get_fa_deprn;
308:
309: -- insert into igi_iac_fa_deprn with the new adjustment_id
310: IGI_IAC_FA_DEPRN_PKG.Insert_Row(
311: x_rowid => l_rowid,
312: x_book_type_code => p_book_type_code,
313: x_asset_id => p_asset_id,
314: x_period_counter => p_prd_counter,

Line 821: IGI_IAC_FA_DEPRN_PKG.Insert_Row(

817: END LOOP;
818: END IF;
819: CLOSE c_get_fa_iac_deprn;
820:
821: IGI_IAC_FA_DEPRN_PKG.Insert_Row(
822: x_rowid => l_rowid,
823: x_book_type_code => l_book_type_code,
824: x_asset_id => l_asset_id,
825: x_period_counter => l_last_period_counter,