AM_METER_READ

(SQL Table)
Index Back

Meter Readings

  • Parent record: ASSET_METER
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

    Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT

    Prompt Table: SP_BU_AM_NONVW

    2 ASSET_ID Character(12) VARCHAR2(12) NOT NULL Asset Identification

    Prompt Table: ASSET

    3 METER_TYPE Character(30) VARCHAR2(30) NOT NULL Meter Type

    Prompt Table: ASSET_METER_VW

    4 READING_DTTM DateTime(26) TIMESTAMP NOT NULL As of Date/Time
    5 READING Signed Number(15,6) DECIMAL(13,6) NOT NULL Reading
    6 VARIATION Signed Number(21,4) DECIMAL(19,4) NOT NULL Increment/Decrement
    7 ROLLOVER Character(1) VARCHAR2(1) NOT NULL Allow Rollover

    Y/N Table Edit

    Default Value: N

    8 REPLACED Character(1) VARCHAR2(1) NOT NULL Replaced

    Y/N Table Edit

    Default Value: N

    9 CUM_READING Signed Number(21,4) DECIMAL(19,4) NOT NULL Cumulative Reading
    10 CREATEOPRID Character(30) VARCHAR2(30) NOT NULL A user's ID
    11 CREATEDTTM DateTime(26) TIMESTAMP DateTime of Query Creation

    Default Value: %DATETIME

    12 LASTUPDOPRID Character(30) VARCHAR2(30) NOT NULL Specifies the User ID which made the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.
    13 LASTUPDDTTM DateTime(26) TIMESTAMP Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.
    14 READING_SOURCE Character(3) VARCHAR2(3) NOT NULL Reading System Source

    Default Value: AM

    15 OUT_OF_SEQ Character(1) VARCHAR2(1) NOT NULL Out of Sequence Reading

    Y/N Table Edit

    Default Value: N

    16 ACT_DLY_AVERAGE Signed Number(21,4) DECIMAL(19,4) NOT NULL Actual Daily Average
    17 BUSINESS_UNIT_WO Character(5) VARCHAR2(5) NOT NULL Business Unit Work Order

    Prompt Table: BUS_UNIT_TBL_WM

    18 WO_ID Character(10) VARCHAR2(10) NOT NULL Work Order Identification
    19 WO_TASK_ID Number(5,0) INTEGER NOT NULL Task Number
    20 COMMENTS Long Character CLOB Comment
    21 INHERITED Character(1) VARCHAR2(1) NOT NULL Interited from Parent
    22 SYNCID Number(10,0) DECIMAL(10) NOT NULL The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle.
    23 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time