SF_ISS_L3_VW(SQL View) |
Index Back |
---|---|
SF Issue Storage Level 3 View |
select distinct business_unit, pick_batch_id, to_storage_area, to_stor_level_1, to_stor_level_2, to_stor_level_3 from PS_SF_ISS_TRANSFER where to_storage_area <> ' ' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
2 | Number(10,0) | DECIMAL(10) NOT NULL | Pick Batch ID | |
3 | Character(5) | VARCHAR2(5) NOT NULL | Storage Area | |
4 | Character(4) | VARCHAR2(4) NOT NULL | Storage Level 1 | |
5 | Character(4) | VARCHAR2(4) NOT NULL | Storage Level 2 | |
6 | Character(4) | VARCHAR2(4) NOT NULL | Storage Level 3 |