RBW_POI_SUM_VW(SQL View) |
Index Back |
---|---|
Product of InterestProduct of Interest summary view |
SELECT A.BO_ID , A.POI_ID , A.POI_INT_LEVEL , A.POI_AMOUNT , A.CURRENCY_CD , %subrec(RB_AUDIT_SBR,A) , A.DESCRLONG FROM PS_RBW_POI A WHERE A.ACTIVE_FLG = 'Y' |
# | 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 | POI_ID | Number(15,0) | DECIMAL(15) NOT NULL |
The unique ID for the product of interest
Default Value: 999999999999 |
3 | 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 |
4 | POI_AMOUNT | Number(29,4) | DECIMAL(28,4) NOT NULL | Amount of the Product of Interest |
5 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL |
This field stores the Currency Code value.
Prompt Table: CURRENCY_CD_TBL |
6 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
7 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
8 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
9 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
10 | 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. |
11 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
12 | DESCRLONG | Long Character | CLOB | Long Description |