OSS_DETERMINANT_CHARGE_RULES

This table is used to capture determinant volume pricing charge rule.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_DTRMNT_CHARGE_RULES_PK

DETERMINANT_CHARGE_RULE_ID

Columns

Name Datatype Length Precision Not-null Comments
DETERMINANT_CHARGE_RULE_ID NUMBER 18 Yes This field uniquely identifies the specific determinant charge rule associated with each row in the dataset.
DETERMINANT_CHARGE_RULE_PUID VARCHAR2 120 This field acts as an alternative identifier for the determinant charge rule associated with the row.
CHARGE_DETERMINANT_ID NUMBER 18 This field tracks the charge determinant id associated with the current rule.
DYNAMIC_MATRIX_ID NUMBER 18 This field tracks the dynamic matrix id associated with the current rule.
DYNAMIC_MATRIX_NAME VARCHAR2 64 This field tracks the dynamic matrix name associated with the current rule.
DYNAMIC_MATRIX_CLASS_ID NUMBER 18 This field tracks the dynamic matrix class id associated with the current rule.
MATRIX_CLASS_GUID VARCHAR2 64 This field tracks the matrix class guid associated with the current rule.
HASH_KEY VARCHAR2 512 This field tracks identifier for balance criteria predicate hash value combination.
HASH_VALUE VARCHAR2 4000 This field tracks balance criteria predicate hash value combination.
RULE_PRECEDENCE NUMBER This field tracks the precedence with which rules need to be considered while pricing.
SOURCE_OBJECT_ID NUMBER 18 This field tracks the source object id associated with the current rule.
SOURCE_OBJECT_CODE VARCHAR2 60 This field tracks the source object code associated with the current rule.
RULE_SOURCE_TYPE VARCHAR2 30 This field tracks the rule source type associated with the current rule.
MASTER_CRITERIA_ID NUMBER 18 This field tracks the master criteria id associated with the current rule.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
OSS_DTRMNT_CHARGE_RULES_N1 Non Unique Default CHARGE_DETERMINANT_ID, RULE_SOURCE_TYPE
OSS_DTRMNT_CHARGE_RULES_PK Unique Default DETERMINANT_CHARGE_RULE_ID
OSS_DTRMNT_CHARGE_RULES_U1 Unique Default DETERMINANT_CHARGE_RULE_PUID