EN_TRN_ERR2_VW(SQL View) |
Index Back |
---|---|
Eng Transfer Exceptions View11/14/97 WTK CN#EG750-3.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. Also had to add DISTINCT, now that there are multiple rows in the en_trns_tmp table for one process_instance. |
SELECT DISTINCT A.BUSINESS_UNIT , A.INV_ITEM_ID FROM PS_EN_TRN_ERR_HDR A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |