SF_PA_PID_LVW3A(SQL View) |
Index Back |
---|---|
PIDs:ByItem, stat 20-40 RLView02/12/98:Saritha : Created as a Related lang. view to the view 'SF_PA_PID_VW3A' |
Select distinct b.business_unit, b.inv_item_id, e.language_cd, e.descr From PS_SF_PRDNID_HEADR b, PS_MASTER_ITM_LANG e, PS_SET_CNTRL_REC d Where b.ma_prdn_id_flg = 'Y' and ( b.prod_status = '20' or b.prod_status = '30' or b.prod_status = '40' ) and ( b.production_type = 'PR' or b.production_type = 'RW') and d.recname = 'MASTER_ITEM_TBL' and d.setcntrlvalue = b.business_unit and d.setid=e.setid and e.inv_item_id=b.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 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |