RF_SERVICE_FREQ

(SQL Table)
Index Back

Service Frequency

Stores information relevent to the service frequency.

  • Related Language Record: RF_SRV_FRQ_LANG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL This field is used to store the value of SetID on various setup tables.
    2 SERVICE_ID Character(20) VARCHAR2(20) NOT NULL Service ID
    3 START_TIME Time(15) TIMESTAMP Start of Shift
    4 END_TIME Time(15) TIMESTAMP End of Shift
    5 OCCURS_FREQUENCY Character(1) VARCHAR2(1) NOT NULL This field is used by the Service to specify the frequency of preventative maintenance.
    D=Days
    M=Months
    W=Weeks
    Y=Yearly

    Default Value: D

    6 RECUR_DAYS Number(4,0) SMALLINT NOT NULL Number of Days
    7 RECUR_WEEKS Number(4,0) SMALLINT NOT NULL Number of Weeks
    8 RECUR_MONTHS Number(4,0) SMALLINT NOT NULL Number of Months
    9 MONTH_DAY Number(2,0) SMALLINT NOT NULL Used to store the day of the month that Preventive Maintenance service order should be created.
    10 YEAR_DAY Number(2,0) SMALLINT NOT NULL Used when defining Service frequency.
    11 MONTHCD Character(2) VARCHAR2(2) NOT NULL Month of the Year
    01=January
    02=February
    03=March
    04=April
    05=May
    06=June
    07=July
    08=August
    09=September
    10=October
    11=November
    12=December
    12 START_DATE Date(10) DATE Start Date for Gen Standing PO
    13 END_DATE Date(10) DATE End date field to store an end date.
    14 DESCR80 Character(80) VARCHAR2(80) NOT NULL This generic field stores the description and used used on various tables.
    15 DAYOFTHEWEEK Character(2) VARCHAR2(2) NOT NULL Specifying the days of the week
    1=Sunday
    2=Monday
    3=Tuesday
    4=Wednesday
    5=Thursday
    6=Friday
    7=Saturday
    16 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
    17 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
    18 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
    19 ROW_LASTMANT_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who last modified the row.
    20 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.
    21 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time