W3EB_APRV_NMLVW(SQL View) |
Index Back |
---|---|
Employee Name and Photo viewA language record to provide Employee info for Life Event Page composer |
SELECT NEW.LIFE_EVENT_TYPE , NEW.EMPLID ,NEW.SEQ_NBR ,EMP.LANGUAGE_CD , EMP.NAME_DISPLAY FROM PS_BN_LE_ATTACH NEW , PS_PERSON_NAME_LNG EMP WHERE NEW.EMPLID = EMP.EMPLID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LIFE_EVENT_TYPE | Character(3) | VARCHAR2(3) NOT NULL |
Type of Life Event (e.g. Birth, Adoption, Marriage)
A=Adoption B=Birth D=Divorce M=Marriage |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
3 | SEQ_NBR | Number(15,0) | DECIMAL(15) NOT NULL | Sequence Number |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | NAME_DISPLAY | Character(50) | VARCHAR2(50) NOT NULL | Display Name - name formatted for Display based on the Country |