RSF_LE_PRODUCTS

(SQL Table)
Index Back

Lead Products.

Used by SFA to store the products a lead is interested in.

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 LEAD_ID Character(15) VARCHAR2(15) NOT NULL Used by Sales Force Automation, this field uniquely identifies a Sales Lead.
2 SEQ_NUM Number(3,0) SMALLINT NOT NULL Sequence
3 BUSINESS_UNIT_IN Character(5) VARCHAR2(5) NOT NULL Inventory Unit

Prompt Table: SP_BU_FS_NONVW

4 PRODUCT_GROUP Character(10) VARCHAR2(10) NOT NULL PRoduct Group

Prompt Table: %EDITTABLE

5 PRODUCT_ID Character(18) VARCHAR2(18) NOT NULL Product ID

Prompt Table: %EDITTABLE2

6 REVENUE_TYPE Character(15) VARCHAR2(15) NOT NULL This field is used to store revenue type related to a product sales and used within forecasting.

Prompt Table: RSF_REV_TYPE_VW

7 QTY Signed Number(17,4) DECIMAL(15,4) NOT NULL Quantity
8 UNIT_OF_MEASURE Character(3) VARCHAR2(3) NOT NULL Used on an approval rule set.
CS=Case
EA=Each
MHR=Muti Hourly
PER=Percentage
SQF=Square Footage

Prompt Table: PROD_UOM

9 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL This field stores the Currency Code value.
10 PRICE_BASE Signed Number(16,4) DECIMAL(14,4) NOT NULL Net Unit Price (base)
11 NON_RECUR_TOTAL Signed Number(28,3) DECIMAL(26,3) NOT NULL Total of periods within an Opportunity or Forecast which do not recur.
12 RECUR_PRICE Signed Number(16,4) DECIMAL(14,4) NOT NULL Recurring Price
13 PPRC_RECUR_FREQ Character(2) VARCHAR2(2) NOT NULL Field used to store the recurring frequency.
00=Daily
05=Weekly
10=Monthly
15=Quarterly
20=Annually
14 RECUR_PERIODS Number(5,0) INTEGER NOT NULL Number of periods of recurring price. That is, if a monthly payment plan, how many months of payment.
15 RECUR_TOTAL Signed Number(28,3) DECIMAL(26,3) NOT NULL Total recurring amount within an Opportunity or Forecast
16 COST Signed Number(28,3) DECIMAL(26,3) NOT NULL Total Cost
17 PRIMARY_FLAG Character(1) VARCHAR2(1) NOT NULL Primary

Y/N Table Edit

Default Value: N

18 GENERATE_QUOTE Character(1) VARCHAR2(1) NOT NULL Generate Quote

Y/N Table Edit

19 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
20 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
21 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
22 ROW_LASTMANT_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who last modified the row.
23 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.
24 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time