[Home] [Help]
[Dependency Information]
| Object Name: | OKC_OPERATIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKC.OKC_OPERATIONS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
DEFINITION
OPERATION defines a set of processes performed by the application to or as a result of a contract.
EXAMPLE
- Update on line
- Delete
MISCELLANEOUS
A CONTRACT OPERATION is one that may be performed to the contract as a whole,
e.g.
- Update On Line (via Authoring)
- Update By Change Request
- Delete
A LINE OPERATION is one that is performed to or as a result of a contract line, e.g.
- Entitle
- Bill
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Auto-generated by Headstart Utilities | |
| CODE | VARCHAR2 | (30) | Yes | Operation code defined in FND_LOOKUP_VALUES. |
| 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. |
| SFWT_FLAG | VARCHAR2 | (3) | Yes | Indicates a value was changed in another language. Not fully implemented in 11i |
| MEANING | VARCHAR2 | (90) | Yes | Short meaning associated with code value. |
| DESCRIPTION | VARCHAR2 | (1995) | User entered free format text description. | |
| OPN_TYPE | VARCHAR2 | (10) | Yes | Type of operation (contract or line). |
| PURPOSE | VARCHAR2 | (30) | Purpose of the operation | |
| 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
, CODE
, OBJECT_VERSION_NUMBER
, SFWT_FLAG
, MEANING
, DESCRIPTION
, OPN_TYPE
, PURPOSE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.OKC_OPERATIONS_V;
APPS
OKC_OPERATIONS_B
OKC_OPERATIONS_TL
APPS
OKC_OPN_PVT
- show dependent code
OKC_OPN_PVT
- show dependent code
OKS_CODE_HOOK
- show dependent code
|
|
|
|