SF_PA_PR_SCH_VW

(SQL View)
Index Back

Production Area/Item MA ID Vw

12/28/98 EWB CN#EN800-4.0: Add distinct since there are now multiple rows for same item in one area. 02/19/98 Lee: added related language view SF_PA_IT_ID_LVW. 2/19/98 RS : RL View Type C2

SELECT DISTINCT a.business_unit , a.inv_item_id , a.prdn_area_code , b.prdn_area_desc FROM PS_SF_PRDN_AREA_IT a , ps_sf_prdn_area b WHERE a.ma_prdn_id_flg = 'N' AND b.business_unit = a.business_unit AND b.prdn_area_code = a.prdn_area_code

# 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 PRDN_AREA_CODE Character(10) VARCHAR2(10) NOT NULL Production Area
4 PRDN_AREA_DESC Character(30) VARCHAR2(30) NOT NULL Description