[Home] [Help]
5473: IF l_debug_level > 0 Then
5474: SELECT hsecs INTO l_end_time from v$timer;
5475: end if;
5476:
5477: FND_FILE.PUT_LINE
5478: (FND_FILE.LOG,'Time spent in notification framework is (sec) '
5479: ||((l_end_time-l_start_time)/100));
5480:
5481: EXCEPTION
5474: SELECT hsecs INTO l_end_time from v$timer;
5475: end if;
5476:
5477: FND_FILE.PUT_LINE
5478: (FND_FILE.LOG,'Time spent in notification framework is (sec) '
5479: ||((l_end_time-l_start_time)/100));
5480:
5481: EXCEPTION
5482: WHEN others THEN