DBA Data[Home] [Help]

APPS.ORACLENAVIGATE dependencies on V$TIMER

Line 32: select HSECS into l_hsecs from V$TIMER;

28:
29: procedure timer(message VARCHAR2) is --defaulted to NULL, removed for GSCC
30: l_hsecs pls_integer;
31: begin
32: select HSECS into l_hsecs from V$TIMER;
33: htp.p('DEBUG ('||l_hsecs||') '||message);htp.nl;
34: end;
35:
36: function security_group(p_responsibility_id number,