PGM_PROJ_POOLVW(SQL View) |
Index Back |
---|---|
Project Resource Pool ViewPulls only the saved Pools from the Project Resource Pools(PGM_PROJ_POOL) |
SELECT BUSINESS_UNIT , PROJECT_ID , POOL_ID FROM %Table(PGM_PROJ_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 | POOL_ID | Character(10) | VARCHAR2(10) NOT NULL | Pool ID field. |