WM_PM_PJC_MTR(SQL Table) |
Index Back |
---|---|
Preventive Maintenance MeterPreventive Maintenance Meter temporary table |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
3 | PM_SCHD_ID | Character(10) | VARCHAR2(10) NOT NULL | Preventive Maintenance Schedule ID |
4 | BUSINESS_UNIT_AM | Character(5) | VARCHAR2(5) NOT NULL | AM Business Unit |
5 | ASSET_ID | Character(12) | VARCHAR2(12) NOT NULL | Asset Identification |
6 | NEXT_DUE_DT | Date(10) | DATE | Preventive Maintenance due date |
7 | METER_TYPE | Character(30) | VARCHAR2(30) NOT NULL | Meter Type |
8 | PJC_ID | Character(10) | VARCHAR2(10) NOT NULL | Projection ID |
9 | MAINT_TYPE | Character(10) | VARCHAR2(10) NOT NULL | This field is used for maintenance type |
10 | METER_OPTION | Character(1) | VARCHAR2(1) NOT NULL |
Meter Options
D=Decreasing I=Increasing R=Tolerance Range |
11 | INTERVAL_MTR | Signed Number(21,4) | DECIMAL(19,4) NOT NULL | Meter Reading Interval |
12 | PROJ_MTR_USAGE | Character(1) | VARCHAR2(1) NOT NULL |
Project Meter Usage
1=None 2=Average from Asset 3=Sampling |
13 | 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 |
14 | 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). |
15 | 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 |
16 | FIRST_RDG_DT | DateTime(26) | TIMESTAMP | First date |
17 | LAST_RDG_DT | DateTime(26) | TIMESTAMP | Last date |
18 | CURRENT_RDG | Signed Number(21,4) | DECIMAL(19,4) NOT NULL | Current meter reading |
19 | PJC_DAYS | Signed Number(10,0) | DECIMAL(9) NOT NULL | Projected days |
20 | FIRST_RDG | Signed Number(21,4) | DECIMAL(19,4) NOT NULL | First reading |
21 | LAST_RDG | Signed Number(21,4) | DECIMAL(19,4) NOT NULL | Last reading |
22 | PJC_BASIS_DT | Date(10) | DATE | Projection Basis Date |
23 | NEXT_RDG | Signed Number(21,4) | DECIMAL(19,4) NOT NULL | Next preventive maintenance due reading |
24 | PERCENT_DUE | Signed Number(16,0) | DECIMAL(15) NOT NULL | Preventive Maintenance percent due |
25 | SETID_MTR | Character(5) | VARCHAR2(5) NOT NULL | SetID |
26 | BUS_UNIT_AM | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
27 | ASSET_ID_TO | Character(12) | VARCHAR2(12) NOT NULL | Asset ID to |
28 | PJC_AVG_RDG | Signed Number(21,4) | DECIMAL(19,4) NOT NULL | Estimated Daily Average |