[Home] [Help]
[Dependency Information]
| Object Name: | OKE_K_HISTORY_ORGNZR_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKE.OKE_K_HISTORY_ORGNZR_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
FND_LOOKUP_VALUES_VL
OKE_CHG_REQUESTS
OKE_K_VERS_NUMBERS_H
APPS.OKE_K_HISTORY_ORGNZR_V is not referenced by any database object
|
|
|
|