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


TABLE: CZ.CZ_UI_REF_TEMPLATES

Object Details
Object Name: CZ_UI_REF_TEMPLATES
Object Type: TABLE
Owner: CZ
FND Design Data: TableCZ.CZ_UI_REF_TEMPLATES
Subobject Name:
Status: VALID


CZ_UI_REF_TEMPLATES records each reference from each customer UI content template to another UI content template. It is used in Publishing and in runtime caching.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Primary Key: CZ_UI_REF_TEMPLATES_PK
  1. ColumnTEMPLATE_ID
  2. ColumnTEMPLATE_UI_DEF_ID
  3. ColumnREF_TEMPLATE_ID
  4. ColumnREF_TEMPLATE_UI_DEF_ID
Indexes
Index Type Uniqueness Tablespace Column
CZ_UI_REF_TEMPLATES_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnTEMPLATE_ID
ColumnTEMPLATE_UI_DEF_ID
ColumnREF_TEMPLATE_ID
ColumnREF_TEMPLATE_UI_DEF_ID
CZ_UI_REF_TEMPLATES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnDELETED_FLAG
ColumnTEMPLATE_UI_DEF_ID
ColumnTEMPLATE_ID
ColumnREF_TEMPLATE_UI_DEF_ID
ColumnREF_TEMPLATE_ID
ColumnREF_TEMPL_SEEDED_FLAG
Columns
Name Datatype Length Mandatory Comments
TEMPLATE_ID NUMBER
Yes identifies Templates (PK)
REF_TEMPLATE_ID NUMBER
Yes identifies nested Template (PK)
DELETED_FLAG VARCHAR2 (1) Yes Standard flag; '0' indicates the record is active, '1' means deleted. Other values are reserved
LAST_UPDATE_LOGIN NUMBER

Records the login ID under which this record was last updated
LAST_UPDATE_DATE DATE
Yes Standard field recording the date/time this record was last updated
CREATION_DATE DATE
Yes Standard field recording the date this record was created
CREATED_BY NUMBER
Yes Standard field recording the ID of the user that created this record
LAST_UPDATED_BY NUMBER
Yes Standard field recording the ID of the user that last updated this record
TEMPLATE_UI_DEF_ID NUMBER
Yes
REF_TEMPLATE_UI_DEF_ID NUMBER
Yes
SEEDED_FLAG VARCHAR2 (1) Yes
REF_TEMPL_SEEDED_FLAG VARCHAR2 (1) Yes
REF_COUNT NUMBER
Yes
Query Text

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


SELECT TEMPLATE_ID
,      REF_TEMPLATE_ID
,      DELETED_FLAG
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      TEMPLATE_UI_DEF_ID
,      REF_TEMPLATE_UI_DEF_ID
,      SEEDED_FLAG
,      REF_TEMPL_SEEDED_FLAG
,      REF_COUNT
FROM CZ.CZ_UI_REF_TEMPLATES;

Dependencies

[top of page]

CZ.CZ_UI_REF_TEMPLATES does not reference any database object

CZ.CZ_UI_REF_TEMPLATES is referenced by following:

SchemaAPPS
SynonymCZ_UI_REF_TEMPLATES
TriggerCZ_UI_REF_TEMPLATES_T1