RECV_STOR_AR_VW(SQL View) |
Index Back |
---|---|
Storage Area Prompting - View |
select distinct business_unit, storage_area, descr, descrshort, st_level_display from PS_STOR_AREA_INV where delete_storloc_flg = 'N' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT_IN | Character(5) | VARCHAR2(5) NOT NULL | Inventory Unit |
2 | STORAGE_AREA | Character(5) | VARCHAR2(5) NOT NULL | Storage Area |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
5 | ST_LEVEL_DISPLAY | Character(1) | VARCHAR2(1) NOT NULL |
Storage Level Display
0=No Levels 1=One Level 2=Two Levels 3=Three Levels 4=Four Levels |