POR_APPROVAL_TASK_COMMENTS
POR_APPROVAL_TASK_COMMENTS contains comments entered by the approver while approving/rejecting an approval task.
Details
-
Schema: FUSION
-
Object owner: POR
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
POR_APPROVAL_TASK_COMMENTS_PK |
OBJECT_ID, OBJECT_TYPE_CODE, OBJECT_SUB_TYPE_CODE, IDENTIFICATION_KEY, SEQUENCE_NUM, PERFORMER_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| OBJECT_ID | NUMBER | 18 | Yes | Unique identifier of a requisition. | |
| OBJECT_TYPE_CODE | VARCHAR2 | 25 | Yes | Indicates object type associated to the row. | |
| OBJECT_SUB_TYPE_CODE | VARCHAR2 | 25 | Yes | Indicates object sub type associated to the row. | |
| PERFORMER_ID | NUMBER | 18 | Yes | Unique identifier of the person who entered the comment. | |
| SEQUENCE_NUM | NUMBER | 9 | Yes | Sequence of the comment entered for a task. | |
| 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. | |
| IDENTIFICATION_KEY | VARCHAR2 | 80 | Yes | Identification key for comments from action history. | |
| COMMENT_DATE | DATE | Date on which the user who performed the approval action entered comment. | |||
| USER_COMMENT | CLOB | Comments entered by the user who performed the approval action. | |||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| POR_APPROVAL_TASK_COMMENTS_U1 | Unique | Default | OBJECT_ID, OBJECT_TYPE_CODE, OBJECT_SUB_TYPE_CODE, IDENTIFICATION_KEY, SEQUENCE_NUM, PERFORMER_ID |