LM_PRG_SCN(SQL Table) |
Index Back |
---|---|
Program SectionProgram Section |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_PRG_ID | Number(10,0) | DECIMAL(10) NOT NULL | Program ID is a unique identifier for curriculum and certification Programs. |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: LM_PRG.EFFDT |
3 | LM_SCN_ID | Number(10,0) | DECIMAL(10) NOT NULL |
Section ID
Default Value: 0 |
4 | LM_SCN | Character(100) | VARCHAR2(100) NOT NULL | Section Name |
5 | LM_ORDER | Number(4,0) | SMALLINT NOT NULL | Order of Completion |
6 | LM_SCN_ITEMS_REQ | Number(3,0) | SMALLINT NOT NULL | Section Items Required |
7 | LM_CEU_TOT | Number(13,2) | DECIMAL(12,2) NOT NULL | Total Continuing Education Units |
8 | LM_SCN_INST | Character(254) | VARCHAR2(254) NOT NULL | Section Instructions |
9 | LM_EXPR_DT | Date(10) | DATE | Certification Expiration Date is a fixed, preset date when the certification will expire. |
10 | LM_EXPR_DAYS | Number(5,0) | INTEGER NOT NULL | This is a validity period used for notifying the learner. This is what is shown to the learner as the number of days that the Certificate is valid for. |
11 | LM_GRACE_PD_DAYS | Number(3,0) | SMALLINT NOT NULL | This is the number of days after expiration, that the actual expiration takes effect. |
12 | LM_EXPR_WRN_DAYS | Number(3,0) | SMALLINT NOT NULL | The expiration warning period is the number of days before certification or before re-certification expiration, in which a reminder notification is sent to the learner. |
13 | LM_RECERT_WRN_DAYS | Number(3,0) | SMALLINT NOT NULL | The recertification warning period is the number of days before re-certification expiration, in which a reminder notification is sent to the learner. |
14 | LM_RECERT_PD_DAYS | Number(5,0) | INTEGER NOT NULL | The re-certification period is the number of days after certification actually expires, within which the learner must complete the official re-certification path/program to reinstate certification status. |
15 | LM_ENFORCE_ORDER | Character(1) | VARCHAR2(1) NOT NULL |
Enforce
Y/N Table Edit |
16 | LM_ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | Datetime Added |
17 | LM_ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Added By |
18 | LM_ROW_MAINT_DTTM | DateTime(26) | TIMESTAMP | Row Maintainted DateTime |
19 | LM_ROW_MAINT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Maintained Oprid |