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 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | BUDGET_DEPTID | Character(10) | VARCHAR2(10) NOT NULL | Budget with Department |
3 | DEPTID | Character(10) | VARCHAR2(10) NOT NULL | Department |
4 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
5 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |