[Home] [Help]
[Dependency Information]
| Object Name: | OKS_DOCUMENT_VERSIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKS.OKS_DOCUMENT_VERSIONS_V
|
| Subobject Name: | |
| Status: | VALID |
This view is used to provide achived versions of a contract
| 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. |
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;
APPS
OKC_K_HEADERS_B
OKC_K_HEADERS_BH
OKC_K_VERS_NUMBERS
OKC_SUBCLASSES_V
APPS.OKS_DOCUMENT_VERSIONS_V is not referenced by any database object
|
|
|
|