DBA Data[Home] [Help]

APPS.ICX_CLEAN dependencies on ICX_TRANSACTIONS

Line 38: delete icx_transactions

34: commit;
35:
36: /* Delete rows older than 12 hours */
37:
38: delete icx_transactions
39: where to_number(to_char(CREATION_DATE,'SSSSS'))
40: < to_number(to_char(SYSDATE,'SSSSS')) - (12 * 60 * 60);
41:
42: /* Delete rows older than 30 days */