LM_EQP_FCLTY_VW(SQL View) |
Index Back |
|---|---|
Equipment Facility Location VWReturns a piece of equipment and the facility at which it is associated. Equipment can be associated with only one facility. |
| SELECT A.LM_EQP_ID ,A.LM_FCLTY_ID ,B.LM_FCLTY ,B.LM_FCLTY_SHORT FROM PS_LM_FCLTY_EQP 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 | Equipment 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 |