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


VIEW: APPS.OE_ORDER_VERSIONS_V

Object Details
Object Name: OE_ORDER_VERSIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewONT.OE_ORDER_VERSIONS_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
DOCUMENT_ID NUMBER

DOCUMENT_TYPE VARCHAR2 (30)
DOCUMENT_VERSION NUMBER

SIGNED_YN VARCHAR2 (1)
ARCHIVED_YN CHAR (1)
Query Text

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


SELECT DOCUMENT_ID
,      DOCUMENT_TYPE
,      DOCUMENT_VERSION
,      SIGNED_YN
,      ARCHIVED_YN
FROM APPS.OE_ORDER_VERSIONS_V;

Dependencies

[top of page]

APPS.OE_ORDER_VERSIONS_V references the following:

SchemaAPPS
SynonymOE_ORDER_HEADERS_ALL
SynonymOE_ORDER_HEADER_HISTORY

APPS.OE_ORDER_VERSIONS_V is not referenced by any database object