EO_EIP_STG_WL(SQL Table) |
Index Back |
---|---|
Staging Data Errors WorklistWorklist Entries are generated when Program EO_WF_ERR finds Error Rows in the Inbound Data. This particular Worklist gets entries for Errors in Staging Header Table (EO_EIP_CTL).. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSPROCNAME | Character(30) | VARCHAR2(30) NOT NULL | Business Process Name (see PSBUSPROCDEFN). |
2 | ACTIVITYNAME | Character(30) | VARCHAR2(30) NOT NULL | Name of a Business Process Activity (see PSACTIVITYDEFN). |
3 | EVENTNAME | Character(30) | VARCHAR2(30) NOT NULL | Defines a routing event for PS Workflow |
4 | TRANSACTIONID | Number(10,0) | DECIMAL(10) NOT NULL | Transaction Identifier |
5 | WORKLISTNAME | Character(30) | VARCHAR2(30) NOT NULL | Worklist Name |
6 | INSTANCEID | Number(10,0) | DECIMAL(10) NOT NULL | For a given worklist the unique number of rows in PSWORKLIST |
7 | EIP_CTL_ID | Character(25) | VARCHAR2(25) NOT NULL | Enterprise Components EIP (enterprise integration point) control field |
8 | EIP_DTA_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
EIP Dta status
0=New Transaction 1=Error found on the transaction 2=Complete 3=In Process 4=Reprocess 5=Incomplete 6=Cancelled 7=Hold |