MG_ITEMOWNM_LVW

(SQL View)
Index Back

MG Std Cost owned App Make Vw

06/14/99 LAJ CN#EN800-6.0 : Cloned from mg_itemown1_lvw, but only allows Make items...Used for co-product outputs.

select a.business_unit, e.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 e.inv_item_id = b.inv_item_id and a.staged_date_flag='N' and a.source_code = '1' 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 MG_ITEM_OWNM_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

    Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT

    Prompt Table: BUS_UNIT_TBL_IN

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

    Prompt Table: MST_ITM_PRPT_VW

    3 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description