RBW_RISK_SRH_VW(SQL View) |
Index Back |
|---|---|
Client Risk search recordThis view is a search record view for Client Risk record used by configurable search definition. |
| SELECT A.RISK_ID , A.BO_ID , B.FIRST_NAME , B.LAST_NAME , A.RISK_REASON , A.RISK_STATUS , A.RISK_PRIORITY , A.LOST_REASON ,A.POI_AMOUNT ,A.OPP_AMOUNT ,A.HOLDING_AMOUNT ,A.NET_WORTH ,A.INDIRECT_AMOUNT ,A.CURRENCY_CD , A.DESCR254 ,%subrec(RB_AUDIT_SBR,A) FROM PS_RBW_CLIENT_RISK A , PS_BO_NAME B WHERE A.BO_ID = B.BO_ID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(15,0) | DECIMAL(15) NOT NULL |
Risk ID is the Primary key field of the Risk transactions in Risk Recovery Management.
Default Value: 999999999999999 |
|
| 2 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
| 3 | FIRST_NAME | Character(30) | VARCHAR2(30) NOT NULL | First Name |
| 4 | LAST_NAME | Character(30) | VARCHAR2(30) NOT NULL | Last Name |
| 5 | RISK_REASON | Character(4) | VARCHAR2(4) NOT NULL |
The reason why a certain Risk Event was generated
ACAT=ACATS NOAC=No Activity OTH=Others TEFA=Financial Advisor Terminated |
| 6 | RISK_STATUS | Character(4) | VARCHAR2(4) NOT NULL |
Risk Status indicates the status of the Risk transaction in Risk Management.
LOST=Lost RECO=Recovered RISK=At Risk |
| 7 | RISK_PRIORITY | Character(4) | VARCHAR2(4) NOT NULL |
field to capture the Risk Priority
1=1 - High 2=2 - Medium 3=3 - Low |
| 8 | LOST_REASON | Character(4) | VARCHAR2(4) NOT NULL |
Lost Reason of a Risk for a Client in Risk Management.
FEES=Fees too high MNY=Managing own money NON=None provided PERF=Performance of earnings RELN=Relation to another advisor |
| 9 | POI_AMOUNT | Number(29,4) | DECIMAL(28,4) NOT NULL | Amount of the Product of Interest |
| 10 | OPP_AMOUNT | Number(29,4) | DECIMAL(28,4) NOT NULL | Field to capture the opportunity amount |
| 11 | HOLDING_AMOUNT | Signed Number(30,4) | DECIMAL(28,4) NOT NULL | Holding Amount of A Client in Wealth Management. |
| 12 | NET_WORTH | Signed Number(30,4) | DECIMAL(28,4) NOT NULL | Net Worth of A Client in Wealth Management, |
| 13 | INDIRECT_AMOUNT | Signed Number(30,4) | DECIMAL(28,4) NOT NULL | Indirect Holdings of A Client in Wealth Management. |
| 14 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | This field stores the Currency Code value. |
| 15 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |
| 16 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
| 17 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
| 18 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
| 19 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
| 20 | 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. |
| 21 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |