LM_PRG_LRN_VW(SQL View) |
Index Back |
---|---|
Program Enrollment ViewProgram Enrollment View |
SELECT A.LM_PRG_ID , D.LM_PRG_LONG_NM , 'Program' , A.LM_PRG_STTS , B.XLATLONGNAME ,A.LM_INITIATED_DT , A.LM_ENRL_DT , A.LM_COMPL_DT , %DatePart(A.LM_ROW_ADDED_DTTM) ,A.LM_DP_DT , A.LM_REQUESTOR_ID , A.LM_PERSON_ID , C.LM_NAME_DISPLAY , A.LM_TARGET_CMPL_DT , A.LM_PRG_REG_ID FROM PS_LM_PRG_REG_VW A , XLATTABLE_VW B , PS_LM_PERSON_NAME C , PS_LM_PRG_VW D WHERE B.FIELDNAME = 'LM_PRG_STTS' AND B.FIELDVALUE = A.LM_PRG_STTS AND D.LM_PRG_ID = A.LM_PRG_ID AND %CurrentDateIn BETWEEN D.EFFDT AND D.LM_END_EFFDT AND C.LM_PERSON_ID = A.LM_REQUESTOR_ID AND C.LM_DISPLAY_FLAG = 'Y' AND %CurrentDateIn BETWEEN C.EFFDT AND C.LM_END_EFFDT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Number(10,0) | DECIMAL(10) NOT NULL | Learning Id | |
2 | LM_PER_TRN_NM | Character(254) | VARCHAR2(254) NOT NULL | Personal Training Name. This field is used in case of Adhoc training. This field will carry the name of the Course / Catalog Item the person took training. |
3 | LM_LRN_TYPE_DESC | Character(15) | VARCHAR2(15) NOT NULL | Type |
4 | LM_STTS | Character(4) | VARCHAR2(4) NOT NULL |
Enrollment Status
CANC=Dropped COMP=Completed DECL=Denied ENRL=Enrolled INCO=Not Completed INPO=In-Progress MACT=Moved to New Activity NOTS=Not Started PEAP=Pending Approval PEPA=Pending Payment PLAN=Planned PPYA=Payment Approval RQST=Learning Request WAIV=Waived WTLT=Waitlisted |
5 | XLATLONGNAME | Character(30) | VARCHAR2(30) NOT NULL | Translate Long Name |
6 | LM_INITIATED_DT | Date(10) | DATE | The date on which the course was launched by the student. This applies only for WBT. |
7 | LM_ENRL_DT | Date(10) | DATE | Enrollment/Registration Date |
8 | LM_COMPL_DT | Date(10) | DATE | The date on which this Enrollment was marked Completed / InComplete |
9 | LM_DATE_ACKNWLDG | Date(10) | DATE | Date Acknowledged |
10 | LM_DP_DT | Date(10) | DATE | Drop Date |
11 | LM_REQUESTOR_ID | Number(15,0) | DECIMAL(15) NOT NULL | Requestor |
12 | LM_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | ELM Person ID |
13 | LM_NAME_DISPLAY | Character(50) | VARCHAR2(50) NOT NULL | Name Display field |
14 | 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. |
15 | LM_CONFIRM_ID | Number(10,0) | DECIMAL(10) NOT NULL | Confirmation ID for Activity , Program , Adhoc |