Skip to main content

I want to add these two fields to a quick report….where would I find them to pull them in.  They are listed in the API as a get, but not sure about the argument ‘rounding’

On Apps10 Upd 9

 

 

Hello @chajash 

 

Unfortunately, the company that I am working for has IFS 9 right now. However, the parameter rounding_ 

is an IN NUMBER. I think what it does is round the value to a number of decimals.

You can hard code a number and see if the return from the function will give you the same number of decimals equal to the number hardcode.

For example:

select customer_order_api.get_unit_contribution_margin(all the parameter in here) from dual;

You can see the return value.

 


Reply