ATC_METERING_EXPRS

store details of metering expression

Details

  • Schema: FUSION

  • Object owner: ATC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

atc_metering_exprs_PK

METERING_EXPR_ID

Columns

Name Datatype Length Precision Not-null Comments
METERING_EXPR_ID NUMBER 18 Yes Unique rowid of the metering expression
METERING_EXPR_PUID VARCHAR2 30 Yes The name of this metering expression
EXPR_TYPE_CODE VARCHAR2 200 Yes Indicates the type of the metering expression
OPERATOR_CODE VARCHAR2 200 Indicates the operator of the expression
EXPR_VALUE VARCHAR2 4000 value of the expression
METERING_VAL_UPPER_RANGE VARCHAR2 1000 Indicates the upper range value of the expression when the operator is 'between'
METERING_VAL_LOWER_RANGE VARCHAR2 1000 Indicates the lower range value of the expression when the operator is between
VALUE_TYPE_CODE VARCHAR2 200 Indicates the type of value used in the expression like STRING,NUMBER etc.
RANGE_INTERVAL_CODE VARCHAR2 200 An indicator that specifies the inclusion or exclusion of the upper range and lower range values. If applicable, possible values are "open", "closed", "closedBottom" and "closedTop".
ELIGIBILITY_PARAM_CODE VARCHAR2 1000 Indicates type of eligibility parameter used in the rules
ENTITY_NAME VARCHAR2 200 Yes Indicates the entity name of the entity which can be another metering expression or metering rule
ENTITY_ID NUMBER 18 Yes association with entity
AT_TYPE VARCHAR2 200 Indicates the (class) of metering expression
AT_BASE_TYPE VARCHAR2 200 Indicates the base (class) of metering expression
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
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.

Indexes

Index Uniqueness Tablespace Columns
atc_metering_exprs_PK Unique Default METERING_EXPR_ID
atc_metering_exprs_U1 Unique Default ENTITY_NAME, ENTITY_ID, METERING_EXPR_PUID