GP_USER_CNTR_VW(SQL View) |
Index Back |
---|---|
GP Supported Countries ViewGlobal Payroll Supported Countries View record. |
SELECT C.OPRID , B.COUNTRY , B.DESCR FROM PS_GP_PSLP_CTRY_VW B , ps_gp_opr_rule_prf c WHERE C.USED_BY = 'A' OR B.COUNTRY = C.COUNTRY OR B.COUNTRY='ALL' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |