RPC_PROD_PRICE

(SQL Table)
Index Back

Product price information

Record used for storing product price information

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL This field is used to store the value of SetID on various setup tables.
2 PRODUCT_ID Character(18) VARCHAR2(18) NOT NULL Product ID
3 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL This field stores the Currency Code value.
4 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
5 EFFDT Date(10) DATE Effective Date
6 LIST_PRICE Signed Number(17,4) DECIMAL(15,4) NOT NULL List Price
7 RECUR_PRICE Signed Number(16,4) DECIMAL(14,4) NOT NULL Recurring Price
8 PW_FREQUENCY Character(2) VARCHAR2(2) NOT NULL Recurring Frequency
00=Daily
05=Weekly
10=Monthly
15=Quarterly
20=Annually