GP_PYGRP4_VW(SQL View) |
Index Back |
---|---|
Paygroup in Pay Entity viewused in PCode on JOB to verify whether the paygroups country is the same as the country on the JOB record itself |
SELECT A.COUNTRY , B.GP_PAYGROUP FROM PS_GP_PYENT A , PS_GP_PYGRP 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
Prompt Table: COUNTRY_TBL |
2 | GP_PAYGROUP | Character(10) | VARCHAR2(10) NOT NULL |
Global Payroll pay group
Prompt Table: %GP_EDIT_FLD2 |