RS_POOL_ACT1_LG(SQL View) |
Index Back |
---|---|
Resource Pool Active - ViewThis record is used on ESA for IT, for Resource Pool feature. This view bring the resource pool currently active. |
SELECT A.DESCR , A.POOL_ID , L.LANGUAGE_CD FROM PS_RS_RES_POOL A , PS_RS_RESPOOL_LANG L WHERE A.STATUS = 'A' AND A.POOL_ID = L.POOL_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
2 | POOL_ID | Character(10) | VARCHAR2(10) NOT NULL | Pool ID field. |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |