DBA Data[Home] [Help]

APPS.PAY_EVENTS_WRAPPER dependencies on DBMS_UTILITY

Line 1518: l_start := dbms_utility.get_time;

1514: dbg('p_raise_no_data => FALSE');
1515: END IF;
1516: --
1517: -- Get the current time (100th's of a second)
1518: l_start := dbms_utility.get_time;
1519: g_SECONDS_ELAPSED := 0;
1520: --
1521: -- Clear out the results table, and the event group cache
1522: p_summary_refresh.DELETE;

Line 1571: l_curr := dbms_utility.get_time;

1567: msg('No records in refresh table, nothing to do');
1568: dbg('Finished get_summaries_affected');
1569: --
1570: -- Record the time taken (to get nothing!)
1571: l_curr := dbms_utility.get_time;
1572: g_SECONDS_ELAPSED := (l_curr - l_start) / 100;
1573: msg(get_elapsed_time_text);
1574: --
1575: -- Clear the looping globals

Line 1605: l_curr := dbms_utility.get_time;

1601: msg('Refresh all supervisors for: '||l_all_start||' -> '||l_all_end);
1602: END IF;
1603: --
1604: -- Record the time taken for the full run
1605: l_curr := dbms_utility.get_time;
1606: g_SECONDS_ELAPSED := (l_curr - l_start) / 100;
1607: msg(get_elapsed_time_text);
1608: --
1609: -- Initialise the globals we use for simplified record looping