FUN_SENSORS_B_

This table is to store the seed data of the sensor such as the sensor code and the sensor type, the implicit business conditions that are seeded which are the main entry point for the evaluation of the sensor business conditions, the default schedule of the sensor and the possible actions supported by a particular sensor.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

fun_sensors_b_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, SENSOR_ID

Columns

Name Datatype Length Precision Not-null Comments
SENSOR_ID NUMBER 18 Yes Primary identifier to identify a Sensor uniquely
SENSOR_CODE VARCHAR2 30 Specifies the type of the Sensor category, like Payable Invoice Approval
SENSOR_TYPE VARCHAR2 128 Defines the sensor type, like Approval
DEFAULT_COUNT_THRESHOLD NUMBER 9 Minimum number of transactions that have to be present for the sensor evaluation to take place.
DEFAULT_TIME_THRESHOLD NUMBER 9 Valid Value - Minutes. Minimum amount of time after the last execution of the sensor for the evaluation to take place.
MAX_FETCH_SIZE NUMBER 9 Maximum Number of transactions to be picked for processing.
MINIMUM_TIME_THRESHOLD NUMBER 9 Valid Value - Minutes. Minimum amount of time that can be changed by the customer for the time threshold after which the sensor has to be executed if count threshold is not met.
SENSOR_PARAMETER BLOB Parameters that could be used in implicit conditions and supplied by end user. This are seeded parameters without any value or with default values
SENSOR_ACTION_TYPE_CODE VARCHAR2 30 Actions supported for sensor of a particular category
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
OBJECT_VERSION_NUMBER NUMBER 9 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.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP 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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
FUN_SENSORS_B_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, SENSOR_ID