MG_OWIPT1_L4_VW(SQL View) |
Index Back |
---|---|
WIP Lev 4 Copy Prompt - View05/09/00 HK Created. This view is exactly the same as MG_OWIPTO_l4_VW. The only difference is that this one has BUSINESS_UNIT instead of BUSINESS_UNIT_TO |
select distinct business_unit, storage_area, stor_level_1, stor_level_2, stor_level_3, stor_level_4 from PS_STOR_LOC_INV where wip_loc_flg = 'Y' and non_own_flag = 'N' and delete_storloc_flg = 'N' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
2 | Character(5) | VARCHAR2(5) NOT NULL |
Storage Area
Prompt Table: STOR_LOC_INV |
|
3 | Character(4) | VARCHAR2(4) NOT NULL | Storage Level 1 | |
4 | Character(4) | VARCHAR2(4) NOT NULL | Storage Level 2 | |
5 | Character(4) | VARCHAR2(4) NOT NULL | Storage Level 3 | |
6 | Character(4) | VARCHAR2(4) NOT NULL | Storage Level 4 |