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


VIEW: APPS.OKL_CS_CONTRACT_VERSION_UV

Object Details
Object Name: OKL_CS_CONTRACT_VERSION_UV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_CS_CONTRACT_VERSION_UV
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
CONTRACT_ID NUMBER
Yes Contract Identifier
MAJOR_VERSION NUMBER (4) Yes Major Version number
VERSION_DATE DATE

Version Date
VERSION_REASON VARCHAR2 (80)
Version Reason
CONTRACT_NUMBER VARCHAR2 (120) Yes Contract Number
Query Text

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


SELECT CONTRACT_ID
,      MAJOR_VERSION
,      VERSION_DATE
,      VERSION_REASON
,      CONTRACT_NUMBER
FROM APPS.OKL_CS_CONTRACT_VERSION_UV;

Dependencies

[top of page]

APPS.OKL_CS_CONTRACT_VERSION_UV references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
SynonymOKC_K_HEADERS_BH
SynonymOKL_K_HEADERS_H
SynonymOKL_TRX_CONTRACTS_ALL

APPS.OKL_CS_CONTRACT_VERSION_UV is not referenced by any database object