RSF_OPP_PSCH_VW(SQL View) |
Index Back |
---|---|
Lead Products.Used by SFA to store the products a lead is interested in. |
SELECT O.SYNCID , P.PRODUCT_GROUP , P.PRODUCT_ID FROM PS_RSF_OPPORTUNITY O , PS_RSF_OPP_PRODUCT P WHERE O.OPPORTUNITY_ID = P.OPPORTUNITY_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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. |
2 | PRODUCT_GROUP | Character(10) | VARCHAR2(10) NOT NULL |
PRoduct Group
Prompt Table: RSF_PGRP_CUR_VW |
3 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: RSF_PROD_VW |