ITM_NON_INV_VW(SQL View) |
Index Back |
---|---|
Item Non-Inventory ViewThis record will only recover those items which are to be used for planning purposes. The Invetory Item field must be equal to N for the item to be a planning item. 5/28/99 RT : Modified for Item Attribute Modifications |
SELECT a.business_unit , b.inv_item_id , b.descr FROM PS_MASTER_ITEM_TBL b , ps_bu_items_inv a WHERE b.inv_item_id = a.inv_item_id AND a.itm_status_current IN ('1','2','3') AND a.source_code = '6' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |