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


TABLE: IGI.IGI_IAC_REVAL_CATEGORIES

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


IGI_IAC_REVAL_CATEGORIES stores the category information in a revaluation run


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
REVALUATION_ID NUMBER
Yes Sequence generated identifier to uniquely identify a record in the dictionary
BOOK_TYPE_CODE VARCHAR2 (15) Yes Book Indentifier
CATEGORY_ID NUMBER
Yes Category Indentifier
SELECT_CATEGORY VARCHAR2 (1) Yes Indicates whether the assets belonging to this category will be considered for revaluation
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_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_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
Query Text

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


SELECT REVALUATION_ID
,      BOOK_TYPE_CODE
,      CATEGORY_ID
,      SELECT_CATEGORY
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM IGI.IGI_IAC_REVAL_CATEGORIES;

Dependencies

[top of page]

IGI.IGI_IAC_REVAL_CATEGORIES does not reference any database object

IGI.IGI_IAC_REVAL_CATEGORIES is referenced by following:

SchemaIGI
ViewIGI_IAC_REVAL_CATEGORIES#