[Home] [Help]
[Dependency Information]
Object Name: | AD_PA_PATCH_ENTITY_INFO |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Detailed table to store the introducing information of a patch from patch_metadata.xml
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AD_PA_PATCH_ENTITY_INFO_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PATCH_ENTITY_ID | NUMBER | Yes | Primary Key | |
PATCH_ID | NUMBER | Yes | Foreign Key to AD_PM_MASTER | |
TE_ABBR | VARCHAR2 | (30) | Yes | Abbreviation of the introducing entity |
TE_LEVEL | VARCHAR2 | (150) | Codelevel of the introducing entity | |
BASELINE | VARCHAR2 | (150) | Baseline of the introducing entity | |
CREATED_BY | NUMBER | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
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). | |
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 PATCH_ENTITY_ID
, PATCH_ID
, TE_ABBR
, TE_LEVEL
, BASELINE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPLSYS.AD_PA_PATCH_ENTITY_INFO;
APPLSYS.AD_PA_PATCH_ENTITY_INFO does not reference any database object
APPLSYS.AD_PA_PATCH_ENTITY_INFO is referenced by following:
|
|
|