[Home] [Help]
[Dependency Information]
Object Name: | AD_TE_LEVEL_HISTORY |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Holds the history information of trackable entity codelevels. Whenever a row is updated in AD_TRACKABLE_ENTITIES, the row before updating is inserted in this table for history purposes
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ABBREVIATION | VARCHAR2 | (8) | Yes | Product Abbreviation |
NAME | VARCHAR2 | (50) | Yes | trackable entity name |
CODELEVEL | VARCHAR2 | (150) | Yes | Holds the codelevel of the trackable entity |
BASELINE | VARCHAR2 | (150) | Yes | Holds the baseline of the trackable entity |
PATCH_RUN_ID | NUMBER | Yes | Identifies the AD_PATCH_RUNS record |
Cut, paste (and edit) the following text to query this object:
SELECT ABBREVIATION
, NAME
, CODELEVEL
, BASELINE
, PATCH_RUN_ID
FROM APPLSYS.AD_TE_LEVEL_HISTORY;
APPLSYS.AD_TE_LEVEL_HISTORY does not reference any database object
APPLSYS.AD_TE_LEVEL_HISTORY is referenced by following:
|
|
|