EN_MMC_ERR6_VW(SQL View) |
Index Back |
---|---|
Mass Maint Exceptions View11/14/97 WTK CN#EG750-3.0 : Created 08/13/98 CN#MG800-3.0 HK Added ps_en_bom_mmc_hdr to the view definition 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 a.RUN_CNTL_ID , c.PROCESS_INSTANCE FROM PS_EN_BOM_ERR_TMP a , PS_EN_BOM_MMC_HDR b , PS_EN_TRNS_TMP c WHERE a.EN_TRANSFER_SOURCE = 'M' AND a.business_unit = b.business_unit AND a.mass_maint_code = b.mass_maint_code AND b.origin = 'EN' AND a.eip_ctl_id = c.eip_ctl_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
2 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |