RSF_LEAD_SURVEY(SQL Table) |
Index Back |
---|---|
SFA - Lead SurveyStores the results of all the surveys run for a Lead. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LEAD_ID | Character(15) | VARCHAR2(15) NOT NULL | Used by Sales Force Automation, this field uniquely identifies a Sales Lead. |
2 | RC_BRSCR_INSTANCE | Number(15,0) | DECIMAL(15) NOT NULL | Branh Script Instance Number |
3 | SCRIPT_ID | Number(12,0) | DECIMAL(12) NOT NULL |
Script ID
Prompt Table: RSF_SURVEY_VW |
4 | CONTACT_NAME | Character(50) | VARCHAR2(50) NOT NULL |
The individual contact name associated with a given bank/counterparty.
Prompt Table: RSF_LE_CONT_VW |
5 | CONTACT_ID | Character(15) | VARCHAR2(15) NOT NULL | Contact Identifier for Treasury Contacts |
6 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
7 | 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 |
8 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
9 | BO_ID_CONTACT | Number(31,0) | DECIMAL(31) NOT NULL | This field indicates the Business Object ID for the contact. |
10 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
11 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
12 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
13 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
14 | 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. |
15 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |