[Home] [Help]
[Dependency Information]
| Object Name: | OKC_REP_DOC_VERSIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKC.OKC_REP_DOC_VERSIONS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DOCUMENT_ID | NUMBER | Identifier of the contract. Sourced from sequence OKC_REPO_CONTRACTS_ALL_S | ||
| DOCUMENT_TYPE | VARCHAR2 | (30) | Type of the contract. Seeded and user-defined. | |
| DOCUMENT_VERSION | NUMBER | Auto-generated version for the contract. Starts at 1 and incremented by 1 for each new version. | ||
| STATUS | VARCHAR2 | (30) | Current status of the contract | |
| ARCHIVED_YN | CHAR | (1) | Indicates whether the record is from the main or the archive table. |
Cut, paste (and edit) the following text to query this object:
SELECT DOCUMENT_ID
, DOCUMENT_TYPE
, DOCUMENT_VERSION
, STATUS
, ARCHIVED_YN
FROM APPS.OKC_REP_DOC_VERSIONS_V;
APPS
OKC_REP_CONTRACTS_ALL
OKC_REP_CONTRACT_VERS
APPS
OKC_REP_UTIL_PVT
- show dependent code
|
|
|
|