ATC_METERING_RULES

store details of metering rule associated with usage specification

Details

  • Schema: FUSION

  • Object owner: ATC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

atc_metering_rules_PK

METERING_RULE_ID

Columns

Name Datatype Length Precision Not-null Comments
METERING_RULE_ID NUMBER 18 Yes Unique rowid of the metering rule
METERING_RULE_PUID VARCHAR2 30 Yes Indicates identifier of the metering rule
METERING_RULE_NAME VARCHAR2 200 Yes Indicates name of the metering name
METERING_RULE_DESCRIPTION VARCHAR2 4000 Indicates the description of the metering rule
ROUNDING_METHOD_CODE VARCHAR2 200 Type of rounding method required
UNIT_OF_MEASURE VARCHAR2 200 Indicates the unit of measure
METERING_EXPR_CODE VARCHAR2 4000 the whole metering rule expression in a string to help the get operation
USAGE_SPEC_ID NUMBER 18 Yes association with usage specification
START_DATE_TIME TIMESTAMP Start time from which the metering rule is valid for the usage spec
END_DATE_TIME TIMESTAMP End Time to which the metering rule is valid for the usage spec
AT_TYPE VARCHAR2 200 Indicates the (class) of metering rule
AT_BASE_TYPE VARCHAR2 200 Indicates the base (class) of metering rule
AT_SCHEMA_LOCATION VARCHAR2 1000 Indicates a url which points to a schema which allow specifying user-defined properties of an Entity or to specify the expected characteristics of an entity
ACTIVE_FLAG VARCHAR2 1 Flag which indicates the the rule is active or not
ENTITY_NAME VARCHAR2 200 Yes Indicates to which top level entity this refering to
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.
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.
TRIGGER_CONDITION_OP_CODE VARCHAR2 200 Indicates the operator used in alteration trigger condition.
TRIGGER_CONDITION_VALUE VARCHAR2 4000 Indicates the value used in alteration trigger condition.

Indexes

Index Uniqueness Tablespace Columns
atc_metering_rules_N1 Non Unique Default USAGE_SPEC_ID
atc_metering_rules_N2 Non Unique Default METERING_RULE_NAME
atc_metering_rules_N3 Non Unique Default ENTITY_NAME
atc_metering_rules_PK Unique Default METERING_RULE_ID
atc_metering_rules_U1 Unique Default METERING_RULE_PUID, USAGE_SPEC_ID