LM_ML_RGSTN_STG(SQL Table) |
Index Back |
---|---|
Mandatory Learning StagingThis is a staging table used in Application Engine process to enroll learners into mandatory learning |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
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_ML_SEL | Character(1) | VARCHAR2(1) NOT NULL |
Selection Criteria
G=Learner Group L=Learner |
6 | LM_HST_CRD_ALLOW | Character(1) | VARCHAR2(1) NOT NULL |
Allow historical credit
Y/N Table Edit |
7 | LM_HIST_CRD_PRD | Number(3,0) | SMALLINT NOT NULL | Historical credit period days |
8 | LM_DUE_DT_MTHD | Character(2) | VARCHAR2(2) NOT NULL |
Due date method
DT=Date LP=Learning Period |
9 | LM_DUE_DATE | Date(10) | DATE | Due Date |
10 | PROCESSED_FLAG | Character(1) | VARCHAR2(1) NOT NULL | Used for Leave Donations Batch Process to indicate whether to process a request or not. |
11 | LM_ML_ENRL_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Mandatory Learning Enrollment status
N=No Y=Yes |
12 | 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. |
13 | LM_ML_DESCR | Character(254) | VARCHAR2(254) NOT NULL | Enrollment comments |
14 | LM_ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | Datetime Added |
15 | LM_ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Added By |