DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on V$THREAD

Line 3000: from v$thread

2996: if ( instance1 is not null ) then
2997: begin
2998: select instance
2999: into dummy_val
3000: from v$thread
3001: where upper(instance) = upper(instance1);
3002: exception
3003: when no_data_found then
3004: fnd_message.set_name ('FND', 'CONC-Instance not found');