CM_TRN_DBUI_VW

(SQL View)
Index Back

Transfer Price Dest BU Item

View to get the destination BU / Item ID

SELECT A.BUSINESS_UNIT , A.INV_ITEM_ID FROM PS_BU_ITEMS_INV A WHERE (A.ITM_STATUS_CURRENT = '1' OR A.ITM_STATUS_CURRENT = '3') AND A.INVENTORY_ITEM = 'Y'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 DESTIN_BU Character(5) VARCHAR2(5) NOT NULL Destination Unit
2 INV_ITEM_ID Character(18) VARCHAR2(18) NOT NULL Item ID