DBA Data[Home] [Help]

APPS.WF_QUEUE dependencies on V$INSTANCE

Line 55: select shutdown_pending into shutdown from v$instance;

51: as
52: shutdown varchar2(3);
53: begin
54:
55: select shutdown_pending into shutdown from v$instance;
56:
57: if shutdown = 'YES' then
58: return(TRUE);
59: else