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


TABLE: APPLSYS.AD_PA_ENTITY_INFO

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


Master table to store the entity information of all the entities in Patch Wizard


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
TE_ABBR VARCHAR2 (30) Yes Abbreviation of the entity
TE_NAME VARCHAR2 (50)
Name of the entity
TE_TYPE VARCHAR2 (30)
Type of the entity (Product, Product Family, etc)
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.
Query Text

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


SELECT TE_ABBR
,      TE_NAME
,      TE_TYPE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPLSYS.AD_PA_ENTITY_INFO;

Dependencies

[top of page]

APPLSYS.AD_PA_ENTITY_INFO does not reference any database object

APPLSYS.AD_PA_ENTITY_INFO is referenced by following:

SchemaAPPLSYS
ViewAD_PA_ENTITY_INFO#