RA_OFFRPRD_LNG

(SQL View)
Index Back

Offer Product View

Offer Product View related language

SELECT DISTINCT a.setid ,a.product_id ,b.language_cd ,b.descr FROM PS_PROD_ITEM a ,PS_PROD_ITEM_lng b WHERE a.setid = b.setid AND a.product_id = b.product_id

  • Related Language Record for RA_OFFR_PRD_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.

    Prompt Table: SP_SETID_NONVW

    2 PRODUCT_ID Character(18) VARCHAR2(18) NOT NULL Product ID
    3 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description