RC_BRSCR_HEADER(SQL Table) |
Index Back |
---|---|
Branch Script Execution table.This Table contain all the executed information for particular instance branch script number. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RC_BRSCR_INSTANCE | Number(15,0) | DECIMAL(15) NOT NULL | Branh Script Instance Number |
2 | RC_SCRIPT_ID | Character(18) | VARCHAR2(18) NOT NULL | Branch Script ID |
3 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
4 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
5 | RC_BRSCR_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Branch Script Status. It is ether Valid or Invalid.
C=Completed P=Processing S=Started Default Value: S |
6 | RC_SCORE | Number(6,2) | DECIMAL(5,2) NOT NULL | Survey Score |
7 | RC_RATE | Character(2) | VARCHAR2(2) NOT NULL |
Field used by CRM common object Branch Scripting
C=Cold H=Hot NS=Not Satisfied SF=Satisfied SW=Somewhat Satisfied VS=Very Satisfied W=Warm |
8 | RC_LAST_NODE | Character(20) | VARCHAR2(20) NOT NULL | Node name |
9 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
10 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
11 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
12 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
13 | 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. |
14 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
15 | RC_NODE_PATH | Long Character | CLOB | Path to the last Node |