[Home] [Help]
[Dependency Information]
| Object Name: | OKC_INCLUDED_OPERATIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKC.OKC_INCLUDED_OPERATIONS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
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.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Auto-generated by Headstart Utilities | |
| STE_CODE | VARCHAR2 | (30) | Yes | QuickCode code |
| OPN_CODE | VARCHAR2 | (30) | Yes | Foreign key to FND_LOOKUPS. |
| 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. |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, STE_CODE
, OPN_CODE
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.OKC_INCLUDED_OPERATIONS_V;
APPS
OKC_INCLUDED_OPERATIONS
APPS
OKC_AST_PVT
- show dependent code
|
|
|
|