MNT_PROGRAMS_B

This is the header table to store the maintenance program business object. Maintenance program is a preventive maintenance plan that is to be executed at a regular interval for one or more maintainable assets.

Details

  • Schema: FUSION

  • Object owner: MNT

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MNT_PROGRAMS_B_PK

PROGRAM_ID

Columns

Name Datatype Length Precision Not-null Comments
PROGRAM_ID NUMBER 18 Yes The maintenance program unique identifier. This is a system generated primary key.
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.
ORGANIZATION_ID NUMBER 18 Yes The organization identifier. This is the maintenance organization in which the maintenance program is authored.
PROGRAM_CODE VARCHAR2 30 Yes The user key to the maintenance program. The code is more commonly understood by the maintenance supervisor or planner that is defining and referencing them.
PROGRAM_TYPE_CODE VARCHAR2 30 The type of the maintenance program. Whether it is for Maintenance Preventive Plan or for Subscription based Preventive Plan.
PROGRAM_SUB_TYPE_CODE VARCHAR2 30 The sub type of the maintenance program. This is drawn from a user defined lookup "ORA_MNT_MX_PROGRAM_SUB_TYPE".
ACTIVE_START_DATE DATE The effectivity start date of the maintenance program.
ACTIVE_END_DATE DATE The effectivity end date of the maintenance program.
GLOBAL_ASSETS_FLAG VARCHAR2 1 Flag indicating whether assets from other organizations can be referrenced in this program.
SUPPRESS_MERGE_CODE VARCHAR2 30 The attribute indicates whether the work definitions are suppressed or merged when forecasts are generated on the same scheduled date.
LAST_FORECAST_DATE DATE The date when the forecast was run last for this maintenance program.
LAST_FORECAST_GEN_REQUEST_ID NUMBER 18 The enterprise scheduler request identifier for the last forecast generation program run.
LAST_WO_GEN_REQUEST_ID NUMBER 18 The enterprise scheduler request identifier for the last work order generation program run.
MODIFIED_FLAG VARCHAR2 1 Yes The flag indicating whether the Maintenance Program has become dirty after a forecast generation was already run.
IN_PROCESS_FLAG VARCHAR2 1 Flag indicating wheter the forecasting process is currently working on this maintenance program or not.
REVIEWED_BY VARCHAR2 80 The person who reviews this program. A free format name capture.
REVIEW_DATE DATE The date when the maintenance program was reviewed.
REVIEW_COMMENTS VARCHAR2 240 Comments captured during the review of the maintenance program.
PROGRAM_REFERENCE VARCHAR2 120 A reference captured from another third party application.
PROGRAM_REFERENCE_ID NUMBER 18 A reference identifier captured from another third party application.
FORECAST_WINDOW_IN_DAYS NUMBER 9 The number of days to be considered for the forecast window.
WORK_ORDER_WINDOW_IN_DAYS NUMBER 9 The number of days to be considered for the work order window.
WORK_ORDER_START_TIME VARCHAR2 5 The work order start time for the program. Formatted as HH:mm.
WORK_ORDER_TIMEZONE_CODE VARCHAR2 30 The work order timezone eg. UCT, PST
ATTRIBUTE_CATEGORY VARCHAR2 80 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR11 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR12 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR13 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR14 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR15 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR16 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR17 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR18 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR19 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR20 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER6 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER7 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER8 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER9 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER10 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP1 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP2 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP3 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP4 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP5 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
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.
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_PROGRAMS_B_N01 Non Unique Default ACTIVE_START_DATE
MNT_PROGRAMS_B_N02 Non Unique Default PROGRAM_REFERENCE_ID, PROGRAM_REFERENCE
MNT_PROGRAMS_B_U01 Unique Default PROGRAM_ID
MNT_PROGRAMS_B_U02 Unique Default ORGANIZATION_ID, PROGRAM_CODE