SF_DSP_PA_IT_VW(SQL View) |
Index Back |
---|---|
Online Disp List : Item Prompt05/19/98 RS (EPNT103-I79KI) : Created view and RL View SF_DSP_PAIT_LVW 5/19/98 : RS RL View Type C2 6/13/00 lee - recreated sf_dsp_pait_lvw and set it as this view's rlv |
select distinct a.business_unit, a.work_center_code, b.prdn_area_code, b.inv_item_id, d.descr from ps_sf_op_list a, ps_sf_prdnid_headr b, PS_MASTER_ITEM_TBL d, ps_set_cntrl_rec c where d.setid = c.setid and c.recname = 'MASTER_ITEM_TBL' and c.setcntrlvalue = a.business_unit and a.business_unit = b.business_unit and b.inv_item_id = d.inv_item_id and a.production_id = b.production_id and b.ma_prdn_id_flg = 'N' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | WORK_CENTER_CODE | Character(10) | VARCHAR2(10) NOT NULL | Work Center |
3 | PRDN_AREA_CODE | Character(10) | VARCHAR2(10) NOT NULL | Production Area |
4 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |