GP_ABS_LDCTR_VW(SQL View) |
Index Back |
---|---|
Leave Donation Country SearchLeave Donation Country Search |
SELECT OP.OPRID , A.COUNTRY , C.DESCR FROM PS_GP_ABS_LVDN_CFG A , PS_GP_OPR_RULE_PRF OP , PS_COUNTRY_TBL C WHERE (OP.COUNTRY = 'ALL' OR A.COUNTRY = OP.COUNTRY) AND A.COUNTRY = C.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_CNTRY_OP_VW |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |