[Home] [Help]
[Dependency Information]
| Object Name: | CZ_UI_XMLS |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.CZ_UI_XMLS
|
| Subobject Name: | |
| Status: | VALID |
CZ_UI_XMLS is used to support the extraction, revision, and publishing of JRAD documents that are part of a JRAD-based Configurator user interface.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
UI_DEF_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CZ_UI_XMLS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
UI_DEF_ID
|
| SYS_IL0000325046C00003$$ | LOB | UNIQUE |
APPS_TS_SEED
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UI_DEF_ID | NUMBER | Yes | identifies UI (PK) | |
| FULL_DOC_NAME | VARCHAR2 | (255) | Yes | Full JRAD name of new copied document |
| XMLTEXT | CLOB | (4000) | XML text of JRAD document | |
| DELETED_FLAG | VARCHAR2 | (1) | Yes | Standard flag; '0' indicates the record is active, '1' means deleted. Other values are reserved |
| CREATED_BY | NUMBER | Yes | Standard field recording the ID of the user that created this record | |
| CREATION_DATE | DATE | Yes | Standard field recording the 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 | Standard field recording the date/time this record was last updated | |
| LAST_UPDATE_LOGIN | NUMBER | Records the login ID under which this record was last updated |
Cut, paste (and edit) the following text to query this object:
SELECT UI_DEF_ID
, FULL_DOC_NAME
, XMLTEXT
, DELETED_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM CZ.CZ_UI_XMLS;
CZ.CZ_UI_XMLS does not reference any database object
CZ.CZ_UI_XMLS is referenced by following:
APPS
CZ_UI_XMLS
CZ_UI_XMLS_T1
|
|
|
|