Details about View Object which is being used when creating a custom function for pricing algorithm?
Summary:
I am trying to understand the details about View Object which is being used when creating a custom function for pricing algorithm.
In the attach document in this note FA: SCM: Pricing : How To Apply Pricing Discount Based On "Customer Account" DFF (Doc ID 2696543.1)Oracle asks us to perform few modifications. We need to create a function getCustomerAccountDFF with following details:
Key | Value |
---|---|
Application Module | oracle.apps.scm.pricing.priceExecution.pricingProcesses.publicModel.applicationModule.PricingProcessAM |
Application Configuration | ${(PriceRequest.PricingServiceParameter[0]?.CacheEnabledFlag==null || PriceRequest.PricingServiceParameter[0].CacheEnabledFlag) ? 'PricingProcessAMShared' : 'PricingProcessAMLocal'} |
View Object | oracle.apps.cdm.foundation.parties.publicFlex.custAccount.view.CustAcctInformationVO |
View Criteria | findByCustAcctId |