PSC_COM_CC_BRF_ATTACHMENT

Contains Business Rules Framework attachment data.

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: psc_com_cc_brf_attachment

Primary Key

Name Columns

PSC_COM_CC_BRF_ATTACHMENT_PK

BRF_ATTACHMENT_KEY

Columns

Name Datatype Length Precision Not-null Comments
BRF_ATTACHMENT_KEY NUMBER 18 Yes This column is used to indicate attachment key
ATTACHMENT_ID NUMBER 18 Yes This column is used to indicate attachment id
EXECUTION_ID VARCHAR2 50 Yes This column is used to indicate the execution instance that generated the attachment.
LOG_ID NUMBER 18 Yes This column is used to indicate log id that generated the attachment.
RULE_LOG_ID NUMBER 18 Yes This column is used to indicate rule id that generated the attachment.
RECORD_FIRST_KEY_NAME VARCHAR2 32 First key name of the record.
RECORD_FIRST_KEY_VALUE VARCHAR2 100 First key value of the record.
RECORD_SECOND_KEY_NAME VARCHAR2 32 Second key name of the record.
RECORD_SECOND_KEY_VALUE VARCHAR2 100 Second key value of the record.
RECORD_THIRD_KEY_NAME VARCHAR2 32 Third key name of the record.
RECORD_THIRD_KEY_VALUE VARCHAR2 100 Third key value of the record.
RECORD_FOURTH_KEY_NAME VARCHAR2 32 Fourth key name of the record.
RECORD_FOURTH_KEY_VALUE VARCHAR2 100 Fourth key value of the record.
RECORD_FIFTH_KEY_NAME VARCHAR2 32 Fifth key name of the record.
RECORD_FIFTH_KEY_VALUE VARCHAR2 100 Fifth key value of the record.
RECORD_IDENTIFIER VARCHAR2 100 Identifier of the record.
RECORD_SUB_IDENTIFIER VARCHAR2 100 Sub Identifier of the record.
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
PSC_COM_CC_BRF_ATTACHMENT psc_com_cc_brf_logs LOG_ID
PSC_COM_CC_BRF_ATTACHMENT psc_com_cc_brf_rule_log RULE_LOG_ID
PSC_COM_CC_BRF_ATTACHMENT psc_com_cc_attachments ATTACHMENT_ID

Indexes

Index Uniqueness Tablespace Columns
PSC_COM_CC_BRF_ATTACHMENT_FK1 Non Unique PSC_COM_CC_BRF_ATTACHMENT_FK1 LOG_ID
PSC_COM_CC_BRF_ATTACHMENT_FK2 Non Unique PSC_COM_CC_BRF_ATTACHMENT_FK2 RULE_LOG_ID
PSC_COM_CC_BRF_ATTACHMENT_FK3 Non Unique PSC_COM_CC_BRF_ATTACHMENT_FK3 ATTACHMENT_ID
PSC_COM_CC_BRF_ATTACHMENT_PK Unique PSC_COM_CC_BRF_ATTACHMENT_PK BRF_ATTACHMENT_KEY