Mirror of Oracle documentation

Converted for search and offline reading. Authoritative source: Oracle. Diagrams and some complex tables are simplified — check the PDF when in doubt.

G Appendix: Regular - Manage Recommendations

This table provides information about table columns and calculations for Regular Optimization recommendations.

Colu
mn
Hea
ding
Def
ault
(Y/N
)
Applica
bility
(Foreca
st or
Non-
Forecas
t/Rules
Based)
DefinitionDB Reference / Calculation
Imag
e
YBoth#N/AN/A
FlagYBothUsers can flag the recommendation for further
review.
PRO_REG_RUN_RECOM_O
PT_RESULT.FCST_REVIEW_
CODE
Note
s
YBothUsers can enter any comment for the
recommendation. For e.g., Additional Budget
received so overriding to a deeper markdown.
PRO_REG_RUN_RECOM_O
PT_RESULT.FCST_NOTE
Ovrd
Statu
s
YBothShows whether the item has any pending
recalculate. It shows which user requested it.
PRO_REG_RUN_RECOM_O
PT_RESULT.CHANGED_BY_
USER
Com
pany
YBothLocation of the item recommendation. (For e.g
Region, Channel, etc). Corresponds to the run
location setup level. Will be chain when using
price zones.
PRO_DB_PARAMETER_VW;
#PRO_LOC_HIER_PROCESSING_LVL = 1
(RSE_HIER_LVL)
RSE_LOC_HIER
Item
Desc
r
YBothItem description, external code, and name
separated in different columns
RSE_PROD_HIER.DESCR
RSE_PROD_HIER.HIER_LEV
EL_ID=8
Bran
d
Nam
YBothName of the brand.RSE_PROD_GRP.NAME
e
Price
Zone
YBothPrice zone of the item recommendation.
Corresponds to the run setup level.
RSE_PRICE_ZONE and
RSE_PRICE_ZONE_GRP
Rec
Statu
s
YBothRecommendation status of the item, which
says Ready for Review Reviewed
Approved/Submitted/Taken Export Failed
PRO_REG_RUN_RECOM_O
PT_RESULT.RECOMMENDAT
ION_STATUS_ID
Join With
PRO_RECOMMENDATION_S
TATUS on ID to get UI_NAME.

May 15, 2026 Appendix G-1 of G-8

Appendix G

Colu
mn
Hea
ding
Def
ault
(Y/N
)
Applica
bility
(Foreca
st or
Non-
Forecas
t/Rules
Based)
DefinitionDB Reference / Calculation
Tkt
Price
YBothTicket Price of the item. Reflects TRAN TYPE
0, 4, 8. Rolled up from leaf node levels (e.g.
SKU-STORE) using Most Common Value
PRO_REG_RUN_RECOM_O
PT_RESULT.CURRENT_PRIC
E
Reg
Price
YBothRegular Price of the item. Reflects TRAN
TYPE 0, 4. Rolled up from leaf node levels
(e.g. SKU-STORE) using Most Common Value
PRO_REG_RUN_RECOM_O
PT_RESULT.LAST_REGULAR
_PRICE
Orig
Price
YBothOriginal Price of the item. Reflects TRAN
TYPE 0. Rolled up from leaf node levels (e.g.
SKU-STORE) using Most Common Value
PRO_REG_RUN_RECOM_O
PT_RESULT.REGULAR_PRIC
E
Eff
Price
YBothEffective Price of the item - it will reflect either
the recommended or the overriden/user added
price. If the recommendation is rejected, then
it will reflect the ticket price of the item.
Calculated during optimization
and displayed in the UI.
Eff
Rec
Type
YBothEffective Recommendation Type of the item. It
will be recommended, or the overridden/user
added or rejected action.
Calculated during optimization
and displayed in the UI.
Eff
Start
Dt
YBothEffective start date of the recommendation.
Reflect user date override as well.
PRO_REG_RUN_RECOM_O
PT_RESULT.EFF_START_DT
Eff
%Ch
g of
Tkt
YBothEffective % Change of Average Ticket Value,
compared to a previous period (like LFY, LFQ,
etc.).
Calculated during optimization
and displayed in the UI.
Eff
%Ch
g of
Orig
YBothEffective Percentage Change of Original Price,
compared to a previous period (like LFY, LFQ,
etc.).
Calculated during optimization
and displayed in the UI.
Eff
%Ch
g of
Reg
YBothEffective Percentage Change of Regular Price,
compared to a previous period (like LFY, LFQ,
etc.).
Calculated during optimization
and displayed in the UI.
Rec
Price
YBothRecommended Price of the ItemPRO_REG_RUN_RECOM_O
PT_RESULT.RECOM_PRICE
Rec
Type
YBothRecommendation Type of the Item. Markdown,
Promotion, No Recommendation, Non-
forecasted
PRO_REG_RUN_RECOM_O
PT_RESULT.PRICE_RECOM_
TYPE_ID Join with
PRO_PRICE_RECOM_TYPE
on ID to get DESCR
Rec
%Ch
g of
Tkt
YBothRecommended Percentage Change of Ticket.Calculated during optimization
and displayed in the UI.
Rec
%Ch
g of
Orig
YBothRecommended Percentage Change of Original
Price.
Calculated during optimization
and displayed in the UI.

