EN_RTG_MST_VW

(SQL View)
Index Back

Master Routing Item View

2/8/99 CN# EN800-12.0 lee - Created for master routing where-used inquiry. 7/18/99 lee - added rtg_type 10/26/99 lee - added rtg_code. 10/26/00 lee - removed rtg_code bec the rtg code in the report is from bu_items_inv.

SELECT DISTINCT (a.business_unit) , a.ref_routing_item , d.rtg_type , d.rtg_state , b.descr60 FROM ps_bu_items_inv a , PS_MASTER_ITEM_TBL b , ps_set_cntrl_rec c , ps_en_rtg_header d WHERE c.recname='MASTER_ITEM_TBL' AND a.inv_item_id <> a.ref_routing_item AND a.ref_routing_item=b.inv_item_id AND a.business_unit=c.setcntrlvalue AND b.setid=c.setid AND d.business_unit = a.business_unit AND a.ref_routing_item = d.inv_item_id

  • Related Language Record: EN_RTG_MST_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 REF_ROUTING_ITEM Character(18) VARCHAR2(18) NOT NULL Reference Routing Item

    Prompt Table: %EDITTABLE

    3 RTG_TYPE Character(2) VARCHAR2(2) NOT NULL Routing Type
    PR=Production
    RW=Rework
    TD=Teardown
    4 RTG_STATE Character(2) VARCHAR2(2) NOT NULL Routing State
    EN=Engineering
    PR=Manufacturing
    5 DESCR60 Character(60) VARCHAR2(60) NOT NULL Description