WM_ASST_MTTP_VW(SQL View) |
Index Back |
---|---|
Asset Meter Type ViewWM Asset Meter Type View - meter types for asset, plus asset's in-service date (subsequently used in higher-level views to determine initial meter reading for asset, if any) |
SELECT A.BUSINESS_UNIT_AM , A.ASSET_ID , A.METER_TYPE , A.UNIT_OF_MEASURE , A.METER_OPTION , B.IN_SERVICE_DT FROM PS_WM_ASSET_MTR_VW A , PS_ASSET B WHERE B.BUSINESS_UNIT = A.BUSINESS_UNIT_AM AND B.ASSET_ID = A.ASSET_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT_AM | Character(5) | VARCHAR2(5) NOT NULL | AM Business Unit |
2 | ASSET_ID | Character(12) | VARCHAR2(12) NOT NULL | Asset Identification |
3 | METER_TYPE | Character(30) | VARCHAR2(30) NOT NULL | Meter Type |
4 | UNIT_OF_MEASURE | Character(3) | VARCHAR2(3) NOT NULL |
Used on an approval rule set.
MHR=Muti Hourly PER=Percentage SQF=Square Footage Prompt Table: UNITS_TBL |
5 | METER_OPTION | Character(1) | VARCHAR2(1) NOT NULL |
Meter Option
D=Decreasing I=Increasing R=Tolerance Range |
6 | IN_SERVICE_DT | Date(10) | DATE | In Service Date |