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


TABLE: AZ.AZ_TEMPLATES

Object Details
Object Name: AZ_TEMPLATES
Object Type: TABLE
Owner: AZ
FND Design Data: TableAZ.AZ_TEMPLATES
Subobject Name:
Status: VALID


This table stores template files for iSetups


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AZ_TEMPLATES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNAME
SYS_IL0000192701C00005$$ LOB UNIQUE TablespaceAPPS_TS_SEED
Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (255) Yes Name of the template file
DISPLAY_NAME VARCHAR2 (255)
display name of the template file
DESCRIPTION VARCHAR2 (4000)
Description of the template file
VERSION VARCHAR2 (255)
Version of the template file
CONTENT BLOB (4000)
The content of the file
CREATED_BY NUMBER (15) Yes Standard who/date column
CREATION_DATE DATE
Yes Standard who/date column
LAST_UPDATED_BY NUMBER (15) Yes Standard who/date column
LAST_UPDATE_DATE DATE
Yes Standard who/date column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who/date columns
Query Text

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


SELECT NAME
,      DISPLAY_NAME
,      DESCRIPTION
,      VERSION
,      CONTENT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM AZ.AZ_TEMPLATES;

Dependencies

[top of page]

AZ.AZ_TEMPLATES does not reference any database object

AZ.AZ_TEMPLATES is referenced by following:

SchemaAZ
ViewAZ_TEMPLATES#