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


VIEW: APPS.CZ_TERMINATE_MSGS_V

Object Details
Object Name: CZ_TERMINATE_MSGS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCZ.CZ_TERMINATE_MSGS_V
Subobject Name:
Status: VALID

View Type

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.


[View Source]

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 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 APPS.CZ_TERMINATE_MSGS_V;

Dependencies

[top of page]

APPS.CZ_TERMINATE_MSGS_V references the following:

SchemaAPPS
SynonymCZ_TERMINATE_MSGS

APPS.CZ_TERMINATE_MSGS_V is not referenced by any database object