LM_ML_RGSTN_VW(SQL View) |
Index Back |
---|---|
EnrollmentEnrollment Record |
SELECT A.LM_PRG_REG_ID , A.LM_PRG_ID , A.LM_PERSON_ID , A.LM_LRNR_GROUP_ID , A.LM_PRG_STTS , A.LM_REQUESTOR_ID , A.LM_COMPL_DT , A.LM_TARGET_CMPL_DT , A.LM_EMPL_RCD , A.LM_MAND_ENRL_FLG FROM PS_LM_PRG_REG A WHERE A.LM_MAND_ENRL_FLG='Y' AND A.LM_PRG_REG_ID=( SELECT MAX(LM_PRG_REG_ID) FROM PS_LM_PRG_REG B WHERE A.LM_PERSON_ID=B.LM_PERSON_ID AND A.LM_PRG_ID=B.LM_PRG_ID ) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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. |
2 | LM_PRG_ID | Number(10,0) | DECIMAL(10) NOT NULL | Program ID is a unique identifier for curriculum and certification Programs. |
3 | LM_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | ELM Person ID |
4 | LM_LRNR_GROUP_ID | Number(15,0) | DECIMAL(15) NOT NULL | Learner Group ID - Business Role/ Student Group ID |
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_REQUESTOR_ID | Number(15,0) | DECIMAL(15) NOT NULL | Requestor |
7 | LM_COMPL_DT | Date(10) | DATE | The date on which this Enrollment was marked Completed / InComplete |
8 | LM_TARGET_CMPL_DT | Date(10) | DATE | The target date by which the student should complete the course. This field is only applicable for WBT activity and the Learning Period for the WBT activity is Enforced. If the Learning Period is not enforced, this field will hold no value. |
9 | LM_EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Record umber |
10 | LM_MAND_ENRL_FLG | Character(1) | VARCHAR2(1) NOT NULL | Mandatory Learning Flag |