Standard Pricing Comparison in Deal through Inbound Web Service

Oracle Revenue Management and Billing enables you to use the pricing from the standard price list of an entity during deal simulation to obtain an optimal pricing for a customer. Until now, if the Standard Pricing Comparison field was set to Yes in a deal type, the system used to calculate the following using the standard pricing while simulating the respective deals from the user interface:

  • Deal level revenue, profit, profitability(%), revenue variation(%), and profit variation(%) using the standard pricing

  • Product level revenue, profit, profitability(%), revenue variation(%), and profit variation(%) using the standard pricing

  • Division level revenue, profit, profitability(%), revenue variation(%), and profit variation(%) using the standard pricing

  • Revenue, profit, profitability(%), revenue variation(%), and profit variation(%) for each entity in the customer hierarchy using the standard pricing

  • Revenue, profit, profitability(%), revenue variation(%), and profit variation(%) for each price item and pricing parameters combination using the standard pricing

You can then compare the financial summary of the deal using the original, proposed, standard, and recommended (if any) pricing. Now, the standard pricing comparison feature is also available when you simulate a deal through the C1-Deal or C1-DealREST inbound web service.

The following tags are newly introduced in the C1-DealCreationUpdateIWS business service schema:

Parent Tag New Tags
<dealSimulationDetails>
<standardDealFinancialSummary>
<revenue></revenue>
<cost></cost>
     <profit></profit>
     <profitabilityPercentage></profitabilityPercentage>
</standardDealFinancialSummary>
<standardRevenueVariationPercentage></standardRevenueVariationPercentage>
<standardProfitVariationPercentage></standardProfitVariationPercentage>
<divisionFinancialSummaryDetails>
<standardDealFinancialSummary>
     <revenue></revenue>
     <cost></cost>
     <profit></profit>
     <profitabilityPercentage></profitabilityPercentage>
</standardDealFinancialSummary>
<standardRevenueVariationPercentage></standardRevenueVariationPercentage>
<standardProfitVariationPercentage></standardProfitVariationPercentage>
<productFinancialSummaryDetails>
<standardDealFinancialSummary>
<revenue></revenue>
     <cost></cost>
     <profit></profit>
     <profitabilityPercentage></profitabilityPercentage>
</standardDealFinancialSummary>
<standardRevenueVariationPercentage></standardRevenueVariationPercentage>
<standardProfitVariationPercentage></standardProfitVariationPercentage>
<hierarchyDetails>
<standardRevenue></standardRevenue>
<standardCost></standardCost>
<standardProfitabilityAmt></standardProfitabilityAmt>
<standardProfitabilityPercentage></standardProfitabilityPercentage>
<standardProfitVariationPercentage></standardProfitVariationPercentage>
<standardRevenueVariationPercentage></standardRevenueVariationPercentage>