LM_PRG_PERS_VW1(SQL View) |
Index Back |
---|---|
View For Program RosterView containing person, program,and enrollment details |
SELECT A.LM_PERSON_ID ,A.LM_PRG_REG_ID ,A.LM_PRG_ID ,B.LM_NAME_DISPLAY ,A.LM_PRG_STTS ,A.LM_ENRL_DT ,A.LM_COMPL_DT , A.LM_CERT_EFFDT FROM PS_LM_PRG_REG_VW A ,PS_LM_PERS_DTL_VW B WHERE A.LM_PERSON_ID = B.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_PRG_ID | Number(10,0) | DECIMAL(10) NOT NULL | Program ID is a unique identifier for curriculum and certification Programs. |
4 | LM_NAME_DISPLAY | Character(50) | VARCHAR2(50) NOT NULL | Name Display field |
5 | 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 |
6 | LM_ENRL_DT | Date(10) | DATE | Enrollment/Registration Date |
7 | LM_COMPL_DT | Date(10) | DATE | The date on which this Enrollment was marked Completed / InComplete |
8 | LM_CERT_EFFDT | Date(10) | DATE | Current Certification Date |