GPFR_PAYGRP_VW(SQL View) |
Index Back |
---|---|
Paygroup Filter ViewView used to filter paygroups based on the country. |
SELECT DISTINCT B.COUNTRY ,A.GP_PAYGROUP FROM PS_GP_PYGRP A , PS_GP_PYENT B WHERE A.PAY_ENTITY =B.PAY_ENTITY |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |
2 | GP_PAYGROUP | Character(10) | VARCHAR2(10) NOT NULL | Global Payroll pay group |