WM_PM_SCHD_MTR(SQL Table) |
Index Back |
---|---|
PM Meter Based Schedule |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | PM_SCHD_ID | Character(10) | VARCHAR2(10) NOT NULL | Preventive Maintenance Schedule ID |
3 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
4 | METER_TYPE | Character(30) | VARCHAR2(30) NOT NULL |
Meter Type
Prompt Table: WM_ASSET_MTR_VW |
5 | INTERVAL_MTR | Signed Number(21,4) | DECIMAL(19,4) NOT NULL | Meter Reading Interval |
6 | PROJ_MTR_USAGE | Character(1) | VARCHAR2(1) NOT NULL |
Project Meter Usage
1=None 2=Average from Asset 3=Sampling Default Value: 1 |
7 | SAMPLING_METHOD | Character(4) | VARCHAR2(4) NOT NULL |
Used in Preventive Maintenance to allow the system to project the meter usage based on historic data (the sample).
CYCL=Cycles DAYS=Days READ=Readings |
8 | SAMPLING_SIZE | Number(5,0) | INTEGER NOT NULL | Used in Preventive Maintenance to allow the system to project the meter usage based on historic data (the sample). |
9 | PROJECTED_FROM | Character(4) | VARCHAR2(4) NOT NULL |
Used in Preventive Maintenance to calculate PM's start date based on projection of meter usage.
LAST=Last PM Completion Date THRU=Current System Date |
10 | LAST_PM_RDG | Signed Number(21,4) | DECIMAL(19,4) NOT NULL |
Next preventive maintenance due reading
Prompt Table: WM_PM_MTRRDG_VW |
11 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
12 | IN_PROCESS_FLG | Character(1) | VARCHAR2(1) NOT NULL |
In process flag
Default Value: N |