MG_OWN_AREA_VW(SQL View) |
Index Back |
---|---|
Storage Area Owned ViewCN#IN750-2.0,eyz,11/20/97, only select locations which status is 1 or 2. |
select distinct business_unit, storage_area from PS_STOR_LOC_INV where non_own_flag = 'N' and (avail_status = '1' or avail_status = '2') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT_SRCH | Character(5) | VARCHAR2(5) NOT NULL | Business Unit for Search |
2 | STORAGE_AREA | Character(5) | VARCHAR2(5) NOT NULL |
Storage Area
Prompt Table: STOR_LOC_INV |