# |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
1 |
RBB_NODE_NAME |
Character(40) |
VARCHAR2(40) NOT NULL |
This field stores BPEL Node name as defined in tools domian.
|
2 |
RBB_ORMI_URL |
Character(100) |
VARCHAR2(100) NOT NULL |
This field stores BPEL Oracle RMI URL for BPEL PM server.
|
3 |
RBB_ORMI_PORT |
Number(6,0) |
INTEGER NOT NULL |
This field stores BPEL Oracle RMI port, used by BPEL server.
|
4 |
RBB_USERNAME |
Character(30) |
VARCHAR2(30) NOT NULL |
Username field used for Authentication purposes.
|
5 |
PASSWORD |
Character(254) |
VARCHAR2(254) NOT NULL |
Password
|
6 |
RBB_DOMAIN |
Character(50) |
VARCHAR2(50) NOT NULL |
This field holds BPEL Domian name as used in BPEL PM server.
|
7 |
RBB_DOMAIN_PASS |
Character(50) |
VARCHAR2(50) NOT NULL |
This field holds BPEL Domian password as specified in BPEL PM Server.
|
8 |
RBB_ROWADDED_DTTM |
DateTime(26) |
TIMESTAMP |
This is a datetime field for record creation.
|
9 |
RBB_ROWADDED_OPRID |
Character(30) |
VARCHAR2(30) NOT NULL |
ID of user who added the row.
|
10 |
RBB_ROWUPD_DTTM |
DateTime(26) |
TIMESTAMP |
The date and time that the row was last updated.
|
11 |
RBB_ROWUPD_OPRID |
Character(30) |
VARCHAR2(30) NOT NULL |
ID of user who last modified the row.
|
12 |
SYNCID |
Number(10,0) |
DECIMAL(10) NOT NULL |
The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle.
|
13 |
SYNCDTTM |
DateTime(26) |
TIMESTAMP |
Synchronization Last Update Date Time
|