LM_LC(SQL Table) |
Index Back |
---|---|
Learning ComponentActivity Learning Components |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_ACT_ID | Number(10,0) | DECIMAL(10) NOT NULL | Activity ID |
2 | LM_LC_ID | Number(10,0) | DECIMAL(10) NOT NULL | Learning Component ID - Blended Learning |
3 | LM_LC_DESCR | Long Character | CLOB | Learning Component Description |
4 | LM_LC_LONG_NM | Character(200) | VARCHAR2(200) NOT NULL | Learning Component Long Name |
5 | LM_LC_SHRT_NM | Character(10) | VARCHAR2(10) NOT NULL | Learning Component Short Name |
6 | LM_LC_NOTES | Character(254) | VARCHAR2(254) NOT NULL | Learning Component Notes |
7 | LM_LC_TYPE_ID | Number(10,0) | DECIMAL(10) NOT NULL | Learning Component Type ID |
8 | LM_TMPL_ID | Number(15,0) | DECIMAL(15) NOT NULL |
Template ID
Prompt Table: LM_TMPL_SRCH |
9 | LM_PASS_PCT | Number(3,0) | SMALLINT NOT NULL | this is to store the passing% to be used for compliant courses |
10 | LM_PASS_REQD | Character(1) | VARCHAR2(1) NOT NULL |
Passing Required
Y/N Table Edit Default Value: Y |
11 | LM_SCORE | Character(30) | VARCHAR2(30) NOT NULL | Score for this Enrollment. Score will be passed by Content Vendor. |
12 | LM_OBSRV_HOLIDAYS | Character(1) | VARCHAR2(1) NOT NULL |
Observe Holidays
Y/N Table Edit Default Value: Y |
13 | LM_BAS_LC_TYPE | Character(3) | VARCHAR2(3) NOT NULL |
Base Learning Component Type
10=Web-based 20=Sessions 30=Webcast 40=Assignment 50=Test 60=Survey |
14 | LM_CMPLNCE | Character(3) | VARCHAR2(3) NOT NULL |
Compliance - This field is used to comply with the Scorm and AICC regulations.
10=None 20=AICC-API 30=AICC-HACP 40=SCORM11 50=SCORM12 60=SCORM2004 Default Value: 10 |
15 | LM_DURN_DAYS | Number(4,0) | SMALLINT NOT NULL | Length of Activity in Days |
16 | LM_DURN_HRS | Number(3,0) | SMALLINT NOT NULL | Duration - Hours |
17 | LM_DURN_MINS | Number(3,0) | SMALLINT NOT NULL | Duration - Minutes |
18 | LM_LAUNCH_URL | Long Character(2000) | VARCHAR2(2000) | URL or File path - Holds the URL or File Path name for an activity. |
19 | LM_INTERNAL | Character(1) | VARCHAR2(1) NOT NULL |
Internal Survey
Y/N Table Edit Default Value: N |
20 | LM_SURVEY_ID | Character(10) | VARCHAR2(10) NOT NULL |
The SURVEY_ID is the unique identifier for a Survey definition.
Prompt Table: LM_SURVEY_DEFN |
21 | LM_PRVD_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
Indicates the provider type such as Department or Vendor.
10=Department 20=Vendor |
22 | LM_PRVD_ID | Number(15,0) | DECIMAL(15) NOT NULL |
Provider identifier.
Prompt Table: %EDITTABLE |
23 | LM_SCO12_NAV_OPT | Character(1) | VARCHAR2(1) NOT NULL |
Hide Navigation Controls
N=No Y=Yes Default Value: N |
24 | LM_SCO_NUMB_OPT | Character(1) | VARCHAR2(1) NOT NULL |
Show Numbering
N=No Y=Yes Default Value: N |
25 | LM_SG_NAME | Character(30) | VARCHAR2(30) NOT NULL |
Storage Group Name
Prompt Table: %EDITTABLE2 |
26 | LM_HIDE_PROG_BAR | Character(1) | VARCHAR2(1) NOT NULL |
Hide Progress bar
Y/N Table Edit Default Value: N |
27 | LM_ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | Datetime Added |
28 | LM_ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Added By |
29 | LM_ROW_MAINT_DTTM | DateTime(26) | TIMESTAMP | Row Maintainted DateTime |
30 | LM_ROW_MAINT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Maintained Oprid |