RF_SO_SNSIT_LVW

(SQL View)
Index Back

SO serial number Rel Lang View

This is the related language view for returning serial numbers for a service order.

SELECT DISTINCT A.SETID , A.SITE_ID , A.SERIAL_ID , B.LANGUAGE_CD , A.PRODUCT_ID , B.DESCR FROM PS_RF_IPRD_STAT_VW A , PS_PROD_ITEM_LNG B WHERE B.SETID = ( SELECT C.SETID FROM PS_SET_CNTRL_REC C WHERE C.SETCNTRLVALUE = A.SETID AND C.RECNAME = 'PROD_ITEM') AND B.PRODUCT_ID = A.PRODUCT_ID AND A.SERIAL_ID > ' '

  • Related Language Record for RF_SO_SNSITE_VW
  • # 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 SITE_ID Character(15) VARCHAR2(15) NOT NULL Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations.
    3 SERIAL_ID Character(20) VARCHAR2(20) NOT NULL This field is used to represent the Serial ID of an item or installed product
    4 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    5 PRODUCT_ID Character(18) VARCHAR2(18) NOT NULL Product ID
    6 DESCR Character(30) VARCHAR2(30) NOT NULL Description