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


TABLE: OKC.OKC_OPERATIONS_B

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


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_OPERATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCODE
ColumnZD_EDITION_NAME
Columns
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
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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
,      ZD_EDITION_NAME
FROM OKC.OKC_OPERATIONS_B;

Dependencies

[top of page]

OKC.OKC_OPERATIONS_B does not reference any database object

OKC.OKC_OPERATIONS_B is referenced by following:

SchemaOKC
ViewOKC_OPERATIONS_B#