DEPT_BUDG_SRCH

(SQL View)
Index Back

Search Vw-Security for Budget

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 A.SETID ,A.DEPTID ,A.FISCAL_YEAR ,SEC.OPRID ,SEC.DESCR ,SEC.COMPANY ,SEC.LOCATION FROM PS_DEPT_BUDGET_DT A ,PS_DEPT_SEC_SRCH SEC WHERE A.SETID = SEC.SETID AND A.DEPTID = SEC.DEPTID AND SEC.USE_BUDGETS='Y'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

Default Value: OPR_DEF_TBL_HR.SETID

Prompt Table: SETID_TBL

2 DEPTID Character(10) VARCHAR2(10) NOT NULL Department

Prompt Table: BUD_DEPT_VW

3 FISCAL_YEAR Number(4,0) SMALLINT NOT NULL Fiscal Year
4 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
5 DESCR Character(30) VARCHAR2(30) NOT NULL Description
6 COMPANY Character(3) VARCHAR2(3) NOT NULL Company
7 LOCATION Character(10) VARCHAR2(10) NOT NULL Location Code