FM_COST_RULES_HISTORY

This table stores the old values of cost rules.

Foreign Keys

This table does not have any foreign keys.

Column Descriptions

Column Name

Null?

Data Type

Description

COST_RULE_ID

NOT NULL

NUMBER

Indicates the cost rule ID from FM_COST_RULES.

RULL_NUMBER

NOT NULL

NUMBER

Indicates the rule number (this is not the same as COST_RULE_ID).

IS_DEFAULT_RULE_FLAG

NOT NULL

VARCHAR2

Default rule. Exactly one rule in the system is the default rule. The default rule must not be deleted and its set of cost factor values must not be altered.

Indexes

This table does not have any indexes.

Sequences

This table does not have any sequences.