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


TABLE: CZ.CZ_UI_XMLS

Object Details
Object Name: CZ_UI_XMLS
Object Type: TABLE
Owner: CZ
FND Design Data: TableCZ.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.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Primary Key: CZ_UI_XMLS_PK
  1. ColumnUI_DEF_ID
Indexes
Index Type Uniqueness Tablespace Column
CZ_UI_XMLS_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnUI_DEF_ID
SYS_IL0000325046C00003$$ LOB UNIQUE TablespaceAPPS_TS_SEED
Columns
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
Query Text

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;

Dependencies

[top of page]

CZ.CZ_UI_XMLS does not reference any database object

CZ.CZ_UI_XMLS is referenced by following:

SchemaAPPS
SynonymCZ_UI_XMLS
TriggerCZ_UI_XMLS_T1