SF_PA_IT_ID_LVW(SQL View) |
Index Back |
---|---|
RLV for SF_PA_IT_ID_VW12/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: Create view. |
Select distinct a.business_unit, a.prdn_area_code, a.inv_item_id, d.language_cd, d.descr from PS_SF_PRDN_AREA_IT a, ps_master_itm_lang d, ps_set_cntrl_rec c where a.ma_prdn_id_flg = 'Y' and d.setid= c.setid and c.recname = 'MASTER_ITEM_TBL' and c.setcntrlvalue = a.business_unit and d.inv_item_id=a.inv_item_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | PRDN_AREA_CODE | Character(10) | VARCHAR2(10) NOT NULL | Production Area |
3 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |