[Home] [Help]
[Dependency Information]
| Object Name: | OKC_INCLUDED_OPERATIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | OKC |
| FND Design Data: | OKC.OKC_INCLUDED_OPERATIONS
|
| Subobject Name: | |
| Status: | VALID |
Indicates which OPERATIONS are to be allowed for a given status type. For example, the Delete OPERATION should never be allowed for contracts in the Active or Hold status types, so would not be included here.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKC_INCLUDED_OPERATION_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
STE_CODE
OPN_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STE_CODE | VARCHAR2 | (30) | Yes | Status type for which this operation is allowed. |
| OPN_CODE | VARCHAR2 | (30) | Yes | Operation applicable to a contract status. . |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT STE_CODE
, OPN_CODE
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
FROM OKC.OKC_INCLUDED_OPERATIONS;
OKC.OKC_INCLUDED_OPERATIONS does not reference any database object
OKC.OKC_INCLUDED_OPERATIONS is referenced by following:
APPS
OKC_INCLUDED_OPERATIONS
|
|
|
|