SF_PRID_H_LVWC3(SQL View) |
Index Back |
---|---|
Prdn IDs:By Item (R L View)01/27/98 dbe - CN# PL750-DI-SCHEW-109 (Production Schedule by Area) - Batch Reschedule. 02/13/98 Saritha:Created Related Lang view for the view 'SF_PRID_H_VWC3' 4/24/98 RS - Added a Business Unit field as key as one was added to the base view 6/28/00 lee - changed to look like base view |
SELECT DISTINCT b.business_unit , b.inv_item_id , a.language_cd , a.descr FROM PS_SF_PRDNID_HEADR b , PS_MASTER_ITM_LANG a , 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 d.setid=a.setid AND a.inv_item_id=b.inv_item_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
2 | Character(18) | VARCHAR2(18) NOT NULL |
Item ID
Prompt Table: MASTER_ITEM_TBL |
|
3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |