[Home] [Help]
[Dependency Information]
| Object Name: | OKC_K_VERS_NUMBERS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKC.OKC_K_VERS_NUMBERS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Indicates the current version of the contract as a document.
A row is created upon contract creation. When created, the major version is 0 and the minor verison is 1. The versioning process increments the major version by one and sets the minor version to 0.
Any change to any part of the contract (insert, update, delete) increments the minor version by 1.
When updated, the previous information should be pushed to history for this entity. This will keep a log of when the contract was updated and by whom, although the contents of the update are not known.
Modeled as a separate entity to prevent updates to the header when other parts of the contract changed and to enable maintaining a history of minor versions.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Auto-generated by Headstart Utilities | |
| CHR_ID | NUMBER | Yes | Foreign key to OKC_K_HEADERS_B. | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed. |
| MAJOR_VERSION | NUMBER | (4) | Yes | The version of the contract for this history record. |
| MINOR_VERSION | NUMBER | Yes | Notes and comments. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column. |
| CREATION_DATE | DATE | Yes | Standard Who column. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column. |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column. | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column. |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, CHR_ID
, OBJECT_VERSION_NUMBER
, MAJOR_VERSION
, MINOR_VERSION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.OKC_K_VERS_NUMBERS_V;
APPS
OKC_K_VERS_NUMBERS
APPS
OKC_CVM_PVT
- show dependent code
OKC_CVM_PVT
- show dependent code
OKC_REPORT_PVT
- show dependent code
OKL_DEAL_CREATE_PUB
- show dependent code
OKL_DEAL_CREAT_PVT
- show dependent code
OKL_OKC_MIGRATION_PVT
- show dependent code
OKS_ENTITLEMENTS_WEB
- show dependent code
POFV_BKT_PO_LINES
POFV_PLAN_PO_LINES
POFV_PO_LINES
POFV_REQUISITION_LINES
POFV_STD_PO_LINES
|
|
|
|