BUD_DEPT_EFF_VW

(SQL View)
Index Back

Budget Department View

List of departments that associated with the same Budgeting Department.

SELECT DISTINCT A.SETID , A.DEPTID , A.EFFDT FROM PS_DEPT_TBL A WHERE A.BUDGET_DEPTID = A.DEPTID

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
2 DEPTID Character(10) VARCHAR2(10) NOT NULL Department
3 EFFDT Date(10) DATE Effective Date

Default Value: %date