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


TABLE: OKC.OKC_REP_CON_STATUS_HIST

Object Details
Object Name: OKC_REP_CON_STATUS_HIST
Object Type: TABLE
Owner: OKC
FND Design Data: TableOKC.OKC_REP_CON_STATUS_HIST
Subobject Name:
Status: VALID


OKC_REP_CON_STATUS_HIST stores status changes history of a contract. Each version of a contract can have its own status history.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_REP_CON_STATUS_HIST_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONTRACT_ID
ColumnCONTRACT_VERSION_NUM
ColumnSTATUS_CHANGE_DATE
ColumnSTATUS_CODE
Columns
Name Datatype Length Mandatory Comments
CONTRACT_ID NUMBER
Yes ID of contract
CONTRACT_VERSION_NUM NUMBER
Yes Version of the contract.
STATUS_CODE VARCHAR2 (30) Yes Status code to which this contract has been updated.
STATUS_CHANGE_DATE DATE
Yes Date on which this contract's status was changed.
CHANGED_BY_USER_ID NUMBER
Yes User ID that changed this contract's status.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Sequential number set at 1on 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.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CONTRACT_ID
,      CONTRACT_VERSION_NUM
,      STATUS_CODE
,      STATUS_CHANGE_DATE
,      CHANGED_BY_USER_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM OKC.OKC_REP_CON_STATUS_HIST;

Dependencies

[top of page]

OKC.OKC_REP_CON_STATUS_HIST does not reference any database object

OKC.OKC_REP_CON_STATUS_HIST is referenced by following:

SchemaAPPS
SynonymOKC_REP_CON_STATUS_HIST