EG_MMC_EERR2_VW(SQL View) |
Index Back |
---|---|
Mass Maint Exceptions View08/10/98 HK Created; 11/99 LAJ...Since process_instance was replaced with eip_ctl_id in the exceptions table, added link to table en_trns_tmp to get the process_instance. |
SELECT DISTINCT b.process_instance , a.business_unit , a.inv_item_id FROM PS_EN_BOM_ERR_TMP a , ps_en_trns_tmp b WHERE a.en_transfer_source = 'M' AND a.eip_ctl_id = b.eip_ctl_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT Prompt Table: SP_BUMGOP_NONVW |
3 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |