QP_DYN_RULE_FRAGMENTS

Table that contains the details about the fragments of a dynamic rule such as type, sequence number, effectivity dates, etc.

Details

  • Schema: FUSION

  • Object owner: QP

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

QP_DYN_RULE_FRAGMENTS_PK

RULE_FRAGMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
RULE_FRAGMENT_ID NUMBER 18 Yes Value that uniquely identifies the dynamic pricing rule fragment. Oracle Fusion Pricing automatically assigns this value.
RULE_ID NUMBER 18 Yes Value that uniquely identifies the dynamic pricing rule. Oracle Fusion Pricing automatically assigns this value.
RULE_FRAGMENT_TYPE_CODE VARCHAR2 30 Yes Abbreviation that indicates the type of dynamic pricing rule fragment.
SEQ_NUM NUMBER 9 Yes Sequence number for the dynamic pricing rule fragment. Sequence number is used for the order of application of dynamic pricing rule fragments.
START_DATE TIMESTAMP Date on which the dynamic pricing rule fragment goes into effect.
END_DATE TIMESTAMP Date after which the dynamic pricing rule fragment expires.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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
QP_DYN_RULE_FRAGMENTS qp_dyn_rules RULE_ID
qp_dyn_rule_expr_nodes qp_dyn_rule_fragments RULE_FRAGMENT_ID

Indexes

Index Uniqueness Tablespace Columns
QP_DYN_RULE_FRAGMENTS_U1 Unique Default RULE_FRAGMENT_ID
QP_DYN_RULE_FRAGMENTS_U2 Unique Default RULE_ID, SEQ_NUM