[Home] [Help]
[Dependency Information]
| Object Name: | OKS_K_DETAIL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKS.OKS_K_DETAIL_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONTRACT_NUMBER | VARCHAR2 | (120) | Yes | With CONTRACT_NUMBER_MODIFIER, used to uniquely identify a contract as a business entity. |
| START_DATE | DATE | service start date | ||
| END_DATE | DATE | service end date | ||
| ID | NUMBER | Yes | primary key ok oks_k_ordeR_details | |
| ORDER_LINE_ID1 | VARCHAR2 | (40) | Yes | order line id |
| CHR_ID | NUMBER | Unique Identifier for Contract Header | ||
| CLE_ID | NUMBER | Unique Identifier for Contract Line. | ||
| 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. |
Cut, paste (and edit) the following text to query this object:
SELECT CONTRACT_NUMBER
, START_DATE
, END_DATE
, ID
, ORDER_LINE_ID1
, CHR_ID
, CLE_ID
, OBJECT_VERSION_NUMBER
FROM APPS.OKS_K_DETAIL_V;
APPS
OKC_K_HEADERS_V
OKC_UTIL
- show dependent code
OKS_K_ORDER_DETAILS_V
APPS.OKS_K_DETAIL_V is not referenced by any database object
|
|
|
|