SF_PRID_H_VWB5(SQL View) |
Index Back |
---|---|
Prdn Schs: View Item ID, Firm02/13/98 : Saritha: Assigned the view 'SF_PRID_H_VWB5' as the related language record 2/20/98 RS : RL View Type C2 04/06/98 dbe - Replace SF_PRDN_AREA_IT with SF_PRDNID_HEADR and a.prod_status = '10' in VIEW Select. 2/17/99 RAG: CN# PL800-10.0 FPO |
Select distinct a.business_unit, a.inv_item_id, b.descr From PS_SF_PRDNID_HEADR a, PS_MASTER_ITEM_TBL b, PS_SET_CNTRL_REC d Where a.ma_prdn_id_flg = 'N' and a.prod_status in ('10' , '15') and d.recname = 'MASTER_ITEM_TBL' and d.setcntrlvalue = a.business_unit and b.setid=d.setid and b.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
Prompt Table: BUS_UNIT_TBL_MG |
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 |