LM_LRNR_PROG_VW

(SQL View)
Index Back

Learner Enrl Objective View

Show enrolled Learner Objectives having Rating Model

SELECT A.LM_LRNR_OBJV_ID , A.LM_PERSON_ID , A.LM_PRG_REG_ID , A.LM_OBJV_ID , A.LM_OBJV_STATUS , A.LM_OBJV_ASSIGN_CD , A.LM_REVIEW_RATING , A.LM_OBJV_ASGN_DT FROM PS_LM_LRNR_OBJV A , PS_LM_OBJV_TBL B WHERE A.LM_OBJV_ID = B.LM_OBJV_ID

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 LM_LRNR_OBJV_ID Number(10,0) DECIMAL(10) NOT NULL Learner Objective ID. System Generated ID Number associated with each Learner Objective.
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.
4 LM_OBJV_ID Number(10,0) DECIMAL(10) NOT NULL Objective ID. System Generated ID Number associated with each Objective.
5 LM_OBJV_STATUS Character(2) VARCHAR2(2) NOT NULL Learner Objective status.
10=Needed
20=Planned
30=In-Progress
40=Met
6 LM_OBJV_ASSIGN_CD Character(3) VARCHAR2(3) NOT NULL Internal assignment of Objectives
ADH=Adhoc Assigned
CAT=Catalogue Assigned
EXT=External System
HPC=HR Person Comp Assigned
HRS=HR Assigned
JOB=Job Objectives Assigned
MAS=Mass Assigned
MGR=Manager Assigned
POS=Position Objectives Assigned
PRG=Program Assigned
SLF=Self Assigned
7 LM_REVIEW_RATING Character(1) VARCHAR2(1) NOT NULL REview points for Rating models from HRMS
8 LM_OBJV_ASGN_DT Date(10) DATE Objective Assign Date