LM_PRG_PRS_NM(SQL View) |
Index Back |
---|---|
Learner Photo ViewUsed as Related Display field for Learner ID in Grids |
SELECT P.LM_PERSON_ID , E.LM_PRG_REG_ID , NM.LM_NAME_DISPLAY FROM PS_LM_REG_APR_XREF E , PS_LM_PRG_REG E1 , PS_LM_PERS_NAME_VW NM , PS_LM_PERSON P WHERE E.LM_PRG_REG_ID = E1.LM_PRG_REG_ID AND E1.LM_PERSON_ID = P.LM_PERSON_ID AND NM.LM_PERSON_ID = P.LM_PERSON_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | ELM Person ID |
2 | LM_PRG_REG_ID | Number(10,0) | DECIMAL(10) NOT NULL | The Program Registration ID is a unique identifier for a learner's program enrollment. |
3 | LM_NAME_DISPLAY | Character(50) | VARCHAR2(50) NOT NULL | Name Display field |