| # |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
| 1 |
RBB_SEQNUM |
Number(3,0) |
SMALLINT NOT NULL |
Sequence number field used in BPEL Instance State and BPEL Activity state definition.
|
| 2 |
RBB_ACTST_CD |
Number(2,0) |
SMALLINT NOT NULL |
This field stores BPEL Activity specific status code as defined in BPEL server.
|
| 3 |
RBB_ACTIVITY_ST |
Character(30) |
VARCHAR2(30) NOT NULL |
This field stores BPEL Activity specific status short description as defined in BPEL server.
|
| 4 |
RBB_ACTST_DESCR |
Character(50) |
VARCHAR2(50) NOT NULL |
This field stores BPEL Activity specific status description as defined in BPEL server.
|
| 5 |
RBB_ROWADDED_DTTM |
DateTime(26) |
TIMESTAMP |
This is a datetime field for record creation.
|
| 6 |
RBB_ROWADDED_OPRID |
Character(30) |
VARCHAR2(30) NOT NULL |
ID of user who added the row.
|
| 7 |
RBB_ROWUPD_DTTM |
DateTime(26) |
TIMESTAMP |
The date and time that the row was last updated.
|
| 8 |
RBB_ROWUPD_OPRID |
Character(30) |
VARCHAR2(30) NOT NULL |
ID of user who last modified the row.
|
| 9 |
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.
|
| 10 |
SYNCDTTM |
DateTime(26) |
TIMESTAMP |
Synchronization Last Update Date Time
|