[Home] [Help]
[Dependency Information]
| Object Name: | CZ_TERMINATE_MSGS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CZ.CZ_TERMINATE_MSGS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
The CZ_TERMINATE_MSGS_V view provides a customizable point where client applications can retrieve Configurator termination messages according to their specific needs.
| 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 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 APPS.CZ_TERMINATE_MSGS_V;
APPS
CZ_TERMINATE_MSGS
APPS.CZ_TERMINATE_MSGS_V is not referenced by any database object
|
|
|
|