OKC_POLICY_RECOMMENDATION
This table captures the policy recommendation for a contract.
Details
-
Schema: FUSION
-
Object owner: OKC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
OKC_POLICY_RECOMMENDATION_PK |
ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ID | NUMBER | 18 | Yes | Unique identifier of the contract clause policy recommendations. | |
| POLICY_DEVIATION_ID | NUMBER | 18 | Yes | Reference to the unique identifier of the contract policy deviation. | |
| RECOMMENDATION_TYPE | VARCHAR2 | 32 | Yes | Indicates the the deviation position code from the clause policy document. | |
| SEVERITY_CODE | VARCHAR2 | 30 | Yes | Indicates the risk code associated with a position in the Contract policy document. | |
| POSITION_TEXT | VARCHAR2 | 4000 | Indicates position language from policy document | ||
| RECOMMENDATION_TEXT | CLOB | The recommended text from the Policy Deviation agent as to positions recommendation and drafting tips. | |||
| RECOMMENDED_FLAG | VARCHAR2 | 1 | Yes | It indicates if the current recommendation is accepted by the user. | |
| RECOMMENDED_BY | VARCHAR2 | 64 | Indicates who has accepted the current recommendation | ||
| REC_IMPLEMENTED_FLAG | VARCHAR2 | 1 | Yes | Indicates if the accepted recommendation has been implemented. | |
| REC_IMPLEMENTED_BY | VARCHAR2 | 64 | Indicates who has implemented the current recommendation. | ||
| APPROVAL_REQUIRED_FLAG | VARCHAR2 | 1 | Yes | Indicates whether approval is required for the accepted recommendation. | |
| APPROVAL_AUTHORITY | VARCHAR2 | 120 | Indicates who is the authority to approve the accepted recommendation | ||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| OKC_POLICY_RECOMMENDATION | okc_k_policy_deviation | POLICY_DEVIATION_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| OKC_POLICY_RECOMMENDATION_N1 | Non Unique | Default | POLICY_DEVIATION_ID |
| OKC_POLICY_RECOMMENDATION_PK | Unique | Default | ID |