DBA Data[Home] [Help]

APPS.PO_CATALOG_INDEX_PVT dependencies on ICX_CAT_POPULATE_QUOTE_GRP

Line 364: IF g_debug_stmt THEN PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling iProc API ICX_CAT_POPULATE_QUOTE_GRP.populateOnlineQuotes() to rebuild index'); END IF;

360:
361: PO_DEBUG.debug_stmt(l_log_head,l_progress,'SEGMENT1 = '||l_segment1||', for PO_HEADER_ID = '||p_po_header_id);
362: END IF;
363:
364: IF g_debug_stmt THEN PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling iProc API ICX_CAT_POPULATE_QUOTE_GRP.populateOnlineQuotes() to rebuild index'); END IF;
365: -- Call iproc api for rebuild index for Quotations
366: -- Pass in the key for PO_SESSION_GT table
367: l_progress := '040';
368:

Line 369: ICX_CAT_POPULATE_QUOTE_GRP.populateOnlineQuotes

365: -- Call iproc api for rebuild index for Quotations
366: -- Pass in the key for PO_SESSION_GT table
367: l_progress := '040';
368:
369: ICX_CAT_POPULATE_QUOTE_GRP.populateOnlineQuotes
370: (
371: p_api_version => 1.0, -- NUMBER IN
372: p_commit => FND_API.G_TRUE, -- VARCHAR2 IN
373: p_init_msg_list => FND_API.G_FALSE, -- VARCHAR2 IN

Line 384: IF g_debug_stmt THEN PO_DEBUG.debug_stmt(l_log_head,l_progress,'iProc API ICX_CAT_POPULATE_QUOTE_GRP.populateOnlineQuotes() returned error: '||l_return_status); END IF;

380: -- In case of error, just log in debug logs. There is no need to raise
381: -- it up, because rebuild_index errors have to be ignored by the calling
382: -- program.
383: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
384: IF g_debug_stmt THEN PO_DEBUG.debug_stmt(l_log_head,l_progress,'iProc API ICX_CAT_POPULATE_QUOTE_GRP.populateOnlineQuotes() returned error: '||l_return_status); END IF;
385: END IF;
386: ELSE
387: IF g_debug_stmt THEN PO_DEBUG.debug_stmt(l_log_head,l_progress,'Skipped: iProc API ICX_CAT_POPULATE_QUOTE_GRP.populateOnlineQuotes()'); END IF;
388: END IF;

Line 387: IF g_debug_stmt THEN PO_DEBUG.debug_stmt(l_log_head,l_progress,'Skipped: iProc API ICX_CAT_POPULATE_QUOTE_GRP.populateOnlineQuotes()'); END IF;

383: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
384: IF g_debug_stmt THEN PO_DEBUG.debug_stmt(l_log_head,l_progress,'iProc API ICX_CAT_POPULATE_QUOTE_GRP.populateOnlineQuotes() returned error: '||l_return_status); END IF;
385: END IF;
386: ELSE
387: IF g_debug_stmt THEN PO_DEBUG.debug_stmt(l_log_head,l_progress,'Skipped: iProc API ICX_CAT_POPULATE_QUOTE_GRP.populateOnlineQuotes()'); END IF;
388: END IF;
389:
390: IF g_debug_stmt THEN PO_DEBUG.debug_end(l_log_head); END IF;
391: EXCEPTION