[Home] [Help]
[Dependency Information]
| Object Name: | OKS_K_ORDER_CONTACTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKS.OKS_K_ORDER_CONTACTS_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 |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | row id | |
| ID | NUMBER | Yes | id | |
| COD_ID | NUMBER | Yes | Surrogate key used for primary unique identifiers | |
| CRO_CODE | VARCHAR2 | (30) | Yes | cro code |
| JTOT_OBJECT_CODE | VARCHAR2 | (30) | Yes | Foreign key to JTF_OBJECTS_B. Represents view referenced by OBJECT_ID columns. |
| OBJECT1_ID1 | VARCHAR2 | (40) | Yes | Surrogate key used for primary unique identifiers. |
| OBJECT1_ID2 | VARCHAR2 | (40) | Yes | Surrogate key used for primary unique identifiers. |
| 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. |
| CREATED_BY | NUMBER | (15) | Yes | ID of the user whom created the record. |
| CREATION_DATE | DATE | Yes | Date the record was created. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | ID of the last user who updated the record. |
| LAST_UPDATE_DATE | DATE | Yes | Date the record was last updated. |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ID
, COD_ID
, CRO_CODE
, JTOT_OBJECT_CODE
, OBJECT1_ID1
, OBJECT1_ID2
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.OKS_K_ORDER_CONTACTS_V;
APPS
OKS_K_ORDER_CONTACTS
APPS
OKS_COC_PVT
- show dependent code
OKS_COC_PVT
- show dependent code
OKS_CONTACT_V
OKS_COVERAGES_PVT
- show dependent code
OKS_IBINT_PUB
- show dependent code
OKS_INTEGRATION_UTIL_PUB
- show dependent code
OKS_OCINT_PUB
- show dependent code
|
|
|
|