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


TABLE: CZ.CZ_UI_CONT_TYPE_TEMPLS

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


CZ_UI_CONT_TYPE_TEMPLS specifies the UI content templates that are to be used in generating or refreshing a user interface. Each entry specifies a content type (a psnode subtype) and the template to be used for rendering that type. These records are attached to each UI Master Template, in which case they are copied to each new UI that is based on that template.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Primary Key: CZ_UI_CONT_TYPE_TEMPLS_PK
  1. ColumnUI_DEF_ID
  2. ColumnCONTENT_TYPE
Indexes
Index Type Uniqueness Tablespace Column
CZ_UI_CONT_TYPE_TEMPLS_N1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCONTENT_TYPE
ColumnUI_DEF_ID
ColumnTEMPLATE_ID
ColumnTEMPLATE_UI_DEF_ID
CZ_UI_CONT_TYPE_TEMPLS_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnUI_DEF_ID
ColumnCONTENT_TYPE
CZ_UI_CONT_TYPE_TEMPLS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnTEMPLATE_ID
ColumnTEMPLATE_UI_DEF_ID
ColumnDELETED_FLAG
Columns
Name Datatype Length Mandatory Comments
UI_DEF_ID NUMBER
Yes identifies UI(PK)
CONTENT_TYPE NUMBER
Yes Indicates a type of the content which should be
TEMPLATE_ID NUMBER
Yes identifies UI template -> CZ_UI_TEMPLATES.template_id
DELETED_FLAG VARCHAR2 (1) Yes 0 - not deleted; 1 - deleted (Standard)
CREATED_BY NUMBER
Yes Standard field recording the ID of the user that creat
CREATION_DATE DATE
Yes Date this record was created
LAST_UPDATED_BY NUMBER
Yes Standard field recording the ID of the user that last updated this record
LAST_UPDATE_DATE DATE
Yes Date this record was last updated
LAST_UPDATE_LOGIN NUMBER

Standard footprint field. Login identity of user that last updated this record.
MASTER_TEMPLATE_FLAG VARCHAR2 (1) Yes
SEEDED_FLAG VARCHAR2 (1) Yes '1' indicates this is a seeded expr node
TEMPLATE_UI_DEF_ID NUMBER
Yes
WRAP_TEMPLATE_FLAG VARCHAR2 (1) Yes No Comment
Query Text

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


SELECT UI_DEF_ID
,      CONTENT_TYPE
,      TEMPLATE_ID
,      DELETED_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      MASTER_TEMPLATE_FLAG
,      SEEDED_FLAG
,      TEMPLATE_UI_DEF_ID
,      WRAP_TEMPLATE_FLAG
FROM CZ.CZ_UI_CONT_TYPE_TEMPLS;

Dependencies

[top of page]

CZ.CZ_UI_CONT_TYPE_TEMPLS does not reference any database object

CZ.CZ_UI_CONT_TYPE_TEMPLS is referenced by following:

SchemaAPPS
SynonymCZ_UI_CONT_TYPE_TEMPLS
TriggerCZ_UI_CONT_TYPE_TEMPLS_T1
TriggerCZ_UI_CONT_TYPE_TEMPLS_T2