DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_HELPER_PVT dependencies on PON_THREADS

Line 3521: PON_THREADS

3517: message => 'PON_THREAD_ENTRIES records deleted');
3518: END IF;
3519:
3520: DELETE FROM
3521: PON_THREADS
3522: WHERE
3523: DISCUSSION_ID = l_discussion_id;
3524:
3525: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN

Line 3528: message => 'PON_THREADS records deleted');

3524:
3525: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
3526: FND_LOG.string (log_level => FND_LOG.level_statement,
3527: module => g_module_prefix || l_module_name,
3528: message => 'PON_THREADS records deleted');
3529: END IF;
3530:
3531: DELETE FROM
3532: PON_DISCUSSIONS