RF_SO_SNCST_LVW

(SQL View)
Index Back

SO Product Rel Lang View

SO Product Customer Site Related Language View

SELECT A.SETID , A.BO_ID_CUST , 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

  • Related Language Record for RF_SO_SNCSTS_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 BO_ID_CUST Number(31,0) DECIMAL(31) NOT NULL This field stores the Business Object ID for the customer.
    3 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.
    4 SERIAL_ID Character(20) VARCHAR2(20) NOT NULL This field is used to represent the Serial ID of an item or installed product
    5 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    6 PRODUCT_ID Character(18) VARCHAR2(18) NOT NULL Product ID
    7 DESCR Character(30) VARCHAR2(30) NOT NULL Description