IB_UPG_TRXBASIC(SQL Table) |
Index Back |
---|---|
Temp tables for node tranactioTemp table used for IB Upgrade to store transactions that will be migrated to service operations. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | MSGNODENAME | Character(30) | VARCHAR2(30) NOT NULL |
Application Message Node Name. Name of the Application Message Node Definition. (see PSMSGNODEDEFN).
Prompt Table: PSMSGNODEDEFN |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | TRXTYPE | Character(4) | VARCHAR2(4) NOT NULL |
Integration Broker Transaction Type
IA=Inbound Asynchronous IS=Inbound Synchronous OA=Outbound Asynchronous OS=Outbound Synchronous Default Value: IA |
4 | RQSTMSGNAME | Character(30) | VARCHAR2(30) NOT NULL |
Integration Server Request Message Name
Prompt Table: PSMSGDEFNVW1 |
5 | RQSTMSGVER | Character(30) | VARCHAR2(30) NOT NULL |
Integration Broker Request Message Version
Prompt Table: PSRQSTMSGVERVW |
6 | NODE_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
Node Type
EX=External ICT=Pre-PeopleTools 8.4 PIA=PeopleSoft |
7 | EXTRQSTMSGNAME | Character(254) | VARCHAR2(254) NOT NULL | Integration Server External Request Message Name |
8 | RESPMSGNAME | Character(30) | VARCHAR2(30) NOT NULL |
Integration Server Response Message Name
Prompt Table: PSMSGDEFNVW1 |
9 | RESPMSGVER | Character(30) | VARCHAR2(30) NOT NULL |
Integration Server Response Message Version
Prompt Table: PSRESPMSGVERVW |
10 | EXTRESPMSGNAME | Character(254) | VARCHAR2(254) NOT NULL | Integration Server External Response Message Name |
11 | LOGMSGDTLFLG | Number(1,0) | SMALLINT NOT NULL | Log Message Detail? |
12 | ROUTINGTYPE | Character(1) | VARCHAR2(1) NOT NULL |
Routing Type
E=Explicit I=Implicit |
13 | CONNOVERRIDE | Character(1) | VARCHAR2(1) NOT NULL |
Override Connector
Y/N Table Edit Default Value: N |
14 | CONNGATEWAYID | Character(30) | VARCHAR2(30) NOT NULL |
Integration Broker Connector Gateway ID
URL alias to accomodate 30 char managed object key limit
Prompt Table: PSGATEWAY |
15 | CONNID | Character(30) | VARCHAR2(30) NOT NULL |
Integration Server Connector ID
Prompt Table: PSCONNIDVW |
16 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |