GP_CAT_SRCH_LNG

(SQL View)
Index Back

Variable by Cat search rel/lan

Search record used to provide access to the variable by category panel - related language view A related language record enables text fields on a table to be translated into various languages for use in other countries.

SELECT C.OPRID , A.USED_BY , A.COUNTRY , A.PIN_CATEGORY , B.LANGUAGE_CD , B.DESCR FROM PS_GP_PIN A , PS_GP_PIN_CAT_LANG B , PS_GP_OPR_RULE_PRF C WHERE A.USED_BY = B.USED_BY AND A.COUNTRY = B.COUNTRY AND A.PIN_CATEGORY = B.PIN_CATEGORY AND A.PIN_TYPE = 'VR' AND A.PIN_CATEGORY <> ' ' AND (A.USED_BY = 'A' OR (A.USED_BY = 'C' AND C.USED_BY = 'A') OR (A.USED_BY = 'C' AND A.COUNTRY = C.COUNTRY))

  • Related Language Record for GP_VAR_CAT_SRCH
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
    2 USED_BY Character(1) VARCHAR2(1) NOT NULL USED_BY
    A=All Countries
    C=Specific Country
    3 COUNTRY Character(3) VARCHAR2(3) NOT NULL Country

    Prompt Table: COUNTRY_TBL

    4 PIN_CATEGORY Character(4) VARCHAR2(4) NOT NULL Element Category

    Prompt Table: GP_PIN_CATEGORY

    5 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    6 DESCR Character(30) VARCHAR2(30) NOT NULL Description