LM_CI_DMTH_VW(SQL View) |
Index Back |
---|---|
Delivery Method Type ViewThis view shows delivery method types associated with their long name |
SELECT A.LM_DMTHD_TYPE_ID , A.LM_DM_LONG_NM FROM PS_LM_DMTH_TYP_TBL A |
# | 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
Default Value: 0 Prompt Table: LM_DMTH_TYP_LIS |
2 | LM_DM_LONG_NM | Character(200) | VARCHAR2(200) NOT NULL |
Long Name - the long name of a Delivery Method Type
Prompt Table: LM_DMTH_TYP_LIS |