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


VIEW: APPS.PO_DOCUMENT_VERSIONS_V

Object Details
Object Name: PO_DOCUMENT_VERSIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPO.PO_DOCUMENT_VERSIONS_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
DOCUMENT_ID NUMBER

Document Id
DOCUMENT_TYPE VARCHAR2 (11)
Document Type
DOCUMENT_VERSION NUMBER

Document Version
STATUS VARCHAR2 (25)
Document Status
ARCHIVED_YN CHAR (1)
Indicate if the Document was archived or not
Query Text

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


SELECT DOCUMENT_ID
,      DOCUMENT_TYPE
,      DOCUMENT_VERSION
,      STATUS
,      ARCHIVED_YN
FROM APPS.PO_DOCUMENT_VERSIONS_V;

Dependencies

[top of page]

APPS.PO_DOCUMENT_VERSIONS_V references the following:

SchemaAPPS
SynonymPO_HEADERS_ALL
SynonymPO_HEADERS_ARCHIVE_ALL

APPS.PO_DOCUMENT_VERSIONS_V is not referenced by any database object