DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IGI_MHC_REVAL_SUMMARY_PL_V

Object Details
Object Name: IGI_MHC_REVAL_SUMMARY_PL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGI.IGI_MHC_REVAL_SUMMARY_PL_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Refer to Base Table
MASS_REVAL_ID NUMBER (15) Yes Refer to Base Table
ASSET_ID NUMBER (15) Yes Refer to Base Table
CATEGORY_ID NUMBER (15) Yes Refer to Base Table
BOOK_TYPE_CODE VARCHAR2 (15) Yes Refer to Base Table
CURRENT_MHC_PERIOD_COUNTER NUMBER (15) Yes Refer to Base Table
PERIOD_COUNTER NUMBER

Refer to Base Table
DPIS_MHC_PERIOD_COUNTER NUMBER (15)
Refer to Base Table
LIFE_CHANGE_COUNT NUMBER (15)
Refer to Base Table
ACTIVE_FLAG VARCHAR2 (1)
Refer to Base Table
RUN_MODE VARCHAR2 (240)
Refer to Base Table
REVAL_MODE VARCHAR2 (30)
Refer to Base Table
ORIGINAL_COST NUMBER

Refer to Base Table
NEW_ASSET_COST NUMBER

Refer to Base Table
NEW_SALVAGE_VALUE NUMBER

Refer to Base Table
ORIGINAL_LIFE NUMBER (15)
Refer to Base Table
PREVIOUS_LIFE NUMBER (15)
Refer to Base Table
CURRENT_LIFE NUMBER (15)
Refer to Base Table
OLD_ACCUM_DEPRN NUMBER

Refer to Base Table
OLD_REVAL_RESERVE NUMBER

Refer to Base Table
NEW_ACCUM_DEPRN NUMBER

Refer to Base Table
NEW_REVAL_RESERVE NUMBER

Refer to Base Table
NEW_CURR_YR_EXPENSE NUMBER

Refer to Base Table
NEW_BACKLOG_DEPRN NUMBER

Refer to Base Table
NEW_CURR_YR_OP_EXPENSE NUMBER

Refer to Base Table
NEW_PRIOR_YR_OP_EXPENSE NUMBER

Refer to Base Table
NEW_GENERAL_FUND NUMBER

Refer to Base Table
NEW_ACCUM_GENERAL_FUND NUMBER

Refer to Base Table
LAST_TXN_EVENT VARCHAR2 (240)
Refer to Base Table
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROW_ID
,      MASS_REVAL_ID
,      ASSET_ID
,      CATEGORY_ID
,      BOOK_TYPE_CODE
,      CURRENT_MHC_PERIOD_COUNTER
,      PERIOD_COUNTER
,      DPIS_MHC_PERIOD_COUNTER
,      LIFE_CHANGE_COUNT
,      ACTIVE_FLAG
,      RUN_MODE
,      REVAL_MODE
,      ORIGINAL_COST
,      NEW_ASSET_COST
,      NEW_SALVAGE_VALUE
,      ORIGINAL_LIFE
,      PREVIOUS_LIFE
,      CURRENT_LIFE
,      OLD_ACCUM_DEPRN
,      OLD_REVAL_RESERVE
,      NEW_ACCUM_DEPRN
,      NEW_REVAL_RESERVE
,      NEW_CURR_YR_EXPENSE
,      NEW_BACKLOG_DEPRN
,      NEW_CURR_YR_OP_EXPENSE
,      NEW_PRIOR_YR_OP_EXPENSE
,      NEW_GENERAL_FUND
,      NEW_ACCUM_GENERAL_FUND
,      LAST_TXN_EVENT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGI_MHC_REVAL_SUMMARY_PL_V;

Dependencies

[top of page]

APPS.IGI_MHC_REVAL_SUMMARY_PL_V references the following:

SchemaAPPS
SynonymIGI_MHC_REVALUATION_SUMMARY
APPS.IGI_MHC_REVAL_SUMMARY_PL_V is referenced by following:

SchemaAPPS
Package BodyIGI_IMP_IAC_EXCEP_INER_PKG - show dependent code
ViewIGI_MHC_REVAL_DETAILS_PL_V