MG_NST1_LEV4_VW(SQL View) |
Index Back |
---|---|
"to" storage area record10/18/99 whs - this record mirrors MG_NSTR_LEV4_VW, but has the "to" stripped off. MODIFICATIONS TO MG_NSTR_LEV4_VW MUST BE MADE HERE ALSO! |
SELECT DISTINCT business_unit , storage_area , stor_level_1 , stor_level_2 , stor_level_3 , stor_level_4 FROM PS_STOR_LOC_INV WHERE non_own_flag = 'Y' AND wip_loc_flg = 'Y' AND delete_storloc_flg = 'N' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: STOR_LOC_INV |
|
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 |