CE_CSTCOPY2_LVW

(SQL View)
Index Back

Copy Costs Item RL View

RS 2/13/98 : Created as a rel language view for CE_CST_COPY2_VW 05/26/99 ej CN#CM800-4.0 Changed to incorporate item attribute at Business Unit level.

SELECT a.business_unit , a.inv_item_id , e.language_cd , e.descr FROM ps_bu_items_inv a , PS_MASTER_ITEM_TBL b , ps_set_cntrl_rec c , ps_master_itm_lang e WHERE a.business_unit = c.setcntrlvalue AND c.recname = 'MASTER_ITEM_TBL' AND b.setid = c.setid AND e.setid = c.setid AND a.inventory_item = 'Y' AND a.inv_item_id = b.inv_item_id AND a.inv_item_id = e.inv_item_id AND a.mfg_costed_flag = 'Y' AND a.itm_status_current IN ('1', '2', '3') AND (a.non_own_flag = 'N' OR a.consigned_flag = 'Y')

  • Related Language Record for CE_CST_COPY2_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUSINESS_UNIT_TO Character(5) VARCHAR2(5) NOT NULL 04/10/00 SCC (Internet Architecture): Add label BUSINESS_UNIT
    2 TO_ITEM_ID Character(18) VARCHAR2(18) NOT NULL 04/10/00 SCC (Internet Architecture): Add label ITEM_ID
    3 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description