DEPT_ACTIVITY(SQL Table) |
Index Back |
---|---|
Department Activity TblDEPT_ACTIVITY contains the valid activity and account combinations for an offset group. The offset group itself is attached to a department on the DEPT_BUDGET_DT table. This information is used by the batch processes which post encumbrance and actual expense amounts to the G/L system. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | DEPT_OFFSET_GRP | Character(5) | VARCHAR2(5) NOT NULL | Department Offset Group |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | ACTIVITY | Character(3) | VARCHAR2(3) NOT NULL | Payroll Activity |
4 | ACCOUNT | Character(10) | VARCHAR2(10) NOT NULL |
Account
Prompt Table: GL_ACCOUNT_VW |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |