PSC_LNP_RECORD_EVAL_RESULTS
This table contains evaluation results related to all LNP record transactions
Details
-
Schema: FUSION
-
Object owner: PSC_PER
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
PSC_LNP_RECORD_EVAL_RESULTS_PK |
RESULT_KEY |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| AGENCY_ID | NUMBER | 8 | This column is used to indicate agency id. | ||
| RESULT_KEY | NUMBER | 18 | Yes | The result id of evaluation, indicates primary key of the table. | |
| RECORD_KEY | NUMBER | 18 | Yes | This column indicates primary key of the transaction record. | |
| RECORD_ID | VARCHAR2 | 50 | This column indicates the record id of the transaction record. | ||
| CLASSIFICATION | VARCHAR2 | 3 | Yes | This is the classification type of the record. | |
| AI_AGENT | VARCHAR2 | 1 | Yes | This column indicates whether this column was generated by an AI agent. | |
| EVAL_TYPE | VARCHAR2 | 50 | Yes | This column indicates the type of evaluation. | |
| EVAL_STATUS | VARCHAR2 | 30 | Overall status of the evaluation (e.g., COMPLETED, or INCOMPLETE). | ||
| EVAL_RESULT | CLOB | Yes | Evaluation result. | ||
| EVAL_DATE | TIMESTAMP | 6 | Yes | Timestamp when the evaluation was processed. | |
| USER_DEFINED_CHAR01 | VARCHAR2 | 1500 | User defined column for text. | ||
| USER_DEFINED_NUMBER01 | NUMBER | User defined column for number. | |||
| USER_DEFINED_DATE01 | TIMESTAMP | 6 | User defined column for date. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | 6 | 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 | 6 | 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 |
|---|---|---|---|
| PSC_LNP_RECORD_EVAL_RESULTS_N1 | Non Unique | TRANSACTION_TABLES | EVAL_TYPE, RECORD_KEY |
| PSC_LNP_RECORD_EVAL_RESULTS_N2 | Non Unique | TRANSACTION_TABLES | AI_AGENT, RECORD_KEY |
| PSC_LNP_RECORD_EVAL_RESULTS_PK | Unique | TRANSACTION_TABLES | RESULT_KEY |