LM_PRGREG_MG_VW

(SQL View)
Index Back

Manager Program Registration

Manager Program Registration

SELECT B.OPRID , B.LM_MANAGER_ID , A.LM_PERSON_ID , A.LM_PRG_REG_ID , C.FIRST_NAME , C.LAST_NAME , A.LM_PRG_ID , D.LM_PRG_LONG_NM , D.LM_PRG_TYPE , A.LM_TYPE , A.LM_PRG_STTS , A.LM_ENRL_DT , A.LM_COMPL_DT , A.LM_TARGET_CMPL_DT , A.LM_DP_DT , A.LM_CEU , C.LM_NAME_DISPLAY , A.LM_CERT_EFFDT , A.LM_INITIATED_DT , A.LM_STTS_CHANGE_DT , A.LM_MAND_ENRL_FLG FROM PS_LM_PRG_REG_VW A , PS_LM_MGR_SRCH_VW B , PS_LM_PERS_NAME_VW C , PS_LM_PRG D WHERE B.LM_PERSON_ID = A.LM_PERSON_ID AND A.LM_PERSON_ID = C.LM_PERSON_ID AND A.LM_PRG_ID = D.LM_PRG_ID AND A.LM_ENRL_DT BETWEEN D.EFFDT AND D.LM_END_EFFDT AND C.LM_ACTIVE = 'Y'

  • Related Language Record: LM_PRGREG_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
    2 LM_MANAGER_ID Number(15,0) DECIMAL(15) NOT NULL Manager ID
    3 LM_PERSON_ID Number(15,0) DECIMAL(15) NOT NULL ELM Person ID
    4 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.
    5 FIRST_NAME Character(30) VARCHAR2(30) NOT NULL First Name field
    6 LAST_NAME Character(30) VARCHAR2(30) NOT NULL Last Name Field
    7 LM_PRG_ID Number(10,0) DECIMAL(10) NOT NULL Program ID is a unique identifier for curriculum and certification Programs.
    8 LM_PRG_LONG_NM Character(200) VARCHAR2(200) NOT NULL Program Long Name
    9 LM_PRG_TYPE Character(2) VARCHAR2(2) NOT NULL Program Type
    CE=Certification
    CU=Curriculum
    10 LM_TYPE Character(4) VARCHAR2(4) NOT NULL Type of the Enrollment. This field for now will have only one value STDD
    ADHC=Adhoc
    PLAN=Planned
    RSRV=Reserved
    STDD=Standard
    11 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
    12 LM_ENRL_DT Date(10) DATE Enrollment/Registration Date
    13 LM_COMPL_DT Date(10) DATE The date on which this Enrollment was marked Completed / InComplete
    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_DP_DT Date(10) DATE Drop Date
    16 LM_CEU Number(8,2) DECIMAL(7,2) NOT NULL Continuing Education Units
    17 LM_NAME_DISPLAY Character(50) VARCHAR2(50) NOT NULL Name Display field
    18 LM_CERT_EFFDT Date(10) DATE Current Certification Date
    19 LM_INITIATED_DT Date(10) DATE The date on which the course was launched by the student. This applies only for WBT.
    20 LM_STTS_CHANGE_DT Date(10) DATE Status Chage Date
    21 LM_MAND_ENRL_FLG Character(1) VARCHAR2(1) NOT NULL Mandatory Learning Flag