DBA Data[Home] [Help]

APPS.PV_REFERRAL_GENERAL_PUB dependencies on DBMS_UTILITY

Line 254: l_total_start := dbms_utility.get_time;

250:
251: -- -----------------------------------------------------------------------
252: -- Set variables.
253: -- -----------------------------------------------------------------------
254: l_total_start := dbms_utility.get_time;
255:
256: g_module_name := 'Referral: Update Referral Status';
257:
258: dbms_application_info.set_module(

Line 793: l_elapsed_time := DBMS_UTILITY.get_time - l_total_start;

789: p_statement_level => FND_LOG.LEVEL_EVENT
790: );
791:
792:
793: l_elapsed_time := DBMS_UTILITY.get_time - l_total_start;
794: Debug('=====================================================================');
795: Debug('Total Elapsed Time: ' || l_elapsed_time || ' hsec' || ' = ' ||
796: ROUND((l_elapsed_time/6000), 2) || ' minutes');
797: Debug('=====================================================================');