LM_ACT_FCL_UNVW(SQL View) |
Index Back |
|---|---|
Facilities for ActivityFacilities for Activity- For unique locations. Used in Mobile Learning Course Details page |
| SELECT DISTINCT A.LM_ACT_ID , A.LM_FCLTY_ID , B.LM_FCLTY , B.LM_FCLTY_SHORT , A.LM_ROOM_ID , B.CITY , B.STATE , B.COUNTRY FROM PS_LM_SES A , PS_LM_FCLTY_TBL B WHERE A.LM_FCLTY_ID = B.LM_FCLTY_ID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(10,0) | DECIMAL(10) NOT NULL | Activity ID | |
| 2 | LM_FCLTY_ID | Number(10,0) | DECIMAL(10) NOT NULL | Facility ID |
| 3 | LM_FCLTY | Character(50) | VARCHAR2(50) NOT NULL | Facility Description |
| 4 | LM_FCLTY_SHORT | Character(10) | VARCHAR2(10) NOT NULL | Facility Short Description |
| 5 | LM_ROOM_ID | Number(10,0) | DECIMAL(10) NOT NULL | Room ID |
| 6 | CITY | Character(30) | VARCHAR2(30) NOT NULL | City |
| 7 | STATE | Character(6) | VARCHAR2(6) NOT NULL | State |
| 8 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |