| LM_DMTH_TYP_TBL(SQL Table) | Index Back | 
|---|---|
| Delivery Method Type TableThis table stores the different delivery method types available: ILT, SPL and AdHoc | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Number(10,0) | DECIMAL(10) NOT NULL | Delivery Method Type ID - This is a unique identifier for each delivery method type Default Value: 0 | |
| 2 | LM_DM_LONG_NM | Character(200) | VARCHAR2(200) NOT NULL | Long Name - the long name of a Delivery Method Type | 
| 3 | LM_DM_SHRT_NM | Character(10) | VARCHAR2(10) NOT NULL | Short Name - Short Name of a Delivery Method Type | 
| 4 | LM_DM_DESCR | Character(254) | VARCHAR2(254) NOT NULL | Description - Describes a Delivery method type with further detail | 
| 5 | LM_AUTO_LAUNCH | Character(1) | VARCHAR2(1) NOT NULL | One-Step Launch and Enroll Y/N Table Edit Default Value: N | 
| 6 | LM_PRG_AUTO_ENROLL | Character(1) | VARCHAR2(1) NOT NULL | Program Auto Enrollment N=No Y=Yes Y/N Table Edit Default Value: N | 
| 7 | LM_ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | Datetime Added | 
| 8 | LM_ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Added By | 
| 9 | LM_ROW_MAINT_DTTM | DateTime(26) | TIMESTAMP | Row Maintainted DateTime | 
| 10 | LM_ROW_MAINT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Maintained Oprid |