DEPARTMENT_SRCH

(SQL View)
Index Back

Search Vw-Security for Dept

DEPARTMENT_SRCH is a search view which uses departmental security to grant access to the departments themselves, or other records keyed by department. Users will only see departments which they have security clearance to acccess. It is used as the search record on the budgeting portion of Position Management and for the Salary Planning setup screens which are accessed by department. If you wish to restrict access to the Department Table by security clearance, this record could be used as the search record for the table itself.

SELECT %Sql(SCRTY_SEL_DEPTKEY, OPR,DEPT) , DEPT.DESCR , DEPT.COMPANY , DEPT.SETID_LOCATION , DEPT.LOCATION FROM %Sql(SCRTY_DEPT_FROM) WHERE %Sql(SCRTY_WHERE_DEPT)

  • Related Language Record: DEPT_SRCH_LANG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

    Prompt Table: SET_DEPT_VLD_VW

    2 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
    3 DEPTID Character(10) VARCHAR2(10) NOT NULL Department

    Prompt Table: DEPT_TBL

    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    5 COMPANY Character(3) VARCHAR2(3) NOT NULL Company
    6 SETID_LOCATION Character(5) VARCHAR2(5) NOT NULL Location SetID

    Prompt Table: SETID_TBL

    7 LOCATION Character(10) VARCHAR2(10) NOT NULL Location Code

    Prompt Table: SET_LOC_CURR_VW