SF_PRID_H_VWC3

(SQL View)
Index Back

Prdn IDs: By Item

01/27/98 dbe - CN# PL750-DI-SCHEW-109 (Production Schedule by Area) - Batch Reschedule. 02/13/98 :Saritha: Assigned the view 'SF_PRID_H_LVWC3' as related language record 2/20/98 RS : RL View Type C2 03/23/98 dbe - Added BUSINESS_UNIT to view. 2/17/99 RAG: CN# PL800-10.0 FPO

Select distinct b.business_unit, b.inv_item_id, c.descr From PS_SF_PRDNID_HEADR b, PS_MASTER_ITEM_TBL c, PS_SET_CNTRL_REC d Where b.ma_prdn_id_flg = 'Y' and b.prod_status in ('10', '15', '20','30') and d.recname = 'MASTER_ITEM_TBL' and d.setcntrlvalue = b.business_unit and c.setid=d.setid and c.inv_item_id=b.inv_item_id

  • Related Language Record: SF_PRID_H_LVWC3
  • # 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

    Prompt Table: MASTER_ITEM_TBL

    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description