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


VIEW: APPS.OKE_K_HISTORY_ORGNZR_V

Object Details
Object Name: OKE_K_HISTORY_ORGNZR_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKE.OKE_K_HISTORY_ORGNZR_V
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
K_HEADER_ID NUMBER
Yes Contract document unique identifier
MAJOR_VERSION NUMBER
Yes Major version number of contract document
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
VERSION_DATE DATE
Yes Date this contract version is created
VERSION_REASON_CODE VARCHAR2 (30) Yes Internal code for versioning reason
VERSION_REASON VARCHAR2 (80) Yes Displayed name for versioning reason
CHG_REQUEST_ID NUMBER

Contract change reqeust that corresponds to the version of the contract
CHG_REQUEST_NUM VARCHAR2 (30)
Contract change reqeust that corresponds to the version of the contract
Query Text

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


SELECT K_HEADER_ID
,      MAJOR_VERSION
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      VERSION_DATE
,      VERSION_REASON_CODE
,      VERSION_REASON
,      CHG_REQUEST_ID
,      CHG_REQUEST_NUM
FROM APPS.OKE_K_HISTORY_ORGNZR_V;

Dependencies

[top of page]

APPS.OKE_K_HISTORY_ORGNZR_V references the following:

SchemaAPPS
ViewFND_LOOKUP_VALUES_VL
SynonymOKE_CHG_REQUESTS
SynonymOKE_K_VERS_NUMBERS_H

APPS.OKE_K_HISTORY_ORGNZR_V is not referenced by any database object