LM_CATG_SRCH(SQL View) |
Index Back |
---|---|
Category Search RecordUsed as the search record for the Category Component |
SELECT LM_CATG_ID , LM_CS_LONG_NM , LM_CS_SHRT_NM , LM_CS_STATUS FROM PS_LM_CATG_TBL |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_CATG_ID | Number(10,0) | DECIMAL(10) NOT NULL | Category ID - System generated number used to uniquely identify a Category. |
2 | LM_CS_LONG_NM | Character(200) | VARCHAR2(200) NOT NULL | Long Name - Describes the long name of an object |
3 | LM_CS_SHRT_NM | Character(10) | VARCHAR2(10) NOT NULL | Short Name - Describes the short name of an object |
4 | LM_CS_STATUS | Character(3) | VARCHAR2(3) NOT NULL |
Status - Indicates whether an item is active or inactive
10=Active 20=Inactive |