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


VIEW: APPS.WIP_INTERFACE_ERRORS_V

Object Details
Object Name: WIP_INTERFACE_ERRORS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewWIP.WIP_INTERFACE_ERRORS_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Oracle ROWID of the underlying row
INTERFACE_ID NUMBER
Yes Identifies the parent request in WIP_JOB_SCHEDULE_INTERFACE.
ERROR_TYPE NUMBER
Yes Whether this is an error (1) or warning (2)
ERROR_TYPE_MEANING VARCHAR2 (80) Yes User-displayable translation of ERROR_TYPE
ERROR VARCHAR2 (500)
Translated message detailing the error
LAST_UPDATED_BY NUMBER

Standard Who column
LAST_UPDATE_DATE DATE

Standard Who column
CREATED_BY NUMBER

Standard Who column
CREATION_DATE DATE

Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
Query Text

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


SELECT ROW_ID
,      INTERFACE_ID
,      ERROR_TYPE
,      ERROR_TYPE_MEANING
,      ERROR
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.WIP_INTERFACE_ERRORS_V;

Dependencies

[top of page]

APPS.WIP_INTERFACE_ERRORS_V references the following:

SchemaAPPS
ViewMFG_LOOKUPS
SynonymWIP_INTERFACE_ERRORS
APPS.WIP_INTERFACE_ERRORS_V is referenced by following:

SchemaAPPS
Package BodyCSD_HV_WIP_JOB_PVT - show dependent code