GPDE_AL_EM_SRCH(SQL View) |
Index Back |
---|---|
search email address of an EEused in several run control records. It takes care of looking up an email address for an employee. |
SELECT EMPLID , EMAIL_ADDR , E_ADDR_TYPE , PREF_EMAIL_FLAG FROM PS_EMAIL_ADDRESSES |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | GPDE_AL_OPRNAME | Character(11) | VARCHAR2(11) NOT NULL | Executing Clerk |
2 | EMAIL_ADDR | Character(70) | VARCHAR2(70) NOT NULL | Email Address |
3 | E_ADDR_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
Email Address Type.
Note: Dorm long name has been updated as Dormitory as part of PI26 updates. And, the owner id of the field is updated to CC from HR.
BUSN=Business CAMP=Campus DORM=Dormitory HOME=Home OTHR=Other |
4 | PREF_EMAIL_FLAG | Character(1) | VARCHAR2(1) NOT NULL | Preferred |