DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_COST_REVAL_PKG dependencies on IGI_IAC_FA_DEPRN_PKG

Line 335: IGI_IAC_FA_DEPRN_PKG.Insert_Row(

331: END IF;
332: CLOSE c_get_fa_deprn;
333:
334: -- insert into igi_iac_fa_deprn with the new adjustment_id
335: IGI_IAC_FA_DEPRN_PKG.Insert_Row(
336: x_rowid => l_rowid,
337: x_book_type_code => p_book_type_code,
338: x_asset_id => p_asset_id,
339: x_period_counter => p_prd_counter,

Line 886: IGI_IAC_FA_DEPRN_PKG.Insert_Row(

882: END LOOP;
883: END IF;
884: CLOSE c_get_fa_iac_deprn;
885:
886: IGI_IAC_FA_DEPRN_PKG.Insert_Row(
887: x_rowid => l_rowid,
888: x_book_type_code => l_book_type_code,
889: x_asset_id => l_asset_id,
890: x_period_counter => l_last_period_counter,