EO_SETIDOPVWLNG

(SQL View)
Index Back

Sec Lang Vw - TableSet ID's

THIS VIEW IS OWNED BY CRM, even though it's prefixed by EO_. This language view acts as a Operator security view for the AAF specific SETID prompt view EO_SETID_NONVW.

SELECT S.OPRID , A.SETID , B.LANGUAGE_CD , B.DESCR FROM PS_SETID_TBL A , PS_SETID_LANG B , PS_SEC_SETID_OPR s WHERE A.SETID = B.SETID AND B.SETID = S.SETID

  • Related Language Record for EO_SETID_OPRVW
  • # 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 SETID Character(5) VARCHAR2(5) NOT NULL This field is used to store the value of SetID on various setup tables.
    3 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description