LM_FCLTY_UI_VW(SQL View) |
Index Back |
|---|---|
Facility ViewFacility View ICE resolution 869888 08/02/2011 Altered the view sql to retrieve all the facilities |
| SELECT DISTINCT LM_FCLTY_ID , LM_FCLTY , CITY , COUNTRY , STATE FROM PS_LM_FCLTY_VW |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(10,0) | DECIMAL(10) NOT NULL | Facility ID | |
| 2 | LM_FCLTY | Character(50) | VARCHAR2(50) NOT NULL | Facility Description |
| 3 | CITY | Character(30) | VARCHAR2(30) NOT NULL | City |
| 4 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |
| 5 | STATE | Character(6) | VARCHAR2(6) NOT NULL | State |