BU_ITEMS_SERIAL

(SQL View)
Index Back

Bu Item Inv VW for Auto Serial


select a.business_unit, a.inv_item_id from ps_bu_items_inv a, PS_MASTER_ITEM_TBL b, ps_set_cntrl_rec c where a.business_unit=c.setcntrlvalue and a.inv_item_id=b.inv_item_id and a.itm_status_current <> '5' and a.itm_status_current <> '6' and a.itm_status_current <> '7' and b.setid=c.setid and c.recname='MASTER_ITEM_TBL' and b.serial_control='Y'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

Prompt Table: SP_BUIN_NONVW

2 INV_ITEM_ID Character(18) VARCHAR2(18) NOT NULL Item ID

Prompt Table: MASTER_ITEM_SER