[Home] [Help]
[Dependency Information]
| Object Name: | CZ_TERMINATE_MSGS |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.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.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
MSG_ID
SEQ_NBR| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CZ_TERMINATE_MSGS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
MSG_ID
SEQ_NBR
|
| 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) |
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;
CZ.CZ_TERMINATE_MSGS does not reference any database object
CZ.CZ_TERMINATE_MSGS is referenced by following:
APPS
CZ_TERMINATE_MSGS
|
|
|
|