OKC_CONTRACT_REQ_TYPES
This table is used to store the contract request types.
Details
-
Schema: FUSION
-
Object owner: OKC
-
Object type: TABLE
-
Tablespace: DEFAULT
Primary Key
| Name | Columns |
|---|---|
|
OKC_CONTRACT_REQ_TYPES_PK |
ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| ID | NUMBER | 18 | Yes | Contract request type Id. Primary Key of the table. | ||
| NAME | VARCHAR2 | 150 | Yes | Unique, Name of the request type. | ||
| INTENT | VARCHAR2 | 30 | Yes | Intent of the related contract types for the request type. Sourced from a lookup (as in contract type Buy/Sell) | ||
| DESCRIPTION | VARCHAR2 | 1995 | Description of the request type. | |||
| START_DATE | DATE | Yes | Start Effectivity Date. | |||
| END_DATE | DATE | End Effectivity Date. | ||||
| ASSIGNEE_TYPE_CODE | VARCHAR2 | 30 | Organization to which the request is assigned. Sourced from a Resource/Organization lookup | Obsolete | ||
| ASSIGNEE_ID | NUMBER | 18 | User to whom the request is assigned. Sourced from a Resource/Organization Id lookup | Obsolete | ||
| ASSIGNEE_ID#01 | NUMBER | 18 | Yes | User to whom the request is assigned. Sourced from a Resource/Organization Id lookup | ||
| ASSIGNEE_TYPE_CODE#01 | VARCHAR2 | 30 | Yes | Organization to which the request is assigned. Sourced from a Resource/Organization lookup | ||
| 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_REQ_TYPES_U1 | Unique | DEFAULT | ID |
| OKC_CONTRACT_REQ_TYPES_U2 | Unique | DEFAULT | NAME |