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


VIEW: APPS.OKC_QUE_ERROR_TEXT_V

Object Details
Object Name: OKC_QUE_ERROR_TEXT_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_QUE_ERROR_TEXT_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes Foreign key to OKC_AQERRORS.
MSG_SEQ_NO NUMBER (10) Yes Message sequence number.
MESSAGE_NAME VARCHAR2 (30)
Message name.
MESSAGE_NUMBER VARCHAR2 (9)
Message number.
ERROR_TEXT VARCHAR2 (1995)
Message text.
Query Text

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


SELECT ID
,      MSG_SEQ_NO
,      MESSAGE_NAME
,      MESSAGE_NUMBER
,      ERROR_TEXT
FROM APPS.OKC_QUE_ERROR_TEXT_V;

Dependencies

[top of page]

APPS.OKC_QUE_ERROR_TEXT_V references the following:

SchemaAPPS
SynonymOKC_AQMSGSTACKS

APPS.OKC_QUE_ERROR_TEXT_V is not referenced by any database object