Friday 3 February 2017

Oracle Princing Manager- Round to in Price List


The Round To value defines the number of places to the right or left of the decimal point to which the pricing engine rounds prices from price lists and modifiers from modifier lists:

A positive number indicates the number of places to the left of the decimal point. A negative number indicates number of places to the right of the decimal point. The default is -2.

If multicurrency is enabled, the Round To field will be disabled and will reflect the Round To value defined for the Multi-Currency Conversion window
 
The pricing engine rounds the base price and all discount amounts before using them in calculations.

The value returned depends on the value that was set for the profile option QP: Unit Price Precision Type:


  • Standard: The rounding factor defaults to the currency's precision value. You can override the rounding factor to any value greater than or equal to the currency's precision value.
  • Extended: The rounding factor defaults to the currency's extended precision value. You can override the rounding factor to any value greater than or equal to the currency's extended precision value.
    

Monday 23 January 2017

Form Personalization in Oracle Apps Step By Step Guide With Examples



First Step in Form Personalization is to Identify the Block and Field Names of the Form Which Needs to be Customized.

To Identify the Block and Field Names, Open the Required Form, Navigate to Help--> Diagnostics-->Examine

How to Make a Field in Oracle Form Mandatory Using Form Personalization:

In this Example We are Going to Make the Description Field in Location Form Mandatory.

So First Identify the Block and Field Name



Open the Form Personalization Screen - Navigation: Help-->Diagnostic-->Custom Code-->Personalize

 

Enter the Sequence and Description in Rule Section

 

Set Condition "WHEN NEW FORM INSTANCE"

Select Appropriate Context Level. Here i Have Used "RESPONSIBILITY"  With Value "Inventory, Vision Operations (USA)"

So Whenever a User Enters the Form with Menu in Resp "Inventory, Vision Operations (USA)", the Description Field Will be Mandatory.

 

Go to Actions Section

object Type as Item

Target Object : The Field Which has to be Customized. In Our Case LOC.DESCRIPTION

Property Name:Required

  

Save the Form. Logout of the Application and Login again to Validate the Customization.

From Responsibility Vision operations USA, Description Field is Mandatory

 

From Responsibility Purchasing Vision operations, Description is Non Mandatory

 

To Launch a URL

Change the Action Type as  Builtin.

Add Builtin Type as Launch a URL

in the Argument field add the Required web address

Save the Form

 

To Launch a Standard Request Submission(Concurrent) Form  


Change the Action Type as  Builtin.

Add Builtin Type as Launch SRS Form

Add Program Name.(Concurrent Which has to be Launched)