Demantra Solutions - EBS (MOSC)

MOSC Banner

how divided by 0 is handeled by Safe division in server expression.

edited Jan 29, 2016 10:06AM in Demantra Solutions - EBS (MOSC) 8 commentsAnswered

we have a server expression where for branch_data.actual_quantity = 0 then the server expression output is incorrect.

least(safe_division(abs(nvl(sum(branch_data.actual_quantity),0) - nvl(sum(branch_data.utc_final_fc_lag_13),0)), nvl(sum(branch_data.actual_quantity),0),0),1)

So I want to know if   branch_data.actual_quantity = 0   then what would be the output given by Safe_division. how will it handle the scenario of divided by 0 cases.

Regards,

Meraj

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

EBS Demantra Tags

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center