MNT_GENERATE_FORECAST_INT
The open interface entity that holds the maintenance forecast related information.
Details
-
Schema: FUSION
-
Object owner: MNT
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
Name | Columns |
---|---|
MNT_GENERATE_FORECAST_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. | ||
PROGRAM_ID | NUMBER | 18 | The maintenance program identifier. The program for which the forecast is generated. | ||
REQUIREMENT_ID | NUMBER | 18 | The maintenance program work requirement identifier. The requirement for which the forecast is generated. | ||
ASSET_ID | NUMBER | 18 | The asset identifier for which the maintenance forecast is being generated. | ||
ERROR_TEXT | VARCHAR2 | 4000 | Interface Error Text. Error encountered in the forecast generation program is recorded here. | ||
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_GENERATE_FORECAST_INT_N01 | Non Unique | Default | INTERFACE_BATCH_CODE |
MNT_GENERATE_FORECAST_INT_N02 | Non Unique | Default | INTERFACE_BATCH_ID, INTERFACE_STATUS_CODE |
MNT_GENERATE_FORECAST_INT_U01 | Unique | Default | INTERFACE_ROW_ID |