[Home] [Help]
[Dependency Information]
Object Name: | AD_UMS_ENGINE_RESULTS |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Stores the results of the UMS environment analysis
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AD_UMS_ENGINE_RESULTS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
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. |
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;
APPLSYS.AD_UMS_ENGINE_RESULTS does not reference any database object
APPLSYS.AD_UMS_ENGINE_RESULTS is referenced by following:
|
|
|