RBB_BPELTST_INP(SQL Table) |
Index Back |
---|---|
BPEL Test Input DefaultsSetup record for storing the defaults for Name / Value pairs for a specific test |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RBB_CODE | Character(10) | VARCHAR2(10) NOT NULL | Simple code field |
2 | RBB_SEQNUM | Number(3,0) | SMALLINT NOT NULL | Sequence number field used in BPEL Instance State and BPEL Activity state definition. |
3 | RBB_ESCAPE | Character(1) | VARCHAR2(1) NOT NULL |
Flag to indicate whether values should be escaped
Y/N Table Edit Default Value: N |
4 | RBB_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name property for a name/value collection |
5 | RBB_VALUE | Long Character | CLOB | Value property of a name/value collection |