DBA Data[Home] [Help]

APPS.FND_ADG_UTILITY dependencies on GV$SESSION

Line 2943: from gv$session b

2939: delete from fnd_adg_commit_wait a
2940: where a.session_id < userenv('SESSIONID')
2941: and not exists
2942: ( select 1
2943: from gv$session b
2944: where b.audsid = a.session_id
2945: );
2946:
2947: commit;