LM_DMTH_TYP_LIS

(SQL View)
Index Back

Delivery Method Type Table

This table stores the different delivery method types available: ILT, SPL and AdHoc

SELECT A.LM_DMTHD_TYPE_ID , A.LM_DM_LONG_NM , A.LM_DM_SHRT_NM FROM PS_LM_DMTH_TYP_TBL A

  • Related Language Record: LM_DMTY_LIS_LNG
  • # 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_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