Search Results run_mode
Overview
The view APPS.IGI_MHC_REVAL_SUMMARY_LL_V is a reporting and integration object in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, owned by the APPS schema. It exposes a filtered subset of records from the IGI mass revaluation summary infrastructure, specifically the rows associated with the "LL" (life-based / life-length) run mode. The suffix _LL_V and the embedded predicate RUN_MODE = 'L' indicate that this view is purpose-built to present the most recent active life revaluation results for each asset and book combination.
The view identifies, for every asset and depreciation book, the single latest mass revaluation summary row that satisfies the life run mode, the highest MHC period counter, the highest mass revaluation identifier, and an active status. Because the underlying summary table accumulates multiple runs across periods, the view collapses this history down to one authoritative current record per asset/book, making it suitable for downstream inquiry screens, concurrent reporting, and integration interfaces.
Underlying Base Objects
The view is defined exclusively over the synonym IGI_MHC_REVALUATION_SUMMARY, which resolves to the base table storing mass revaluation summary results. No additional tables, views, or PL/SQL functions are referenced in the documented view text; the filtering and de-duplication are achieved entirely through correlated subqueries against the same underlying object. Two self-referencing subqueries are used: the first selects the maximum CURRENT_MHC_PERIOD_COUNTER for the asset and book, and the nested second selects the maximum MASS_REVAL_ID within that period. Inactive records (ACTIVE_FLAG = 'N') are excluded at both levels via NVL(...,'Y') <> 'N', ensuring that only active results are surfaced.
Key Columns
- ROW_ID — the physical ROWID of the underlying summary row, used for row-level identification.
- MASS_REVAL_ID — identifier of the mass revaluation run that produced the record.
- ASSET_ID, CATEGORY_ID, BOOK_TYPE_CODE — the asset, its category, and depreciation book context.
- RUN_MODE — always 'L' in this view, denoting the life revaluation run mode; the defining filter of the view.
- REVAL_MODE — the revaluation mode applied within the run.
- CURRENT_MHC_PERIOD_COUNTER, PERIOD_COUNTER, DPIS_MHC_PERIOD_COUNTER — period tracking counters used to determine currency and ordering of results.
- LIFE_CHANGE_COUNT, ORIGINAL_LIFE, PREVIOUS_LIFE, CURRENT_LIFE — life-related attributes showing how asset life changed through revaluation.
- ORIGINAL_COST, NEW_ASSET_COST, NEW_SALVAGE_VALUE — cost and salvage value before and after revaluation.
- OLD_ACCUM_DEPRN, NEW_ACCUM_DEPRN, OLD_REVAL_RESERVE, NEW_REVAL_RESERVE — accumulated depreciation and revaluation reserve balances before and after the run.
- NEW_CURR_YR_EXPENSE, NEW_BACKLOG_DEPRN, NEW_CURR_YR_OP_EXPENSE, NEW_PRIOR_YR_OP_EXPENSE — resulting depreciation and operating expense components.
- NEW_GENERAL_FUND, NEW_ACCUM_GENERAL_FUND — general fund adjustments produced by the revaluation.
- LAST_TXN_EVENT — the last transaction event associated with the record.
- ACTIVE_FLAG — status flag; inactive rows are excluded.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard audit columns.
Common Use Cases and Queries
Because the view returns exactly one current life revaluation summary per asset and book, it supports reduced-integration reporting, reconciliation of revaluation runs, and inquiry on the net financial effect of the latest life revaluation. A representative query retrieving current life revaluation results for a specific book is:
SELECT asset_id, book_type_code, original_cost, new_asset_cost, current_life, new_accum_deprn FROM apps.igi_mhc_reval_summary_ll_v WHERE book_type_code = :p_book ORDER BY asset_id;SELECT asset_id, mass_reval_id, reval_mode, new_reval_reserve FROM apps.igi_mhc_reval_summary_ll_v WHERE asset_id = :p_asset_id;
These queries are typically used in mass revaluation validation reports, post-run variance analysis comparing original versus new cost and reserve values, and extract programs feeding external fixed asset ledgers.
-
Lookup Type: RUN_MODE
12.1.1
product: CN - Incentive Compensation , meaning: Run Mode parameter values for "Credit Allocation" , description: Run Mode parameter values for "Credit Allocation" ,
-
Lookup Type: RUN_MODE
12.2.2
product: CN - Incentive Compensation , meaning: Run Mode parameter values for "Credit Allocation" , description: Run Mode parameter values for "Credit Allocation" ,
-
VIEW: APPS.IGI_MHC_REVAL_SUMMARY_LL_V
12.2.2
-
VIEW: APPS.IGI_MHC_REVAL_SUMMARY_PL_V
12.2.2
-
VIEW: APPLSYS.FND_OAM_DSCRAM_RUNS_B#
12.2.2
-
View: IGI_MHC_REVAL_SUMMARY_LL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_MHC_REVAL_SUMMARY_LL_V, object_name:IGI_MHC_REVAL_SUMMARY_LL_V, status:VALID, product: IGI - Public Sector Financials International , description: IGI_MHC_REVAL_SUMMARY_LL_V holds the revaluation details at each asset level for the Live Revaluation run that was done for thecurrent period. , implementation_dba_data: APPS.IGI_MHC_REVAL_SUMMARY_LL_V ,
-
VIEW: APPS.IGI_MHC_REVAL_SUMMARY_LL_V
12.1.1
-
View: IGI_MHC_REVAL_SUMMARY_PL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_MHC_REVAL_SUMMARY_PL_V, object_name:IGI_MHC_REVAL_SUMMARY_PL_V, status:VALID, product: IGI - Public Sector Financials International , description: IGI_MHC_REVAL_SUMMARY_PL_V holds data for all the Live runs of Revaluation done for the Previous periods , implementation_dba_data: APPS.IGI_MHC_REVAL_SUMMARY_PL_V ,
-
VIEW: APPS.IGI_MHC_REVAL_SUMMARY_PL_V
12.1.1
-
VIEW: IGI.IGI_MHC_REVALUATION_SUMMARY#
12.2.2
-
VIEW: GL.GL_AUTO_ALLOC_BAT_HIST_DET#
12.2.2
-
VIEW: FA.FA_SORP_LINK_REVAL_ITF#
12.2.2
-
VIEW: FA.FA_SORP_UPG_CAT#
12.2.2
-
VIEW: APPS.IGI_MHC_REVAL_DETAILS_PL_V
12.1.1
-
VIEW: APPS.IGI_MHC_REVAL_DETAILS_PL_V
12.2.2
-
VIEW: CN.CN_ARC_AUDIT_ALL#
12.2.2
-
View: IGI_MHC_REVAL_SUMMARY_LL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_MHC_REVAL_SUMMARY_LL_V, object_name:IGI_MHC_REVAL_SUMMARY_LL_V, status:VALID, product: IGI - Public Sector Financials International , description: IGI_MHC_REVAL_SUMMARY_LL_V holds the revaluation details at each asset level for the Live Revaluation run that was done for thecurrent period. , implementation_dba_data: APPS.IGI_MHC_REVAL_SUMMARY_LL_V ,
-
View: IGI_MHC_REVAL_SUMMARY_PL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_MHC_REVAL_SUMMARY_PL_V, object_name:IGI_MHC_REVAL_SUMMARY_PL_V, status:VALID, product: IGI - Public Sector Financials International , description: IGI_MHC_REVAL_SUMMARY_PL_V holds data for all the Live runs of Revaluation done for the Previous periods , implementation_dba_data: APPS.IGI_MHC_REVAL_SUMMARY_PL_V ,
-
VIEW: APPS.IGI_MHC_REVAL_DETAILS_LL_V
12.1.1
-
VIEW: APPS.IGI_MHC_REVAL_DETAILS_LL_V
12.2.2
-
View: IGI_MHC_REVAL_DETAILS_PL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_MHC_REVAL_DETAILS_PL_V, object_name:IGI_MHC_REVAL_DETAILS_PL_V, status:VALID, product: IGI - Public Sector Financials International , description: IGI_MHC_REVAL_SUMMARY_PL_V holds data for each distribution of an asset for all the Live runs of Revaluation done for the Previous periods , implementation_dba_data: APPS.IGI_MHC_REVAL_DETAILS_PL_V ,
-
VIEW: IGI.IGI_MHC_REVALUATION_DETAIL#
12.2.2
-
View: IGI_MHC_CURR_REVAL_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_MHC_CURR_REVAL_DTL_V, object_name:IGI_MHC_CURR_REVAL_DTL_V, status:VALID, product: IGI - Public Sector Financials International , description: IGI_MHC_CURR_REVAL_DTL_V holds the current active records for each run of Revaluation. Since Revaluation can be run in Live and Preview modes, data for all the runs is stored in the IGI_MHC_REVALUATION_DETAIL. This view filters and holds , implementation_dba_data: APPS.IGI_MHC_CURR_REVAL_DTL_V ,
-
View: IGI_MHC_REVAL_DETAILS_PL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_MHC_REVAL_DETAILS_PL_V, object_name:IGI_MHC_REVAL_DETAILS_PL_V, status:VALID, product: IGI - Public Sector Financials International , description: IGI_MHC_REVAL_SUMMARY_PL_V holds data for each distribution of an asset for all the Live runs of Revaluation done for the Previous periods , implementation_dba_data: APPS.IGI_MHC_REVAL_DETAILS_PL_V ,
-
VIEW: FV.FV_FACTS_SUBMISSION#
12.2.2
-
VIEW: SYS.V_$HM_RUN
12.1.1
-
VIEW: SYS.GV_$HM_RUN
12.1.1
-
TABLE: APPS.RCV_RMA_UPGRADE_SUCCESS
12.1.1
owner:APPS, object_type:TABLE, object_name:RCV_RMA_UPGRADE_SUCCESS, status:VALID,
-
VIEW: IGI.IGI_MHC_IDX_REVALUATIONS#
12.2.2
-
View: IGI_MHC_REVAL_DETAILS_LL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_MHC_REVAL_DETAILS_LL_V, object_name:IGI_MHC_REVAL_DETAILS_LL_V, status:VALID, product: IGI - Public Sector Financials International , description: IGI_MHC_REVAL_DETAILS_LL_V holds the revaluation details at the distribution level for each asset level for the Live Revaluation run that was done for the current period. , implementation_dba_data: APPS.IGI_MHC_REVAL_DETAILS_LL_V ,
-
View: IGI_MHC_CURR_REVAL_DTL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_MHC_CURR_REVAL_DTL_V, object_name:IGI_MHC_CURR_REVAL_DTL_V, status:VALID, product: IGI - Public Sector Financials International , description: IGI_MHC_CURR_REVAL_DTL_V holds the current active records for each run of Revaluation. Since Revaluation can be run in Live and Preview modes, data for all the runs is stored in the IGI_MHC_REVALUATION_DETAIL. This view filters and holds , implementation_dba_data: APPS.IGI_MHC_CURR_REVAL_DTL_V ,
-
TABLE: APPS.RCV_RMA_UPGRADE_ERRORS
12.1.1
owner:APPS, object_type:TABLE, object_name:RCV_RMA_UPGRADE_ERRORS, status:VALID,
-
View: IGI_MHC_REVAL_DETAILS_LL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_MHC_REVAL_DETAILS_LL_V, object_name:IGI_MHC_REVAL_DETAILS_LL_V, status:VALID, product: IGI - Public Sector Financials International , description: IGI_MHC_REVAL_DETAILS_LL_V holds the revaluation details at the distribution level for each asset level for the Live Revaluation run that was done for the current period. , implementation_dba_data: APPS.IGI_MHC_REVAL_DETAILS_LL_V ,
-
VIEW: APPS.IGI_MHC_CURR_REVAL_DTL_V
12.2.2
-
VIEW: APPS.IGI_MHC_CURR_REVAL_DTL_V
12.1.1
-
VIEW: SYS.V_$HM_RUN
12.2.2
-
VIEW: SYS.GV_$HM_RUN
12.2.2
-
VIEW: SYS.V_$HM_RUN
12.2.2
owner:SYS, object_type:VIEW, object_name:V_$HM_RUN, status:VALID,
-
VIEW: APPLSYS.FND_OAM_DSCRAM_RUNS_B#
12.2.2
owner:APPLSYS, object_type:VIEW, object_name:FND_OAM_DSCRAM_RUNS_B#, status:VALID,
-
VIEW: SYS.V_$HM_RUN
12.1.1
owner:SYS, object_type:VIEW, object_name:V_$HM_RUN, status:VALID,
-
VIEW: SYS.GV_$HM_RUN
12.2.2
owner:SYS, object_type:VIEW, object_name:GV_$HM_RUN, status:VALID,
-
VIEW: FA.FA_SORP_UPG_CAT#
12.2.2
owner:FA, object_type:VIEW, object_name:FA_SORP_UPG_CAT#, status:VALID,
-
TABLE: GL.GL_AUTO_ALLOC_BAT_HIST_DET
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_AUTO_ALLOC_BAT_HIST_DET, object_name:GL_AUTO_ALLOC_BAT_HIST_DET, status:VALID,
-
TABLE: GL.GL_AUTO_ALLOC_BAT_HIST_DET
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_AUTO_ALLOC_BAT_HIST_DET, object_name:GL_AUTO_ALLOC_BAT_HIST_DET, status:VALID,
-
VIEW: SYS.GV_$HM_RUN
12.1.1
owner:SYS, object_type:VIEW, object_name:GV_$HM_RUN, status:VALID,
-
VIEW: CN.CN_ARC_AUDIT_ALL#
12.2.2
owner:CN, object_type:VIEW, object_name:CN_ARC_AUDIT_ALL#, status:VALID,
-
VIEW: FA.FA_SORP_LINK_REVAL_ITF#
12.2.2
owner:FA, object_type:VIEW, object_name:FA_SORP_LINK_REVAL_ITF#, status:VALID,
-
VIEW: GL.GL_AUTO_ALLOC_BAT_HIST_DET#
12.2.2
owner:GL, object_type:VIEW, object_name:GL_AUTO_ALLOC_BAT_HIST_DET#, status:VALID,
-
VIEW: APPS.FND_OAM_DSCRAM_RUNS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_OAM_DSCRAM_RUNS_VL, object_name:FND_OAM_DSCRAM_RUNS_VL, status:VALID,
-
VIEW: APPS.GL_AUTO_ALLOC_BAT_HIST_DET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_AUTO_ALLOC_BAT_HIST_DET_V, object_name:GL_AUTO_ALLOC_BAT_HIST_DET_V, status:VALID,