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


TABLE: APPLSYS.AD_UMS_ENGINE_RESULTS

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


Stores the results of the UMS environment analysis


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AD_UMS_ENGINE_RESULTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUG_LIST
ColumnAPPL_TOP_ID
ColumnRELEASE_NAME
Columns
Name Datatype Length Mandatory Comments
APPL_TOP_ID NUMBER
Yes Primary Key, Foreign Key to AD_APPL_TOPS
RELEASE_NAME VARCHAR2 (15) Yes Primary Key, Applications Release Version
BUG_LIST VARCHAR2 (1996) Yes Primary Key, PATCH_ID concatenated with language
STATUS VARCHAR2 (15) Yes Status for this patch the last time the UMS Engine was run to analyze it
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
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 APPL_TOP_ID
,      RELEASE_NAME
,      BUG_LIST
,      STATUS
,      CREATION_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_DATE
FROM APPLSYS.AD_UMS_ENGINE_RESULTS;

Dependencies

[top of page]

APPLSYS.AD_UMS_ENGINE_RESULTS does not reference any database object

APPLSYS.AD_UMS_ENGINE_RESULTS is referenced by following:

SchemaAPPLSYS
ViewAD_UMS_ENGINE_RESULTS#