EN_RTG_HDR_VW1

(SQL View)
Index Back

Item Routing Header View (sf)

07/18/00 - Created a copy of EN_RTG_HDR_VW that is used by Item Loader in the Prompt Table validation section. Needed to remove the PRODUCTION_TYPE field inorder to make it work.

SELECT a.business_unit , a.inv_item_id , b.rtg_code FROM PS_BU_ITEMS_INV a , ps_en_rtg_header b WHERE b.business_unit = a.business_unit AND b.inv_item_id = a.ref_routing_item AND b.rtg_type = 'PR' AND b.rtg_state = 'PR'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
2 INV_ITEM_ID Character(18) VARCHAR2(18) NOT NULL Item ID
3 RTG_CODE Number(2,0) SMALLINT NOT NULL Routing Code