DBA Data[Home] [Help] [Dependency Information]


TABLE: OKC.OKC_INCLUDED_OPERATIONS

Object Details
Object Name: OKC_INCLUDED_OPERATIONS
Object Type: TABLE
Owner: OKC
FND Design Data: TableOKC.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.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_INCLUDED_OPERATION_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSTE_CODE
ColumnOPN_CODE
Columns
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
Query Text

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;

Dependencies

[top of page]

OKC.OKC_INCLUDED_OPERATIONS does not reference any database object

OKC.OKC_INCLUDED_OPERATIONS is referenced by following:

SchemaAPPS
SynonymOKC_INCLUDED_OPERATIONS