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