RF_SO_LINE_VW4

(SQL View)
Index Back

Service Order Line View

Service Order Line View for displaying activities associated with the line in a prompt.

SELECT A.BUSINESS_UNIT , A.SO_ID , A.SO_LINE , A.ACTIVITY_CODE , B.DESCR80 FROM PS_RF_SO_LINE A , PS_RF_ACT_CODE B , PS_SET_CNTRL_REC C WHERE A.ACTIVITY_CODE = B.ACTIVITY_CODE AND B.SETID = C.SETID AND C.SETCNTRLVALUE = A.BUSINESS_UNIT AND C.RECNAME = 'RF_ACT_CODE'

  • Related Language Record: RF_SO_LINE_LVW4
  • # 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(10) VARCHAR2(10) NOT NULL Service Order ID
    3 SO_LINE Number(3,0) SMALLINT NOT NULL Stores the Service Order line number.
    4 ACTIVITY_CODE Character(8) VARCHAR2(8) NOT NULL Activity Code which identifies the specific Activities which will be performed as part of Service Orders.
    5 DESCR80 Character(80) VARCHAR2(80) NOT NULL This generic field stores the description and used used on various tables.

    Prompt Table: RF_SO_LINE_VW4