MNT_WR_METERS_INT

The open interface entity that holds all the maintenance program work requirement meter informatoin.

Details

  • Schema: FUSION

  • Object owner: MNT

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

MNT_WR_METERS_INT_PK

INTERFACE_ROW_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERFACE_ROW_ID NUMBER 18 Yes Interface Row Identifier. The primary key column of this table.
INTERFACE_STATUS_CODE VARCHAR2 30 The status of the interface row. The processor heavily relies on this column to persist interim status of the row upon processing data in bulk.
INTERFACE_BATCH_ID NUMBER 18 Interface Batch Identifier. This is the foreign key to the Interface Batch entity.
INTERFACE_BATCH_CODE VARCHAR2 30 The interface batch code. The user key to the interface batch entity.
PARTITION_NUMBER NUMBER 18 For parallel processing, the internal logic uses this column to stripe a set of work requirement meters in to a partition.
HEADER_NUMBER VARCHAR2 18 Interface Record Number. This is the user key to link the child interface entities together.
ACTION_CODE VARCHAR2 30 The various actions that can be performed via the import functionality at the work requirement meters level.
REQUIREMENT_METER_ID NUMBER 18 The unique system generated system identifier.
REQUIREMENT_NAME VARCHAR2 120 The unique name for the maintenance work requiremnt within the maintenance program.
REQUIREMENT_ID NUMBER 18 Foreign key reference to the work requirement.
ORGANIZATION_ID NUMBER 18 The organization identifier. This is the maintenance organization in which the maintenance program is authored.
METER_DEFINITION_ID NUMBER 18 The meter template identifier. This column will be populated instead of the meter id, when the requirement type is of the item. So meter templates applicable for the item, can be used in the computation of forecasts for assets that belong to the item.
METER_TEMPLATE_CODE VARCHAR2 30 The unique user identifier for the meter. It is unique across the system.
METER_ID NUMBER 18 Asset Meter Identifier. The meter id of the asset for which readings are to be used in the usage based requirement.
BASE_INTERVAL NUMBER The base inteval at which the readings are to be used for this requirement.
NEXT_FORECAST_DUE_BY_CODE VARCHAR2 30 Whether the next forecast is to be generated based on "Base Interval" specified in the requirement or "Reading History".
DISABLED_FLAG VARCHAR2 1 Flag indicating that the meter association to the work requirement is no longer active.
LOAD_REQUEST_ID NUMBER 18 Load Request Identifier. This is to support the loading of the interface records from the data files using the cloud framework.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP 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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
MNT_WR_METERS_INT_N1 Non Unique Default PARTITION_NUMBER
MNT_WR_METERS_INT_N2 Non Unique Default INTERFACE_BATCH_ID, INTERFACE_STATUS_CODE, HEADER_NUMBER
MNT_WR_METERS_INT_U1 Unique Default INTERFACE_ROW_ID