SF_PHYINAREA_VW(SQL View) |
Index Back |
---|---|
Physical Inv Area Prompt VW |
select distinct a.business_unit ,a.inv_lot_id ,a.inv_item_id ,a.storage_area from ps_physical_inv a, PS_STOR_LOC_INV b where a.business_unit = b.business_unit and a.storage_area = b.storage_area and a.qty - a.qty_reserved > 0 and a.container_id = ' ' and (a.avail_status = '1' or a.avail_status = '2') and b.suspend_flg = 'N' and b.phys_cyc_inv_flg = 'N' and b.non_own_flag = 'N' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | INV_LOT_ID | Character(15) | VARCHAR2(15) NOT NULL | Lot ID |
3 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
4 | STORAGE_AREA | Character(5) | VARCHAR2(5) NOT NULL | Storage Area |