LM_DMTHD_SL_LST(SQL View) |
Index Back |
---|---|
Delivery Method Select ViewBrowse Catalog - Delivery Method Select View |
SELECT DMTYP.LM_DMTHD_TYPE_ID , DMTYP.LM_DM_SHRT_NM , DMTYP.LM_DM_LONG_NM ,DM.LM_CI_ID FROM PS_LM_DMTHD_TBL DM , PS_LM_DMTH_TYP_TBL DMTYP WHERE DM.LM_DMTHD_TYPE_ID = DMTYP.LM_DMTHD_TYPE_ID AND DM.LM_DM_STATUS = '10' AND %CurrentDateIn BETWEEN DM.EFFDT AND DM.LM_END_EFFDT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_DMTHD_TYPE_ID | Number(10,0) | DECIMAL(10) NOT NULL | Delivery Method Type ID - This is a unique identifier for each delivery method type |
2 | LM_DM_SHRT_NM | Character(10) | VARCHAR2(10) NOT NULL | Short Name - Short Name of a Delivery Method Type |
3 | LM_DM_LONG_NM | Character(200) | VARCHAR2(200) NOT NULL | Long Name - the long name of a Delivery Method Type |
4 | LM_CI_ID | Number(10,0) | DECIMAL(10) NOT NULL | Catalog Item ID - System Generated ID Number associated with each Catalog Item |