GP_CNTRY_OP2_VW(SQL View) |
Index Back |
---|---|
GP Country Operator ViewGlobal Payroll - Supported Countries View without Description |
SELECT O.OPRID , G.COUNTRY FROM PS_GP_COUNTRY G , PS_GP_OPR_RULE_PRF O WHERE G.COUNTRY = 'ALL' OR O.USED_BY = 'A' OR (O.USED_BY = 'C' AND G.COUNTRY = O.COUNTRY) |
# | 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 |