RSF_LE_PROD_HST(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 | PSARCH_ID | Character(8) | VARCHAR2(8) NOT NULL | Archive ID (see PSARCHTEMPLATE). |
2 | PSARCH_BATCHNUM | Number(30,0) | DECIMAL(30) NOT NULL | Archive Batch Number |
3 | LEAD_ID | Character(15) | VARCHAR2(15) NOT NULL | Used by Sales Force Automation, this field uniquely identifies a Sales Lead. |
4 | SEQ_NUM | Number(3,0) | SMALLINT NOT NULL | Sequence |
5 | BUSINESS_UNIT_IN | Character(5) | VARCHAR2(5) NOT NULL |
Inventory Unit
Prompt Table: SP_BU_FS_NONVW |
6 | PRODUCT_GROUP | Character(10) | VARCHAR2(10) NOT NULL |
PRoduct Group
Prompt Table: %EDITTABLE |
7 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: %EDITTABLE2 |
8 | 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 |
9 | QTY | Signed Number(17,4) | DECIMAL(15,4) NOT NULL | Quantity |
10 | 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 |
11 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | This field stores the Currency Code value. |
12 | PRICE_BASE | Signed Number(16,4) | DECIMAL(14,4) NOT NULL | Net Unit Price (base) |
13 | NON_RECUR_TOTAL | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Total of periods within an Opportunity or Forecast which do not recur. |
14 | RECUR_PRICE | Signed Number(16,4) | DECIMAL(14,4) NOT NULL | Recurring Price |
15 | 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 |
16 | 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. |
17 | RECUR_TOTAL | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Total recurring amount within an Opportunity or Forecast |
18 | COST | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Total Cost |
19 | PRIMARY_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Primary
Y/N Table Edit Default Value: N |
20 | GENERATE_QUOTE | Character(1) | VARCHAR2(1) NOT NULL |
Generate Quote
Y/N Table Edit |
21 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
22 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
23 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
24 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
25 | 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. |
26 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |