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


TABLE: OKE.OKE_APPROVAL_HISTORY

Object Details
Object Name: OKE_APPROVAL_HISTORY
Object Type: TABLE
Owner: OKE
FND Design Data: TableOKE.OKE_APPROVAL_HISTORY
Subobject Name:
Status: VALID


OKE_APPROVAL_HISTORY contains information about the approval history of your contract documents. There is one record in this table for each approval, reassignment, or delegation action an employee takes on a contract document. Each row includes references to the document itself, the employee who acted on the document, the date of the action, the type of action taken on the document, and a note each employee can leave when taking an action on the document.
Oracle Project Contracts uses this information to display history information about the approval history when forwarding a document in the approval process to the appropriate employee.
This table is used by the default approval process provided by Oracle Project Contracts but is not used by the approval process from Oracle Contracts Core.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKE_APPROVAL_HISTORY_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnK_HEADER_ID
ColumnACTION_SEQUENCE
ColumnCHG_REQUEST_ID
Columns
Name Datatype Length Mandatory Comments
K_HEADER_ID NUMBER
Yes Contract document unique identifier
CHG_REQUEST_ID NUMBER

Contract change request unique identifier - not currently used
ACTION_SEQUENCE NUMBER
Yes Numeric value denoting chronological sequence of action
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER
Yes Standard who column
LAST_UPDATE_LOGIN NUMBER

Standard who column
APPROVAL_PATH_ID NUMBER
Yes Approval hierarchy unique identifier
APPROVAL_SEQUENCE NUMBER
Yes Numeric sequence in the approval hierarchy
ACTION_CODE VARCHAR2 (30) Yes Internal code for the specific action taken
ACTION_DATE DATE
Yes Date of action
PERFORMER VARCHAR2 (320) Yes Performer of action
APPROVER_ROLE_ID NUMBER

Approver contract role unique identifier
NOTE VARCHAR2 (2000)
Approval note
Query Text

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


SELECT K_HEADER_ID
,      CHG_REQUEST_ID
,      ACTION_SEQUENCE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      APPROVAL_PATH_ID
,      APPROVAL_SEQUENCE
,      ACTION_CODE
,      ACTION_DATE
,      PERFORMER
,      APPROVER_ROLE_ID
,      NOTE
FROM OKE.OKE_APPROVAL_HISTORY;

Dependencies

[top of page]

OKE.OKE_APPROVAL_HISTORY does not reference any database object

OKE.OKE_APPROVAL_HISTORY is referenced by following:

SchemaAPPS
SynonymOKE_APPROVAL_HISTORY