May 15, 2026 Appendix G-2 of G-8

Appendix G

Colu
mn
Hea
ding
Def
ault
(Y/N
)
Applica
bility
(Foreca
st or
Non-
Forecas
t/Rules
Based)
DefinitionDB Reference / Calculation
Proj
Sls
Units
YForecast
Only
Projected Sales Units for the Effective Week,
including any applied overrides.
PRO_REG_RUN_RECOM_O
PT_RESULT.OPTIMAL_FORE
CASTED_SALES
Proj
Sls
Rev
YForecast
Only
Projected Sales Revenue for the Effective
Week, including any applied overrides.
PRO_REG_RUN_RECOM_O
PT_RESULT.OPTIMAL_REVE
NUE
Proj
GM
YForecast
Only
Projected Gross Margin $ for the Effective
Week, including any applied overrides.
PRO_REG_RUN_RECOM_O
PT_RESULT.OPTIMAL_GROS
S_MARGIN
Last
Act
Inv
YForecast
Only
Inventory for the Last Actual Week (or
Processing Week). It is the sum of all inventory
components that are configured to be used for
optimization.
PRO_REG_RUN_RECOM_O
PT_RESULT.INV_QTY_LAD
Total
Buy
YForecast
Only
It is sum of Cumulative Sls Units and the Last
Act Inv. Cumulative Sls Units is calculated from
the first receipt date.
PRO_REG_RUN_RECOM_O
PT_RESULT.INITIAL_INVENT
ORY
Run
Id
and
Nam
e
YBothID of optimization run generating recCONCAT(PRO_RUN_HDR.ID,’
-‘,PRO_RUN_HDR.NAME)
Opti
mizat
ion
YBothDate of optimization runPRO_RUN_HDR.LAST_EXEC
UTION_DATE
Date
Reca
lculat
ion
Date
YBothDate when the item is recalculatedPRO_REG_RUN_RECOM_O
PT_RESULT.RECALCULATE_
DT
Reca
lculat
ion
User
YBothUser who last requested the recalculatePRO_REG_RUN_RECOM_O
PT_RESULT.RECALCULATE_
BY_USER
Expo
rted
On
Date
YBothDate when the item is ApprovedPRO_REG_RUN_RECOM_O
PT_RESULT.EXPORTED_ON
_DT
Appr
oved
By
User
YBothUser who approved the recommendation.PRO_REG_RUN_RECOM_O
PT_RESULT.EXPORTED_BY_
USER
LFY
Rev
YForecast
Only
Last Fiscal Year Revenue - The total revenue a
company made during its most recently
completed fiscal year.
PRO_REG_RUN_RECOM_DE
NORMALIZE.LFY_REVENUE
LFY
H
Rev
YForecast
Only
Last Fiscal Year Half Revenue - The revenue
from the first or second half of the last fiscal
year, depending on the context.
PRO_REG_RUN_RECOM_DE
NORMALIZE.LFYH_REVENU
E

May 15, 2026 Appendix G-3 of G-8

Appendix G

