messages are overcome by clicking on the button

Hello

We are moving the data from one to another table by calling the method there procedure, therefore, if the status is ACTIVE then the kickoff this procedure

give another warning need to do this while in clicking the button move

But the messages are overcome

Note: Need to show only for inactive lines

Code CO Button

if("Y".) Equals (SelectFlag))

{

am.invokeMethod ("changeflag", param);   -> Commit selectflag values y in the Table

v_count = Integer.valueOf (v_count.intValue () + 1);

rowi.setAttribute ("SelectFlag", "N");  --> it will be deactivated the box only

}

for (int i = 0; i < 1; i ++)

{

System.out.println ("eneter in request id');

Rowi OrderDetailsVORowImpl = (OrderDetailsVORowImpl) lines [i];

String itemsts = (String) rowi.getAttribute ("ItemStatus");

System.out.println ("point Staus is:" + itemsts);

-> param1 is the orderno

If (itemsts is 'Active')

{

Integer reqid = (Integer) am.invokeMethod ("movedata", param1);

}

on the other

{

throw new OAException ("becan't move ", OAException.WARNING);

}

}

throw new OAException ("Folder moved successfully", (byte) 2);

Your condition is not clear. Could you explain a little more.

In addition, the string comparison should be like this:

If ("active". Equals (itemsts))

If (itemsts is 'Active')

See you soon

AJ

Tags: Oracle Applications

Similar Questions

Maybe you are looking for

  • Portege M800 LED button no longer works

    Hi allthe LED button, that normally turns on/off switch lights up and the led lights up next to the touchpad no longer works.When pushing blinks for about 1 second, then turns off.Thanks for the replies

  • iPhone 6 won't send e-mail

    I can't send an email from my iphone 6.  I deleted all the accounts and re-registrants.  I rebooted my phone.  Nothing works.  Please notify.

  • How can I remove a virus from the battery!

    Hi all Today, I opened google chrome to see if the hunger games the last of them has been able to watch in cuevana 2, but a window with a warning appears saying that if I close a virus will affect my battery. I didn t have a choice, then I close it,

  • How to move public folders

    move a public folder under proprties, it is a function move address line, but it won't change

  • ODDM 4.1.1.888 transform script function getProperty() does not return NOT NULL;

    HelloIn the 4.0.0.833 version the funcion getProperty() returns NULL when the dynamic propertyare not out,e.g. VRFDA = table.getProperty ("Text"); -Returns a null value if the dynamic property 'Text' does not exist. The Variable VRFDA is nothingI hav