HP_ENCDEFN_VW(SQL View) |
Index Back |
|---|---|
Encumb Definition ViewThis view select distinct SetID, DeptID and Effective Date from ENCUMB_DEF_TBL. This view is used by Batch Encumbrance process. |
| SELECT DISTINCT SETID ,DEPTID ,EFFDT FROM PS_ENCUMB_DEFN_TBL |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_HR.SETID Prompt Table: SETID_TBL |
|
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Department | |
| 3 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |