LM_EQPFCLTY_LVW(SQL View) |
Index Back |
|---|---|
Equipment Facility Location VWReturns a piece of equipment and the facility at which it is associated. Equipment can be associted with only one facility. |
| SELECT A.LM_EQP_ID ,B.LANGUAGE_CD ,B.LM_FCLTY ,B.LM_FCLTY_SHORT FROM PS_LM_FCLTY_EQP A ,PS_LM_FCLTTBL_LANG 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 | Equipment ID | |
| 2 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 3 | LM_FCLTY | Character(50) | VARCHAR2(50) NOT NULL | Facility Description |
| 4 | LM_FCLTY_SHORT | Character(10) | VARCHAR2(10) NOT NULL | Facility Short Description |