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


VIEW: APPS.OKC_REP_DOC_VERSIONS_V

Object Details
Object Name: OKC_REP_DOC_VERSIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_REP_DOC_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 Source]

Columns
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.
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.OKC_REP_DOC_VERSIONS_V;

Dependencies

[top of page]

APPS.OKC_REP_DOC_VERSIONS_V references the following:

SchemaAPPS
SynonymOKC_REP_CONTRACTS_ALL
SynonymOKC_REP_CONTRACT_VERS
APPS.OKC_REP_DOC_VERSIONS_V is referenced by following:

SchemaAPPS
Package BodyOKC_REP_UTIL_PVT - show dependent code