SF_ISS_ITEM_VW(SQL View) |
Index Back |
---|---|
SF Issue Assembly Item View |
select distinct a.business_unit, a.pick_batch_id, a.inv_item_id from PS_SF_ISS_TRANSFER a where a.inv_item_id > ' ' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | PICK_BATCH_ID | Number(10,0) | DECIMAL(10) NOT NULL | Pick Batch ID |
3 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |