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


TABLE: CZ.CZ_TERMINATE_MSGS

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


This table is used to store XML terminate messages from the Configurator servlet, when it is undesirable to return those messages via HTTP. Each is given a MSG_ID value and can span multiple rows distinguished and ordered by SEQ_NBR.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Primary Key: CZ_TERMINATE_MSGS_PK
  1. ColumnMSG_ID
  2. ColumnSEQ_NBR
Indexes
Index Type Uniqueness Tablespace Column
CZ_TERMINATE_MSGS_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnMSG_ID
ColumnSEQ_NBR
Columns
Name Datatype Length Mandatory Comments
MSG_ID NUMBER (9) Yes Numeric identifier grouping associated termination messages
SEQ_NBR NUMBER (9) Yes Provides an ordering among associated records
MSG_TEXT VARCHAR2 (2000) Yes Text of this (portion of the) message
HTML_ALIVE_STATUS VARCHAR2 (100)
APPLET_ALIVE_STATUS VARCHAR2 (100)
Query Text

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


SELECT MSG_ID
,      SEQ_NBR
,      MSG_TEXT
,      HTML_ALIVE_STATUS
,      APPLET_ALIVE_STATUS
FROM CZ.CZ_TERMINATE_MSGS;

Dependencies

[top of page]

CZ.CZ_TERMINATE_MSGS does not reference any database object

CZ.CZ_TERMINATE_MSGS is referenced by following:

SchemaAPPS
SynonymCZ_TERMINATE_MSGS