RS_SO_LINE_DT_W

(SQL Table)
Index Back

Work table for start/end date

This is a work table for temporally storing the start and end dates of both single and multiple date ranges.

  • Parent record: RS_SO_LINE
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
    2 SO_ID Character(15) VARCHAR2(15) NOT NULL Service Order ID
    3 SO_LINE Number(3,0) SMALLINT NOT NULL Line Number
    4 SEQNO Number(5,0) INTEGER NOT NULL Sequence Number
    5 START_DT Date(10) DATE Start Date
    6 END_DT Date(10) DATE End Date