| # |
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_STATE_CD |
Number(2,0) |
SMALLINT NOT NULL |
This field stores BPEL Instance State code.
|
| 3 |
RBB_INST_STATE |
Character(30) |
VARCHAR2(30) NOT NULL |
This field stores short description of BPEL Instance State.
|
| 4 |
RBB_STATE_DESCR |
Character(50) |
VARCHAR2(50) NOT NULL |
This field stores BPEL Instance State Description to be displayed later on browser.
|
| 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
|