DBA Data[Home] [Help]

APPS.OE_SHIP_CONFIRMATION_PUB dependencies on FND_FILE

Line 5098: FND_FILE.PUT_LINE

5094: IF l_debug_level > 0 Then
5095: SELECT hsecs INTO l_end_time from v$timer;
5096: end if;
5097:
5098: FND_FILE.PUT_LINE
5099: (FND_FILE.LOG,'Time spent in notification framework is (sec) '
5100: ||((l_end_time-l_start_time)/100));
5101:
5102: EXCEPTION

Line 5099: (FND_FILE.LOG,'Time spent in notification framework is (sec) '

5095: SELECT hsecs INTO l_end_time from v$timer;
5096: end if;
5097:
5098: FND_FILE.PUT_LINE
5099: (FND_FILE.LOG,'Time spent in notification framework is (sec) '
5100: ||((l_end_time-l_start_time)/100));
5101:
5102: EXCEPTION
5103: WHEN others THEN