| RBW_POI(SQL Table) | Index Back | 
|---|---|
| Product of InterestThe product that the client has expressed an interest in. | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Number(15,0) | DECIMAL(15) NOT NULL | The unique ID for the product of interest Default Value: 999999999999 | |
| 2 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID | 
| 3 | ROLE_TYPE_ID_CUST | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the customer | 
| 4 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW | 
| 5 | POI_INT_TYPE | Character(4) | VARCHAR2(4) NOT NULL | Type of Interest expressed by a client EQTS=Equities PROM=Product Outside Management PRUM=Product Under Management | 
| 6 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID Prompt Table: RBW_POI_PROD_VW | 
| 7 | STOCK_SYMBOL | Character(10) | VARCHAR2(10) NOT NULL | This field is used to store the Stock Symbol Prompt Table: RBF_STOCK_TBL | 
| 8 | POI_PROD_DESCR | Character(254) | VARCHAR2(254) NOT NULL | Description of product of interest expressed by a client | 
| 9 | POI_INT_LEVEL | Character(4) | VARCHAR2(4) NOT NULL | Client's level of interest in a product HIGH=1 - High LOW=3 - Low MED=2 - Medium | 
| 10 | POI_AMOUNT | Number(29,4) | DECIMAL(28,4) NOT NULL | Amount of the Product of Interest | 
| 11 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | This field stores the Currency Code value. Prompt Table: CURRENCY_CD_TBL | 
| 12 | LEAD_ID | Character(15) | VARCHAR2(15) NOT NULL | Used by Sales Force Automation, this field uniquely identifies a Sales Lead. | 
| 13 | ACTIVE_FLG | Character(1) | VARCHAR2(1) NOT NULL | Active N=Inactive Y=Active Y/N Table Edit Default Value: Y | 
| 14 | STATUS_CODE_POI | Character(4) | VARCHAR2(4) NOT NULL | The status of the client's product of interest Prompt Table: RBW_POI_STS_TBL | 
| 15 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. | 
| 16 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. | 
| 17 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. | 
| 18 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. | 
| 19 | 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. | 
| 20 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time | 
| 21 | DESCRLONG | Long Character | CLOB NOT NULL | Long Description |