LM_ROOMTY_LANG(SQL Table) |
Index Back |
|---|---|
Room Type Setup TableDefine different types of rooms. Examples might include laboratory, stadium, auditorium, lecture hall, etc. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(10,0) | DECIMAL(10) NOT NULL | Room Type ID | |
| 2 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 3 | LM_ROOM_TYPE | Character(50) | VARCHAR2(50) NOT NULL | Room Type Description |
| 4 | LM_ROOM_TYPE_SHORT | Character(10) | VARCHAR2(10) NOT NULL | Room Type Short Description |