RBW_RISK_SUM_VW(SQL View) |
Index Back |
---|---|
Client Risk search recordThis view returns the summary of Risk transactions for a given Client. |
SELECT A.BO_ID , A.RISK_ID , A.RISK_REASON , A.RISK_STATUS , A.RISK_PRIORITY , A.DESCR254 ,%subrec(RB_AUDIT_SBR,A) FROM PS_RBW_CLIENT_RISK A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
2 | RISK_ID | 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 |
3 | 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 |
4 | 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 |
5 | RISK_PRIORITY | Character(4) | VARCHAR2(4) NOT NULL |
field to capture the Risk Priority
1=1 - High 2=2 - Medium 3=3 - Low |
6 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |
7 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
8 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
9 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
10 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
11 | 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. |
12 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |