SF_WIPLOC_L3_VW(SQL View) |
Index Back |
---|---|
Wip Location Level 3 VW06/12/97 MEG - CN# SF750-1.1 - Turned off the search key on all the fields, since it causes records for multiple business units to be listed when you do an F4 on storage_area, and because this view is not used as a search record. 02/01/1999 whs (CN#SF800-4.0) Do not allow viewing of storage area's marked for deletion. |
select distinct business_unit, storage_area, stor_level_1, stor_level_2, stor_level_3 from PS_STOR_LOC_INV where wip_loc_flg = 'Y' and delete_storloc_flg = 'N' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: STOR_LOC_INV |
2 | STORAGE_AREA | Character(5) | VARCHAR2(5) NOT NULL |
Storage Area
Prompt Table: STOR_LOC_INV |
3 | STOR_LEVEL_1 | Character(4) | VARCHAR2(4) NOT NULL | Storage Level 1 |
4 | STOR_LEVEL_2 | Character(4) | VARCHAR2(4) NOT NULL | Storage Level 2 |
5 | STOR_LEVEL_3 | Character(4) | VARCHAR2(4) NOT NULL | Storage Level 3 |