BUD_DEPT_VW(SQL View) |
Index Back |
---|---|
Budget Department ViewList of departments that associated with the same Budgeting Department. |
SELECT DISTINCT A.SETID , A.DEPTID , A.DESCR 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 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |