DBA Data[Home] [Help]

APPS.CAC_TASK_PURGE_PUB dependencies on CAC_NOTE_PURGE_PUB

Line 325: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,'cac_task_purge_pub.purge_tasks', 'Before calling cac_note_purge_pub.purge_notes');

321:
322:
323: --Calling notes api
324: if( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
325: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,'cac_task_purge_pub.purge_tasks', 'Before calling cac_note_purge_pub.purge_notes');
326: end if;
327:
328:
329:

Line 330: cac_note_purge_pub.purge_notes(

326: end if;
327:
328:
329:
330: cac_note_purge_pub.purge_notes(
331: p_api_version => 1.0,
332: x_return_status => x_return_status,
333: x_msg_count => x_msg_count,
334: x_msg_data => x_msg_data,

Line 343: FND_LOG.STRING(FND_LOG.LEVEL_EXCEPTION,'cac_task_purge_pub.purge_tasks', 'return status error after calling cac_note_purge_pub.purge_notes');

339: THEN
340: x_return_status := fnd_api.g_ret_sts_unexp_error;
341:
342: if( FND_LOG.LEVEL_EXCEPTION >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
343: FND_LOG.STRING(FND_LOG.LEVEL_EXCEPTION,'cac_task_purge_pub.purge_tasks', 'return status error after calling cac_note_purge_pub.purge_notes');
344: end if;
345: RAISE fnd_api.g_exc_unexpected_error;
346: end if;
347: