DBA Data[Home] [Help]

APPS.PAY_EVENTS_WRAPPER dependencies on DBMS_UTILITY

Line 1536: l_start := dbms_utility.get_time;

1532: dbg('p_raise_no_data => FALSE');
1533: END IF;
1534: --
1535: -- Get the current time (100th's of a second)
1536: l_start := dbms_utility.get_time;
1537: g_SECONDS_ELAPSED := 0;
1538: --
1539: -- Clear out the results table, and the event group cache
1540: p_summary_refresh.DELETE;

Line 1589: l_curr := dbms_utility.get_time;

1585: msg('No records in refresh table, nothing to do');
1586: dbg('Finished get_summaries_affected');
1587: --
1588: -- Record the time taken (to get nothing!)
1589: l_curr := dbms_utility.get_time;
1590: g_SECONDS_ELAPSED := (l_curr - l_start) / 100;
1591: msg(get_elapsed_time_text);
1592: --
1593: -- Clear the looping globals

Line 1623: l_curr := dbms_utility.get_time;

1619: msg('Refresh all supervisors for: '||l_all_start||' -> '||l_all_end);
1620: END IF;
1621: --
1622: -- Record the time taken for the full run
1623: l_curr := dbms_utility.get_time;
1624: g_SECONDS_ELAPSED := (l_curr - l_start) / 100;
1625: msg(get_elapsed_time_text);
1626: --
1627: -- Initialise the globals we use for simplified record looping