W3EB_LE_INST_VW(SQL View) |
Index Back |
---|---|
Life Event Instance viewUsed to retrieve the email address for the Benefit Admin when employee Life Event instance is deeted and cancelled. |
SELECT DISTINCT(A.ROLENAME) , B.EMAILID , B.OPRID FROM PSROLEUSER A , PSUSEREMAIL B WHERE A.ROLENAME IN ( SELECT C.ROLENAME FROM PSROLEUSER C) AND A.ROLEUSER = B.OPRID AND B.PRIMARY_EMAIL = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(30) | VARCHAR2(30) NOT NULL | The name of a Role in the Role Definition Table (see PSROLEDEFN). | |
2 | EMAILID | Character(70) | VARCHAR2(70) NOT NULL | A user's E-mail address |
3 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |