RB_PROD_UOM_PRC(SQL Table) |
Index Back |
---|---|
product UOM for PrcThis record stores Product Unit Of Measure for Price |
# | 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 | 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 |
4 | LIST_PRICE | Signed Number(17,4) | DECIMAL(15,4) NOT NULL | List Price |
5 | PRICE | Signed Number(16,4) | DECIMAL(14,4) NOT NULL | This is price per unit for calculating the service charge. |
6 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | This field stores the Currency Code value. |
7 | FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Flag
Y/N Table Edit Default Value: N |
8 | RECUR_LIST_PRICE | Signed Number(16,4) | DECIMAL(14,4) NOT NULL | Recurring Price |
9 | RECUR_PRICE | Signed Number(16,4) | DECIMAL(14,4) NOT NULL | Recurring Price |
10 | 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 |
11 | PRODUCT_KIT_FLAG | Character(1) | VARCHAR2(1) NOT NULL | Product Kit Flag |
12 | PRICE_KIT_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Price Kit Flag
C=at Component Level T=at Top Level |
13 | PRICE_PROTECTED | Character(1) | VARCHAR2(1) NOT NULL | Price Protected |
14 | FREE_PERIODS | Number(3,0) | SMALLINT NOT NULL | Free Periods - used by Pricing to indicate number of free periods for a product with recurring pricing |