LM_RECERT_ST_VW(SQL View) |
Index Back |
---|---|
Recertification Mapping |
SELECT A.LM_PRG_ID , B.LM_PERSON_ID , B.LM_PRG_REG_ID FROM PS_LM_PRG A , PS_LM_PRG_REG B WHERE A.LM_PRG_ID = B.LM_PRG_ID AND A.LM_PRG_TYPE = 'CE' AND A.LM_CERT_ID <> 0 AND %CurrentDateIn BETWEEN A.EFFDT AND A.LM_END_EFFDT AND A.LM_PRG_STATUS = '10' AND B.LM_PRG_STTS IN ('ENRL','INPO') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_PRG_ID | Number(10,0) | DECIMAL(10) NOT NULL | Program ID is a unique identifier for curriculum and certification Programs. |
2 | LM_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | ELM Person ID |
3 | 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. |