Skip to main content

Good Day.

Is there a way we can delete the entry of another user , as it says the user only can do it..(can’t even perform with Admin user -IFSAPP)

 

Hello @SMANUEL 

The only way is logging on with the creator user and delete. The other option is modifying check delete procedure for OPEN_BAL_HIST_INSTANCE_API. You can modify as following

 

(remrec_.user_id <> Fnd_Session_API.Get_Fnd_User() OR remrec_.user_id <> ‘IFSAPP’)

 

 

Hope this helps


@Furkan Zengin Many thanks for your response..The first option seems to be better...


Reply