BUDGET_DEPT_VW(SQL View) |
Index Back |
|---|---|
Budget Department ViewList of departments that associated with the same Budgeting Department. |
| SELECT DISTINCT A.SETID , A.BUDGET_DEPTID , A.DEPTID , A.EFFDT , A.EFF_STATUS FROM PS_DEPT_TBL A |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Budget with Department | |
| 3 | Character(10) | VARCHAR2(10) NOT NULL | Department | |
| 4 | Date(10) | DATE |
Effective Date
Default Value: %date |
|
| 5 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |