DBA Data[Home] [Help]

APPS.PV_REFERRAL_COMP_PUB dependencies on DBMS_UTILITY

Line 590: l_total_start := dbms_utility.get_time;

586:
587: -- -----------------------------------------------------------------------
588: -- Set variables.
589: -- -----------------------------------------------------------------------
590: l_total_start := dbms_utility.get_time;
591:
592: g_module_name := 'Referral Compensation: Order Completion CC';
593:
594: dbms_application_info.set_module(

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

873: p_statement_level =>FND_LOG.LEVEL_EVENT
874: );
875:
876:
877: l_elapsed_time := DBMS_UTILITY.get_time - l_total_start;
878: Debug('=====================================================================');
879: Debug('Total Elapsed Time: ' || l_elapsed_time || ' hsec' || ' = ' ||
880: ROUND((l_elapsed_time/6000), 2) || ' minutes');
881: Debug('=====================================================================');