STOR_AR_PHY_VW2(SQL View) |
Index Back |
---|---|
Storage Area Phys Prompt ViewThis view is used for prompting storage locations within Feedback when negatives are allowed. |
SELECT DISTINCT business_unit , inv_item_id , storage_area 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) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: STOR_LOC_INV |
2 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
3 | STORAGE_AREA | Character(5) | VARCHAR2(5) NOT NULL |
Storage Area
Prompt Table: STOR_LOC_INV |