DBA Data[Home] [Help]

APPS.IEX_DELINQUENCY_PUB dependencies on ALL_TABLES

Line 2799: select OWNER || '.' || TABLE_NAME into l_truncate_table from sys.all_tables where table_name = 'IEX_DEL_BUFFERS';

2795: else
2796: IEX_DEBUG_PUB.logMessage('This is the last running instance of IEXDLMGB - truncating IEX_DEL_BUFFERS table...');
2797: FND_FILE.PUT_LINE(FND_FILE.LOG,'This is the last running instance of IEXDLMGB - truncating IEX_DEL_BUFFERS table...');
2798: end if;
2799: select OWNER || '.' || TABLE_NAME into l_truncate_table from sys.all_tables where table_name = 'IEX_DEL_BUFFERS';
2800: EXECUTE IMMEDIATE 'truncate table ' || l_truncate_table;
2801: IEX_DEBUG_PUB.logMessage('Done');
2802: else
2803: IEX_DEBUG_PUB.logMessage('There are other running instances of IEXDLMGB - quiting');