Install Base and Asset Tracking - EBS (MOSC)

MOSC Banner

HOWTO PASS THE ENTERED VALUE AS PARAMETER TO PARTIAL FIRE ACTION EVENT?

I have taken the value from one field entered by user and after calculation assigned that value to another column but event for the assigned column is not triggering and existing calculation on that column is not working.

Assigned column of that current row's "DynCalcUpd" event is not triggering. It is triggering for the input column but not for the assigned value column. See the code below for the reference.

 callmultfun = oadbtransaction.createPreparedStatement(get_multiplication,2);

 callmultfun.setString(1, BasicSalMult);

 callmultfun.setString(2, CountryMeritBudget);

try {

mult_result = callmultfun.executeQuery();

if (mult_result.next()) 

{

Mult_resultvalue = mult_result.getString(1);

currentrow.setAttribute("PctOfEligSalOpt1",Mult_resultvalue);

Tagged:

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

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center