STOR_L3_PHY_VW3(SQL View) |
Index Back |
---|---|
Storage Lev 3 Phys Prompt - Vw |
SELECT DISTINCT business_unit , inv_item_id , storage_area , stor_level_1 , stor_level_2 , stor_level_3 FROM ps_physical_inv WHERE (avail_status = '1' OR avail_status = '2') AND EXISTS ( SELECT 'x' FROM PS_STOR_LOC_INV WHERE ps_physical_inv.business_unit = PS_STOR_LOC_INV.business_unit AND ps_physical_inv.storage_area = PS_STOR_LOC_INV.storage_area AND ps_physical_inv.stor_level_1 = PS_STOR_LOC_INV.stor_level_1 AND ps_physical_inv.stor_level_2 = PS_STOR_LOC_INV.stor_level_2 AND ps_physical_inv.stor_level_3 = PS_STOR_LOC_INV.stor_level_3) |
# | 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(18) | VARCHAR2(18) NOT NULL | Item ID | |
3 | Character(5) | VARCHAR2(5) NOT NULL |
Storage Area
Prompt Table: STOR_LOC_INV |
|
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 |