DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_PREPARE_PKG dependencies on IGI_MHC_REVALUATION_DETAIL

Line 505: From igi_mhc_revaluation_detail

501: nvl(sum(curr_yr_prior_prds_deprn_reval) ,0) curr_yr_prior_prds_deprn_reval,
502: nvl(sum(prior_year_operating_expense),0) prior_year_operating_expense,
503: nvl(sum(general_fund),0) general_fund,
504: nvl(sum(accumulated_general_fund),0) accumulated_general_fund
505: From igi_mhc_revaluation_detail
506: Where book_type_code = p_book
507: And period_counter = p_period_counter
508: And asset_id = p_asset_id
509: And reval_mode = 'INDEXED'