RA_OFFER_PRCBRK

(SQL Table)
Index Back

Offer Price Break

Offer Price Break contains the pricing of products associated with a marketing campaign offer.

# 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.

Default Value: OPR_DEF_TBL_RB.SETID

Prompt Table: SP_SETID_NONVW

2 RA_OFFER_ID Character(15) VARCHAR2(15) NOT NULL Marketing Offer ID

Prompt Table: RA_OFFER

3 PRICE_SET_ID Character(10) VARCHAR2(10) NOT NULL Price Set ID
4 BREAK_ID Number(10,0) DECIMAL(10) NOT NULL Price Break ID

Default Value: 1

5 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL This field stores the Currency Code value.

Prompt Table: CURRENCY_CD_TBL

6 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: RA_PRCBRK_UM_VW

7 DATE_BEGIN Date(10) DATE Start Date
8 DATE_END Date(10) DATE End Date
9 BREAK_QTY_LOW Number(15,4) DECIMAL(14,4) NOT NULL Low Quantity/Amount
10 BREAK_QTY_HIGH Number(15,4) DECIMAL(14,4) NOT NULL Upper Quantity/Amount
11 PCT_AMT_TYPE Character(1) VARCHAR2(1) NOT NULL Determinate if the price adjustment is defined by Percent or Amount.
A=Amount
P=Percent

Prompt Table: RA_OFFR_PAMT_VW

12 ADJUSTMENT_PCT Signed Number(7,2) DECIMAL(5,2) NOT NULL Percent
13 OM_ADJST_AMT Signed Number(19,4) DECIMAL(17,4) NOT NULL Amount
14 PRODUCT_ID_PROMO Character(18) VARCHAR2(18) NOT NULL Product ID Promotion

Prompt Table: RA_OFFR_PRD_VW
Set Control Field: SETID

15 UOM_PROMO Character(4) VARCHAR2(4) NOT NULL Unit of Measure (Promotion)

Prompt Table: PROD_UOM_PRC_VW

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