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


TABLE: IGI.IGI_IAC_REVALUATIONS

Object Details
Object Name: IGI_IAC_REVALUATIONS
Object Type: TABLE
Owner: IGI
FND Design Data: TableIGI.IGI_IAC_REVALUATIONS
Subobject Name:
Status: VALID


IGI_IAC_REVLUATIONS stores information of Revaluations for a book and a period


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGI_IAC_REVALUATIONS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnREVALUATION_ID
IGI_REVALUATIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBOOK_TYPE_CODE
Columns
Name Datatype Length Mandatory Comments
REVALUATION_ID NUMBER (15) Yes Sequence generated identifer to uniquely identify the record in the Dictionary
BOOK_TYPE_CODE VARCHAR2 (15) Yes Book Identifier
REVALUATION_DATE DATE
Yes The End date of the Revaluation Period
REVALUATION_PERIOD NUMBER (15)
Period for which the Revaluation is Executed
STATUS VARCHAR2 (15) Yes Status of the Revaluation Concurrent Process
REVAL_REQUEST_ID NUMBER (15)
The identifier of the Revaluation concurrent request
CREATE_REQUEST_ID NUMBER (15)
The identifier of the Create Assets concurrent request
CALLING_PROGRAM VARCHAR2 (30)
The program that initiated the revaluation engine
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
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).
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
EVENT_ID NUMBER (15)
event id
Query Text

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


SELECT REVALUATION_ID
,      BOOK_TYPE_CODE
,      REVALUATION_DATE
,      REVALUATION_PERIOD
,      STATUS
,      REVAL_REQUEST_ID
,      CREATE_REQUEST_ID
,      CALLING_PROGRAM
,      LAST_UPDATE_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
,      CREATION_DATE
,      EVENT_ID
FROM IGI.IGI_IAC_REVALUATIONS;

Dependencies

[top of page]

IGI.IGI_IAC_REVALUATIONS does not reference any database object

IGI.IGI_IAC_REVALUATIONS is referenced by following:

SchemaAPPS
SynonymIGI_IAC_REVALUATIONS