PGM_POOL_CACH(SQL Table) |
Index Back |
---|---|
Enforce Team CacheCache table populated by running the App Engine. Holds the employee details with Project, Project Pool and Activity Pool |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | PROJECT_ID | Character(15) | VARCHAR2(15) NOT NULL | Project Id ChartField |
3 | ACTIVITY_ID | Character(15) | VARCHAR2(15) NOT NULL | Activity ID |
4 | POOL_ID | Character(10) | VARCHAR2(10) NOT NULL | Pool ID field. |
5 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
6 | START_DATE | Date(10) | DATE NOT NULL | Start Date for Gen Standing PO |
7 | END_DATE | Date(10) | DATE | End Date |