HP_DPTBUD_VW(SQL View) |
Index Back |
---|---|
Dept Budgets ViewThis view select distinct SetID, DeptID, Fiscal Year and Effective Date from Department Budget table. This view is used by Batch Encumbrance process. |
SELECT DISTINCT SETID ,DEPTID ,FISCAL_YEAR ,EFFDT FROM PS_DEPT_BUDGET |
# | 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 |
3 | FISCAL_YEAR | Number(4,0) | SMALLINT NOT NULL | Fiscal Year |
4 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |