SF_PA_IT_VW(SQL View) |
Index Back |
---|---|
Prdn Areas/Items View12/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: added RLV SF_PA_IT_LVW. 2/19/98 RS : RL View Type C2 11/17/03 MEG CN#MG880: Moved prdn_area_code so it's second on the list of fields. This view wasn't used anywhere before but now it's a prompt table for item id on Prdn by Area Details. |
SELECT DISTINCT a.business_unit , a.prdn_area_code , a.inv_item_id , b.descr FROM PS_SF_PRDN_AREA_IT a , PS_MASTER_ITEM_TBL b , PS_SET_CNTRL_REC d WHERE b.setid= d.setid AND d.recname = 'MASTER_ITEM_TBL' AND d.setcntrlvalue = a.business_unit 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 | PRDN_AREA_CODE | Character(10) | VARCHAR2(10) NOT NULL | Production Area |
3 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL |
Item ID
Prompt Table: MASTER_ITEM_TBL |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |