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


TABLE: APPLSYS.AD_FEATURE_VERSIONS

Object Details
Object Name: AD_FEATURE_VERSIONS
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableAD.AD_FEATURE_VERSIONS
Subobject Name:
Status: VALID


This table holds the current datamodel version and status of various features in AD.
FILENAME and RCS_VERSION serve as a parallel checkfile repository, specifically limited to feature-uprevving indicator files (whose names are stored in FILENAME). Its purpose is to handle situations such as changes to a feature by a patch while that feature is still being used in that patch, etc.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AD_FEATURE_VERSIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFEATURE_NAME
AD_FEATURE_VERSIONS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFILENAME
Columns
Name Datatype Length Mandatory Comments
FEATURE_NAME VARCHAR2 (30) Yes Feature name
CURRENT_DB_VERSION NUMBER
Yes Current data-model level
ENABLED_FLAG VARCHAR2 (1) Yes Y=>Enabled in the database
FILENAME VARCHAR2 (60) Yes Enabling SQL file
RCS_VERSION VARCHAR2 (150) Yes RCS version of the last executed FILENAME
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
Query Text

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


SELECT FEATURE_NAME
,      CURRENT_DB_VERSION
,      ENABLED_FLAG
,      FILENAME
,      RCS_VERSION
,      CREATION_DATE
,      LAST_UPDATE_DATE
FROM APPLSYS.AD_FEATURE_VERSIONS;

Dependencies

[top of page]

APPLSYS.AD_FEATURE_VERSIONS does not reference any database object

APPLSYS.AD_FEATURE_VERSIONS is referenced by following:

SchemaAPPLSYS
ViewAD_FEATURE_VERSIONS#