PSC_COM_AI_AGENT_RESULTS

This table contains AI agent results for all the applications

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PSC_COM_AI_AGENT_RESULTS_PK

RESULT_ID, AGENCY_ID

Columns

Name Datatype Length Precision Not-null Comments
RESULT_ID NUMBER 18 Yes The result id of ai agent result, indicates primary key of the table.
TRANSACTION_TYPE VARCHAR2 30 Yes Indicates type of the transaction in the ai agent result, possible value INSP/PMT/BL/PNZ/INC/CE/NOTICE/PAYMENT/etc.
TRANS_KEY NUMBER 18 Yes Indicates primary key of the transaction record.
TRANS_ID VARCHAR2 50 Indicates application id of the transaction record.
QUERY_NAME VARCHAR2 50 Yes Indicates the name given for a query against AI agent.
AI_AGENT_NAME VARCHAR2 128 Yes Indicates AI agent team id.
STATUS VARCHAR2 15 Indicates status of the query result against AI agent.
CONTENT CLOB Yes Result returned by AI agent.
CONFIDENCE_SCORE NUMBER 5 Indicates confidence score from the AI agent result.
USER_DEFINED_VARCHAR VARCHAR2 100 User defined column for text.
USER_DEFINED_NUMBER1 NUMBER 5 User defined column for number.
USER_DEFINED_DATE1 TIMESTAMP User defined column for date.
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.
AGENCY_ID NUMBER 8 Yes This column is used to indicate agency id.
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.
RPU_ACCESS_FLAG VARCHAR2 1 Yes Indicates if public user has access to AI query results
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
PSC_COM_AI_AGENT_RESULTS_PK Unique Default RESULT_ID, AGENCY_ID
PSC_COM_AI_AGENT_RESULTS_U1 Unique Default TRANSACTION_TYPE, TRANS_KEY, QUERY_NAME, AI_AGENT_NAME