LM_CI_TBL(SQL Table) |
Index Back |
---|---|
Catalog Item TableThis table contains general course information.Including information on course classification and a detailed description and abstract. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_CI_ID | Number(10,0) | DECIMAL(10) NOT NULL | Catalog Item ID - System Generated ID Number associated with each Catalog Item |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | LM_END_EFFDT | Date(10) | DATE | The end effective date, automatically maintained, there's a doc on how this works, so read it |
4 | LM_CI_STATUS | Character(3) | VARCHAR2(3) NOT NULL |
Catalog Item Status - A drop down list with values indicating the current status of the learning activity.
10=Active 20=Inactive 40=Pending Default Value: 10 |
5 | LM_CS_LONG_NM | Character(200) | VARCHAR2(200) NOT NULL | Long Name - Describes the long name of an object |
6 | LM_CS_SHRT_NM | Character(10) | VARCHAR2(10) NOT NULL | Short Name - Describes the short name of an object |
7 | LM_CS_DESCR | Character(254) | VARCHAR2(254) NOT NULL | Description - Describes an object with further detail |
8 | LM_CI_ABST | Long Character | CLOB | Catalog Item Abstract - In addition to the description this field allows for a very long text field for an abstract of the learning activity. |
9 | LM_CRSE_CODE | Character(30) | VARCHAR2(30) NOT NULL | Course Code - User defined Code |
10 | LM_APRVL_TYPE_REQ | Character(30) | VARCHAR2(30) NOT NULL |
Specifies the approval type required to take a given course, refer to the translate values
10=None 20=Standard Default Value: NONE Prompt Table: LM_ACT_PRCSD_VW |
11 | LM_EXTRNL_OFRNG | Character(3) | VARCHAR2(3) NOT NULL |
Internal/External Offering - A checkbox allowing the user to select whether the course is Internal or External.
10=Internal 20=External Default Value: 10 |
12 | LM_APRVL_REQ_EXT | Character(3) | VARCHAR2(3) NOT NULL |
Enrollment Admin Approval Required for Non-Employees
10=None 40=Learning Admin 60=Payment Default Value: 10 |
13 | LM_EXTRNL_ID | Number(10,0) | DECIMAL(10) NOT NULL | External ID - This field comes in from an external vendor and/or user and is user defined |
14 | LM_EXTRNL_INFO | Character(30) | VARCHAR2(30) NOT NULL | External Information - This field is populated by external user/vendor and is user defined. |
15 | LM_VENDOR_ID | Number(15,0) | DECIMAL(15) NOT NULL |
Vendor ID
Prompt Table: LM_VENDORID_VW |
16 | LM_VNDR_CRSE_CD | Character(30) | VARCHAR2(30) NOT NULL | Vendor Course Code - This is a user defined Code. |
17 | LM_OWNER_ID | Number(15,0) | DECIMAL(15) NOT NULL |
Owner ID
Prompt Table: LM_OWNERID_VW |
18 | LM_VENDOR_PROD_ID | Number(15,0) | DECIMAL(15) NOT NULL |
Vendor Product ID
Prompt Table: LM_VENDOR_PROD |
19 | LM_DIFELIGIBLE_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Eligible to DIF
Y/N Table Edit Default Value: N |
20 | LM_TRAINING_CLASS | Character(10) | VARCHAR2(10) NOT NULL |
Training Class
Default Value: 9 Prompt Table: LM_TCLASS_VW |
21 | LM_ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | Datetime Added |
22 | LM_ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Added By |
23 | LM_ROW_MAINT_DTTM | DateTime(26) | TIMESTAMP | Row Maintainted DateTime |
24 | LM_ROW_MAINT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Maintained Oprid |
25 | LM_ENABLE_LRQ | Character(1) | VARCHAR2(1) NOT NULL |
New Field. Uppercase. Indicates whether learning requests are active (at various configuration levels).
Y/N Table Edit |
26 | LM_LRQ_THRESHOLD | Number(10,0) | DECIMAL(10) NOT NULL | New field. Stores the threshold number of learning requests at which point an administrator should be notified of the pending requests. |
27 | LM_LRQ_TOT | Number(10,0) | DECIMAL(10) NOT NULL | Learing Request Total |
28 | LM_FLAT_COST | Number(19,3) | DECIMAL(18,3) NOT NULL | Flat cost |
29 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL |
Currency Code
Prompt Table: CURRENCY_CD_TBL |