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


TABLE: FA.FA_REVAL_LINK_IMP_CAT

Object Details
Object Name: FA_REVAL_LINK_IMP_CAT
Object Type: TABLE
Owner: FA
FND Design Data: TableOFA.FA_REVAL_LINK_IMP_CAT
Subobject Name:
Status: VALID


Stores impairment classification type that can be selected for linking during a mass revaluation at the category level


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
MASS_REVAL_ID VARCHAR2 (240)
Unique mass revaluation identification number
CATEGORY_ID NUMBER

Unique identification number for each asset category
BOOK_TYPE_CODE VARCHAR2 (15)
Book name
CPP_ENABLED_FLAG VARCHAR2 (1)
A value of Y indicates that the impairment of type Change in Property Prices can be selected for linking
OTH_ENABLED_FLAG VARCHAR2 (1)
A value of Y indicates that the impairment of type Others can be selected for linking
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
Query Text

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


SELECT MASS_REVAL_ID
,      CATEGORY_ID
,      BOOK_TYPE_CODE
,      CPP_ENABLED_FLAG
,      OTH_ENABLED_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM FA.FA_REVAL_LINK_IMP_CAT;

Dependencies

[top of page]

FA.FA_REVAL_LINK_IMP_CAT does not reference any database object

FA.FA_REVAL_LINK_IMP_CAT is referenced by following:

SchemaFA
ViewFA_REVAL_LINK_IMP_CAT#