[Home] [Help]
[Dependency Information]
| Object Name: | CZ_UI_REF_TEMPLATES |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.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.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CZ_UI_REF_TEMPLATES_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
TEMPLATE_ID
TEMPLATE_UI_DEF_ID
REF_TEMPLATE_ID
REF_TEMPLATE_UI_DEF_ID
ZD_EDITION_NAME
|
| CZ_UI_REF_TEMPLATES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
DELETED_FLAG
TEMPLATE_UI_DEF_ID
TEMPLATE_ID
REF_TEMPLATE_UI_DEF_ID
REF_TEMPLATE_ID
REF_TEMPL_SEEDED_FLAG
ZD_EDITION_NAME
|
| 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 | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
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
, ZD_EDITION_NAME
FROM CZ.CZ_UI_REF_TEMPLATES;
CZ.CZ_UI_REF_TEMPLATES does not reference any database object
CZ.CZ_UI_REF_TEMPLATES is referenced by following:
CZ
CZ_UI_REF_TEMPLATES#
|
|
|
|