DBA Data[Home] [Help]

APPS.RCV_DEFAULT_PKG dependencies on DBMS_UTILITY

Line 228: x_new_time := DBMS_UTILITY.get_time;

224: p_comment IN VARCHAR2
225: ) IS
226: x_new_time NUMBER;
227: BEGIN
228: x_new_time := DBMS_UTILITY.get_time;
229:
230: IF (g_debug_flag = 'Y') THEN
231: asn_debug.put_line('Elapsed Time:' || LPAD(x_new_time - NVL(g_previous_time, x_new_time),
232: 8,