GPSG_ACM_SCH_VW(SQL View) |
Index Back |
---|---|
GPSG - Accumulator ViewThis view is used as a prompt record on pin Numbers to retrieve absence entitlement accumulators |
SELECT C.OPRID , B.PIN_NUM , B.PIN_NM , B.DESCR , B.COUNTRY , B.USED_BY FROM PS_GP_PIN B , PS_GP_OPR_RULE_PRF C WHERE B.PIN_TYPE = 'AC' AND (B.USED_BY = 'A' OR (B.USED_BY = 'C' AND C.USED_BY= 'A') OR (B.USED_BY = 'C' AND B.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 | PIN_NUM | Number(8,0) | INTEGER NOT NULL | PIN Number |
3 | PIN_NM | Character(18) | VARCHAR2(18) NOT NULL | Element Name field |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |
6 | USED_BY | Character(1) | VARCHAR2(1) NOT NULL |
USED_BY
A=All Countries C=Specific Country |