EN_TRN_ERR3_VW(SQL View) |
Index Back |
|---|---|
Transfer Exceptions View01/97 CN EG750-5.0 : 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.RUN_CNTL_ID , A.COPY_DIRECTION FROM PS_EN_TRN_ERR_HDR A , PS_EN_TRNS_TMP B WHERE A.EIP_CTL_ID = B.EIP_CTL_ID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance | |
| 2 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
| 3 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
| 4 | COPY_DIRECTION | Character(2) | VARCHAR2(2) NOT NULL |
Copy From/To
EE=Engineering to Engineering EM=Engineering to Manufacturing ME=Manufacturing to Engineering |