DBA Data[Home] [Help]

APPS.ICX_CLEAN dependencies on ICX_CONTEXT_RESULTS_TEMP

Line 51: delete icx_context_results_temp

47: commit;
48:
49: /* Delete rows older than 4 hours */
50:
51: delete icx_context_results_temp
52: where to_number(to_char(DATESTAMP,'SSSSS'))
53: < to_number(to_char(SYSDATE,'SSSSS')) - (1 * 60 * 60);
54: commit;
55: