[Home] [Help]
[Dependency Information]
| Object Name: | OKC_OPERATIONS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | OKC |
| FND Design Data: | OKC.OKC_OPERATIONS_B
|
| Subobject Name: | |
| Status: | VALID |
OKC_OPERATIONS defines a set of processes performed by the application to, or as a result of, a contract.
Some operations may be performed on the contract, such as update on line or update via change request. Others are performed as the result of a contract line, such as entitle or bill.
Along with OKC_ASSENTS, this provides information to the application as to what it can do and what it should allow the user to do.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKC_OPERATIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CODE | VARCHAR2 | (30) | Yes | CODE for operations defined at contract header/contract line level. |
| OPN_TYPE | VARCHAR2 | (10) | Yes | Type of operation (contract or 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. |
| 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. | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
| PURPOSE | VARCHAR2 | (30) | Purpose of the operation |
Cut, paste (and edit) the following text to query this object:
SELECT CODE
, OPN_TYPE
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, PURPOSE
FROM OKC.OKC_OPERATIONS_B;
OKC.OKC_OPERATIONS_B does not reference any database object
OKC.OKC_OPERATIONS_B is referenced by following:
APPS
OKC_OPERATIONS_B
|
|
|
|