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


VIEW: APPS.OKS_DOCUMENT_VERSIONS_V

Object Details
Object Name: OKS_DOCUMENT_VERSIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKS.OKS_DOCUMENT_VERSIONS_V
Subobject Name:
Status: VALID


This view is used to provide achived versions of a contract


[View Source]

Columns
Name Datatype Length Mandatory Comments
DOCUMENT_ID NUMBER

This is the contract header identifier(OKC_K_HEADERS_BH.ID)
DOCUMENT_TYPE CHAR (3)
Document type will be always 'OKS' for SERVICE Class
MAJOR_VERSION NUMBER (4)
Tracks the primary version number of a contract.
ARCHIVED_YN CHAR (1)
This is used to identify the previous verions.
Query Text

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


SELECT DOCUMENT_ID
,      DOCUMENT_TYPE
,      MAJOR_VERSION
,      ARCHIVED_YN
FROM APPS.OKS_DOCUMENT_VERSIONS_V;

Dependencies

[top of page]

APPS.OKS_DOCUMENT_VERSIONS_V references the following:

SchemaAPPS
SynonymOKC_K_HEADERS_B
SynonymOKC_K_HEADERS_BH
SynonymOKC_K_VERS_NUMBERS
ViewOKC_SUBCLASSES_V

APPS.OKS_DOCUMENT_VERSIONS_V is not referenced by any database object