OKC_CONTRACT_REQUESTS

This table is used to store the contract requests.

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

OKC_CONTRACT_REQUESTS_PK

ID

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER Yes Primary Key of the table
REQUEST_NUMBER VARCHAR2 120 Yes Request Number
REQUEST_PURPOSE VARCHAR2 30 Yes Purpose of the request (Create or Amend)
REQUEST_TYPE_ID NUMBER 18 Yes Type of the request
REQUEST_STATUS VARCHAR2 30 Yes Status of the request
DESCRIPTION VARCHAR2 1995 Description of the request
OWNER_ID NUMBER Yes User who owns the request, this can be different from the user who creates the request
ASSIGNEE_ORG_ID NUMBER Organization to which the request is assigned
ASSIGNEE_ID NUMBER User to whom the request is assigned
CONTRACT_BU_ID NUMBER 18 Contract Business Unit
CONTRACT_LE_ID NUMBER Contract Legal Entity
CHR_ID NUMBER In CREATE purpose, ID of the contract created. In AMEND purpose, ID of the contract being amended
REQUEST_MAJOR_VERSION NUMBER Represents the version of the contract to be amended.
OUTCOME_MAJOR_VERSION NUMBER Represents the version of the contract created or version created due to amendment
CONTRACT_TYPE_ID NUMBER Contract type id
CONTRACT_CURRENCY_CODE VARCHAR2 15 Contract Currency
CONTRACT_START_DATE DATE Contract Start Date
CONTRACT_END_DATE DATE Contract End Date
PRIMARY_PARTY_ID NUMBER Contract Primary Party
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Indexes

Index Uniqueness Tablespace Columns
OKC_CONTRACT_REQUESTS_U1 Unique OKC_CONTRACT_REQUESTS_N1 ID