LM_PRG_EMAIL_VW(SQL View) |
Index Back |
---|---|
LM_PRG_EMAIL_VWProgram Email View |
SELECT B.LM_EMAIL_ADDR ,A.LM_PRG_ID ,A.LM_PRG_STTS FROM PS_LM_PRG_REG A , PS_LM_PERS_EML_VW B WHERE A.LM_PERSON_ID = B.LM_PERSON_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_EMAIL_ADDR | Character(70) | VARCHAR2(70) NOT NULL | Email address |
2 | LM_PRG_ID | Number(10,0) | DECIMAL(10) NOT NULL | Program ID is a unique identifier for curriculum and certification Programs. |
3 | LM_PRG_STTS | Character(4) | VARCHAR2(4) NOT NULL |
Program Reg Status
CANC=Dropped COMP=Completed DECL=Decline ENRL=Registered EXPR=Expired INCO=Not Completed INPO=In-Progress PEAP=Pending Approval PEPA=Pending Payment PLAN=Planned PPYA=Payment Approval REIS=Reissue REVK=Revoked WAIV=Waived WARN=Warning |