PSC_COM_CC_LOGS

Contains event run data with totals no of success, error and warning counts.

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

PSC_COM_CC_LOGS_PK

LOG_ID

Columns

Name Datatype Length Precision Not-null Comments Status
LOG_ID NUMBER 18 Yes System generated primary key column. Active
EVENT_ID NUMBER 18 Yes Event Identifier. Foreign Key to PSC_COM_CC_EVENTS_B.EVENT_ID Active
RESOURCE_ID NUMBER 18 Business object reference for the communication Active
RECORD_IDENTIFIER VARCHAR2 100 Record Identifier value for which communication is initiated (eg: Billing,Permit etc).
RECORD_SUB_IDENTIFIER VARCHAR2 100 Record Sub Identifier value for which communication is initiated (eg: Payments, Inspections etc).
RECORD_FIRST_KEY_NAME VARCHAR2 32 First key name of the record.
RECORD_SECOND_KEY_NAME VARCHAR2 32 Second key name of the record.
RECORD_THIRD_KEY_NAME VARCHAR2 32 Third key name of the record.
RECORD_FOURTH_KEY_NAME VARCHAR2 32 Fourth key name of the record.
RECORD_FIFTH_KEY_NAME VARCHAR2 32 Fifth key name of the record.
RECORD_FIRST_KEY_VALUE VARCHAR2 100 First key value of the record.
RECORD_SECOND_KEY_VALUE VARCHAR2 100 Second key value of the record.
RECORD_THIRD_KEY_VALUE VARCHAR2 100 Third key value of the record.
RECORD_FOURTH_KEY_VALUE VARCHAR2 100 Fourth key value of the record.
RECORD_FIFTH_KEY_VALUE VARCHAR2 100 Fifth key value of the record.
RECORD_FIRST_KEY_ID VARCHAR2 100 First Key ID of the record
RECORD_SECOND_KEY_ID VARCHAR2 100 Second Key ID of the record
RECORD_THIRD_KEY_ID VARCHAR2 100 Third Key ID of the record
RECORD_FOURTH_KEY_ID VARCHAR2 100 Fourth Key ID of the record
RECORD_FIFTH_KEY_ID VARCHAR2 100 Fifth Key ID of the record
AGENCY_ID NUMBER 8 Agency ID from COM_AGENCY. Included as it is mandatory for all tables. Active
RUN_START TIMESTAMP Specifies the start of the run activity. Active
RUN_END TIMESTAMP Specifies the end of the run activity. Active
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. Active
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
STATUS VARCHAR2 30 Yes Determines the status of the activity run. Active
PARAMETERS CLOB Contains parameters values for the run. Active
LOG CLOB Contains a log for the activity run. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
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. Active
TO_ADDRESS VARCHAR2 1000 Contains Adhoc Alert recipient parameter
ALERTBODY VARCHAR2 1000 Contains Adhoc Alerts message body parameter
ALERT_START TIMESTAMP Contains Alerts Start Date and Time parameter
ALERT_END TIMESTAMP Contains Alerts End Date and Time parameter
ENABLED_FLAG VARCHAR2 1 Yes Contains Alert enabled flag parameter
APPLICATION_DBA_BUSINESS_NAME VARCHAR2 360 Application Doing Business As Name
APPLICATION_ORGANIZATION_NAME VARCHAR2 360 Application Legal Name
APPLICATION_ADDRESS1 VARCHAR2 240 Application Address1
APPLICATION_ADDRESS2 VARCHAR2 240 Application Address2
APPLICATION_ADDRESS3 VARCHAR2 240 Application Address3
APPLICATION_ADDRESS4 VARCHAR2 240 Application Address4
APPLICATION_CITY VARCHAR2 60 Application City
APPLICATION_STATE VARCHAR2 60 Application State
APPLICATION_COUNTRY VARCHAR2 3 Application Country
APPLICATION_COUNTY VARCHAR2 20 Application County
APPLICATION_POSTAL VARCHAR2 60 Application Postal
SOURCE_DESCRIPTION VARCHAR2 500 Cross reference transaction description
COMMENTS VARCHAR2 1000 Contains comments parameter for the Adhoc Alerts

Foreign Keys

Table Foreign Table Foreign Key Column
PSC_COM_CC_LOGS psc_com_cc_events_b EVENT_ID
psc_com_cc_log_errors psc_com_cc_logs LOG_ID
psc_com_cc_log_messages psc_com_cc_logs LOG_ID

Indexes

Index Uniqueness Tablespace Columns Status
PSC_COM_CC_LOGS_FK1 Non Unique FUSION_TS_TX_IDX EVENT_ID Active
PSC_COM_CC_LOGS_FK2 Non Unique FUSION_TS_TX_IDX RECORD_FIRST_KEY_VALUE
PSC_COM_CC_LOGS_PK Unique FUSION_TS_TX_IDX LOG_ID Active