RCL_CHARGES_PROCESS_RULES_DTLS

This table stores all processing rule definitions for automatic charge processing.

Details

  • Schema: FUSION

  • Object owner: RCL

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

RCL_CHARGE_PROCESS_RULE_DTL_PK

RULE_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
RULE_DETAIL_ID NUMBER 18 Yes This column is the unique identifier and primary key of the service charge rules processing details.
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.
RULE_ID NUMBER 18 Yes This column is the foreign key to rules definition base table.
RULE_ATTRIBUTE_TYPE VARCHAR2 60 Yes This column stores the value of qualifier or constraint for the rule attribute type.
RULE_ATTRIBUTE VARCHAR2 60 Yes This column stores the seeded value from qualifier or constraint type.
RULE_CONDITION VARCHAR2 60 Yes This column stores the rule condition value to be matched.
RULE_VALUE VARCHAR2 240 This column stores the exact value to be matched by rule condition of the corresponding attribute.
RULE_VALUE_MIN VARCHAR2 240 This column stores the lower range value to be matched by rule condition of the corresponding attribute.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
RCL_CHARGES_PROCESS_RULES_DTLS rcl_charges_process_rules_b RULE_ID

Indexes

Index Uniqueness Tablespace Columns
RCL_CHARGE_PROCESS_RULE_DTL_U1 Unique Default RULE_DETAIL_ID