GPAU_VAR_SRCH(SQL View) |
Index Back |
---|---|
GP AUS - Variables Srch RecGP AUS - Variables search record. |
SELECT OPRID , A.COUNTRY , PIN_NUM , PIN_NM FROM PS_GP_PIN A , PS_GP_OPR_RULE_PRF B WHERE A.PIN_TYPE = 'VR' AND (A.USED_BY = 'A' OR (A.USED_BY = 'C' AND B.USED_BY= 'A') OR (A.USED_BY = 'C' AND A.COUNTRY = B.COUNTRY)) AND A.OVRD_IND_PYE = 'Y' AND A.FLD_FMT IN ('1','2','4','5') |
# | 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 | PIN_NUM | Number(8,0) | INTEGER NOT NULL | PIN Number |
4 | PIN_NM | Character(18) | VARCHAR2(18) NOT NULL | Element Name field |