GP_ED_EL_CTRYVW(SQL View) |
Index Back |
---|---|
Prompt table for countryUsed as prompt table for Payee Assignment By Element component. |
SELECT DISTINCT PRF.OPRID , PIN.COUNTRY , CNTRY.DESCR FROM PS_GP_PIN PIN , PS_GP_OPR_RULE_PRF PRF , PS_COUNTRY_TBL CNTRY WHERE (PIN.USED_BY = 'A' OR PRF.USED_BY = 'A' OR (PIN.COUNTRY = PRF.COUNTRY)) AND PIN.PIN_TYPE IN ('ER','DD') AND PIN.OVRD_IND_PYE = 'Y' AND PIN.COUNTRY = CNTRY.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
Prompt Table: GP_COUNTRY_VW |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |