MG_ITEM_OWN_VW

(SQL View)
Index Back

MG Std Cost owned App Item Vw

9/10/97 ebn CN#EN750-1.0 : Added Reference Routing Item for Master Routing Enhancement 2/5/98 rs added rel language view 2/16/98 RS : RL View Type OTH C1 06/02/99 lee CN#MG800-4.0 Item Attributes @ BU, get data from bu_items_inv vs inv_items. 07/06/99 RT CN#MG800-4.0 Changed prompt table for inv_item_id

select a.business_unit, a.inv_item_id, a.ref_routing_item, b.descr from ps_bu_items_inv a, PS_MASTER_ITEM_TBL b, ps_set_cntrl_rec c where a.business_unit = c.setcntrlvalue and c.recname = 'MASTER_ITEM_TBL' and b.setid = c.setid and a.inventory_item = 'Y' and a.inv_item_id = b.inv_item_id and a.staged_date_flag='N' 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: MG_ITEM_OWN_LVW
  • # 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: BU_ITM_INV_VW

    3 REF_ROUTING_ITEM Character(18) VARCHAR2(18) NOT NULL Reference Routing Item
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description