Colu
mn
Hea
ding
Def
ault
(Y/N
)
Applica
bility
(Foreca
st or
Non-
Forecas
t/Rules
Based)
DefinitionDB Reference / Calculation
LFY
Q
Rev
YForecast
Only
Last Fiscal Year Quarter Revenue - Revenue
from a specific quarter of the last fiscal year
(like Q1, Q2, etc.)
PRO_REG_RUN_RECOM_DE
NORMALIZE.LFYQ_REVENU
E
LFH
Rev
YForecast
Only
Last Fiscal Half Revenue - Revenue from the
most recent half-year period in the last fiscal
year.
PRO_REG_RUN_RECOM_DE
NORMALIZE.LFH_REVENUE
LFQ
Rev
YForecast
Only
Revenue from the Last Fiscal Quarter (e.g.,
Q4 )
PRO_REG_RUN_RECOM_DE
NORMALIZE.LFQ_REVENUE
LF2Q
Rev
YForecast
Only
Revenue from the 2nd Last Fiscal Quarter
(i.e., the quarter before LFQ - so if LFQ is Q4,
this is Q3).
PRO_REG_RUN_RECOM_DE
NORMALIZE.LF2Q_REVENU
E
LFY
Sls
Units
YForecast
Only
Last Fiscal Year Total Sales Units - Total units
sold across all quarters of the last fiscal year.
PRO_REG_RUN_RECOM_DE
NORMALIZE.LFY_SALES
LFY
H Sls
Units
YForecast
Only
Last Fiscal Year Half Sales Units - Units sold
during half of the last fiscal year (H1 or H2)
PRO_REG_RUN_RECOM_DE
NORMALIZE.LFYH_SALES
LFY
Q Sls
Units
YForecast
Only
Last Fiscal Year Quarter Sales Units - E.g Q4
of last fiscal year.
PRO_REG_RUN_RECOM_DE
NORMALIZE.LFYQ_SALES
LFH
Sls
Units
YForecast
Only
Last Fiscal Half Sales Units, The most recent
half-year from LFY (either H1 or H2).
PRO_REG_RUN_RECOM_DE
NORMALIZE.LFH_SALES
LFQ
Sls
Units
YForecast
Only
Last Fiscal Quarter Sales Units, The units sold
in the most recent quarter of the last fiscal
year.
PRO_REG_RUN_RECOM_DE
NORMALIZE.LFQ_SALES
LF2Q
Sls
Units
YForecast
Only
2nd Last Fiscal Quarter Sales Units, The units
sold in the quarter before the last one.
PRO_REG_RUN_RECOM_DE
NORMALIZE.LF2Q_SALES

May 15, 2026 Appendix G-4 of G-8

Appendix G

Colu
mn
Hea
ding
Def
ault
(Y/N
)
Applica
bility
(Foreca
st or
Non-
Forecas
t/Rules
Based)
DefinitionDB Reference / Calculation
Ext
Code
,
Nam
e,
Desc
r of -
Item /
Divisi
on /
Grou
p /
Depa
rtme
nt /
Class
/ Sub
Class
/
NBothProduct HierarchyCONCAT(RSE_PROD_HIER.P
ROD_EXT_CODE,’-‘,RSE_PR
OD_HIER.NAME)
Based on
RSE_PROD_HIER.HIER_LEV
EL_ID
Style
/
Style
Color
Chai
n Ext
Code
/
NBothLocation Hierarchy. N/A with Price Zones.RSE_LOC_HIER_DH
Nam
e /
Desc
r >
Area
>
Regi
on >
Distri
ct
>Loc
ation
Ext
Code
/
Nam
e /
Desc
r
Ovrd
Price
NBothOverriden price for the itemPRO_REG_RUN_RECOM_O
PT_RESULT.USR_OVRD_RE
COM_PRICE

May 15, 2026 Appendix G-5 of G-8

Appendix G

Colu
mn
Hea
ding
Def
ault
(Y/N
)
Applica
bility
(Foreca
st or
Non-
Forecas
t/Rules
Based)
DefinitionDB Reference / Calculation
Ovrd
Price
Type
NBothOverride price type for the itemPRO_REG_RUN_RECOM_O
PT_RESULT.USR_OVRD_PRI
CE_RECOM_TYPE_ID JOIN
WITH
PRO_PRICE_RECOM_TYPE
ON ID to get DESCR
Ovrd
Price
%Ch
g of
Tkt
NBothThe percentage change in ticket price based
on user-overridden prices, compared to a
previous period or baseline.
Calculated during optimization
and displayed in the UI.
Rec
Acce
pted?
NBothY or No flag to denote whether
recommendation was accepted as is or not.
PRO_REG_RUN_RECOM_O
PT_RESULT.ACCEPTED_FLG
Proj
Inv
End
of
NProjected inventory at the end of the effective
week, including any applied overrides.
PRO_REG_RUN_RECOM_O
PT_RESULT.OPTIMAL_REMA
INING_INVENTORY
EW
Start
Dt
NBothStart date of the Item. For e.g., 2% ST or 3
weeks from first receipt date.
PRO_REG_RUN_RECOM_O
PT_RESULT.MODEL_START_
DT
Final
Ship
Dt
NBothDenotes the calculated final ship date of the
item. Last inventory change date that is older
than x weeks (configuration) is assigned as
the final ship date for the item
PRO_REG_RUN_RECOM_O
PT_RESULT.FINAL_SHIP_DT
Sys
Reco
m
Price
NBothSystem Recommended Price - Suggested by
the pricing optimization system based on the
rules, strategies, and algorithms it uses.
Calculated during optimization
and displayed in the UI.
Sys
Opt
Sales
Units
NForecast
Only
The number of units the system predicts will
be sold at the system-recommended price.
Calculated during optimization
and displayed in the UI.
Sys
Opt
Reve
nue
NForecast
Only
The predicted revenue based on the system-
recommended price and the corresponding
system-optimized sales units.
Calculated during optimization
and displayed in the UI.
Sys
Opt
Gros
s
Margi
n
NForecast
Only
The predicted gross margin based on the
system’s pricing optimization.
Calculated during optimization
and displayed in the UI.
Sys
Opt
Inv
NForecast
Only
The inventory levels the system forecasts to
meet the sales units needed at the system-
recommended price.
Calculated during optimization
and displayed in the UI.

May 15, 2026 Appendix G-6 of G-8

Appendix G

Colu
mn
Hea
ding
Def
ault
(Y/N
)
Applica
bility
(Foreca
st or
Non-
Forecas
t/Rules
Based)
DefinitionDB Reference / Calculation
LFY
GM
NForecast
Only
Last Fiscal Year Gross Margin - The gross
margin for the entire last fiscal year.
PRO_REG_RUN_RECOM_DE
NORMALIZE.LFY_GROSS_M
ARGIN
LFY
H
GM
NForecast
Only
Last Fiscal Year Half Gross Margin - The gross
margin for the first or second half of the last
fiscal year
PRO_REG_RUN_RECOM_DE
NORMALIZE.LFYH_GROSS_
MARGIN
LFY
Q
GM
NForecast
Only
Last Fiscal Year Quarter Gross Margin - The
gross margin for the last fiscal quarter of the
previous year.
PRO_REG_RUN_RECOM_DE
NORMALIZE.LFYQ_GROSS_
MARGIN
LFH
GM
NForecast
Only
Last Fiscal Half Gross Margin - The gross
margin for half of the last fiscal year.
PRO_REG_RUN_RECOM_DE
NORMALIZE.LFH_GROSS_M
ARGIN
LFQ
GM
NForecast
Only
Last Fiscal Quarter Gross Margin - The gross
margin for the most recent quarter of the last
fiscal year.
PRO_REG_RUN_RECOM_DE
NORMALIZE.LFQ_GROSS_M
ARGIN
LF2Q
GM
NForecast
Only
Second Last Fiscal Quarter Gross Margin -
The gross margin for the quarter before the
most recent one in the last fiscal year.
PRO_REG_RUN_RECOM_DE
NORMALIZE.LF2Q_GROSS_
MARGIN
Sys
Mkdn
Budg
et
NForecast
Only
The amount of the markdown budget that has
been used by the system to products.
Calculated during optimization
and displayed in the UI.
Used
Max
Com
petito
r
NBothMax competitor price of that item-location.PRO_REG_RUN_RECOM_O
PT_RESULT.MAX_COMPETIT
OR_PRICE
Price
Min
Com
petito
r
NBothMin competitor price of that item-location.PRO_REG_RUN_RECOM_O
PT_RESULT.MIN_COMPETIT
OR_PRICE
Price
Avg
Com
petito
r
NBothAverage competitor price of that item-location.PRO_REG_RUN_RECOM_O
PT_RESULT.AVG_COMPETIT
OR_PRICE
Price
Most
Com
mon
Com
petito
NBothMost common competitor price of that item-
location.
PRO_REG_RUN_RECOM_O
PT_RESULT.MCV_COMPETIT
OR_PRICE
r
Price
Targe
t ST
EOL
NForecast
Only
Business rule - Percentage of sell-through for
each product at end of clearance season
PRO_REG_RUN_RECOM_O
PT_RESULT.TARGET_ST_PC
T

May 15, 2026 Appendix G-7 of G-8

Appendix G

Colu
mn
Hea
ding
Def
ault
(Y/N
)
Applica
bility
(Foreca
st or
Non-
Forecas
t/Rules
Based)
DefinitionDB Reference / Calculation
Curre
ncy
Attrib
ute 1
- 30
YBothUser Defined Attribute of Currency TypeFlex Fact
(W_RTL_FLEX_FACT)
Date
Attrib
ute 1
- 15
YBothUser Defined Attribute of Date typeFlex Fact
(W_RTL_FLEX_FACT)
Num
ber
Attrib
ute 1
- 40
YBothUser Defined Attribute of Number TypeFlex Fact
(W_RTL_FLEX_FACT)
Perc
entag
e
Attrib
ute 1
- 15
YBothUser Defined Attribute of Percentage TypeFlex Fact
(W_RTL_FLEX_FACT)
Text
Attrib
ute 1
- 30
YBothUser Defined Attribute of Text TypeFlex Fact
(W_RTL_FLEX_FACT)
Prod
AttrV
alue1
NBothProduct attributes selected by the user in the
user filter. For e.g., Brand
RSE_PROD_ATTR
-
Prod
AttrV
alue
5

May 15, 2026 Appendix G-8 of G-8


In this guide