EG_MMC_ERR_VW

(SQL View)
Index Back

Mass Change Exceptions View

08/13/98 CN#MG800-3.0 HK : Mass change exceptions view for engineering;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 C.PROCESS_INSTANCE , A.RUN_CNTL_ID , A.BUSINESS_UNIT 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 = 'EG' AND A.EIP_CTL_ID = C.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 RUN_CNTL_ID Character(30) VARCHAR2(30) NOT NULL Run Control ID
3 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit