ITM_NINV_LNG_VW

(SQL View)
Index Back

Item Non-Inventory rellang

This 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.

SELECT b.inv_item_id , l.language_cd , l.descr FROM PS_MASTER_ITEM_TBL b , ps_master_itm_lang l WHERE l.setid = b.setid AND l.inv_item_id = b.inv_item_id AND B.itm_status_current IN ('1','2','3','4') AND b.inventory_item = 'N'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 INV_ITEM_ID Character(18) VARCHAR2(18) NOT NULL Item ID
2 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
3 DESCR Character(30) VARCHAR2(30) NOT NULL Description