DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on V$THREAD

Line 2441: from v$thread

2437: if ( instance1 is not null ) then
2438: begin
2439: select instance
2440: into dummy_val
2441: from v$thread
2442: where upper(instance) = upper(instance1);
2443: exception
2444: when no_data_found then
2445: fnd_message.set_name ('FND', 'CONC-Instance not found');