Home » Developer & Programmer » JDeveloper, Java & XML » Error: 'oracle.jbo.RowAlreadyDeletedException:......
Error: 'oracle.jbo.RowAlreadyDeletedException:...... [message #430285] Mon, 09 November 2009 23:00
suman.g
Messages: 89
Registered: June 2009
Member
Hi All,

I am extending a VO and for that I have just added one more coulmn with NVL to a existing column as given below(part of query):
ItemTypesEO.DISPLAY_NAME AS TYPE_DISPLAY,
NVL(ItemTypesEO.DISPLAY_NAME, ('<'||wf_core.TRANSLATE('ALL')||'>')) AS TYPE_DISPLAY1

value of this column may null also but adding nvl is giving the error below:
'oracle.jbo.RowAlreadyDeletedException: JBO-25019: Entity row of key oracle.jbo.Key[POAPPRV POAPPRV ] not found in MessagesEO.'

I am not updating or inserting any row there, my query is to display data for different vacation rules defined for a particular user in iProc page-vacation rules.

Can anybody help me or suggest something as this is bit urgent..

Many thanks,
Suman
Previous Topic: DTD Problem in loading XML file
Next Topic: how to retrieve data in oracle using java
Goto Forum:
  


Current Time: Thu Mar 28 08:04:39 CDT 2024