FUND_VW(SQL View) |
Index Back |
---|---|
Fund Table ViewView of the Fund table for allowing correct selection of a GL Fund code depending on the SETID_GL_FUND field |
SELECT SETID , FUND_CODE , EFFDT , DESCR FROM PS_FUND_TBL |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID_GL_FUND | Character(5) | VARCHAR2(5) NOT NULL | GL Setid for GL Funds |
2 | FUND_CODE | Character(5) | VARCHAR2(5) NOT NULL | Fund Code |
3 | EFFDT | Date(10) | DATE | Effective Date |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |