Purchase Requisition currency conversion not applied in Draft; applied only after Submit – expected?
Summary:
Hi
We are creating Purchase Requisitions in Oracle Fusion Procurement using REST API and passing the following on the requisition line:
CurrencyCode = USDConversionRateType = SpotConversionRateDate(Creation Date)
The corresponding USD → CAD Spot rate is defined in Manage Daily Rates for the same date.
However, while the requisition is in Draft / INCOMPLETE status:
- The line GET response shows
ConversionRate = null - Header and line totals display the same numeric amount in CAD (no conversion).
Once the requisition is validated or submitted, the conversion rate is derived and the CAD amount is correctly converted.
Question:
Is it expected Oracle Fusion behavior that
0