DBA Data[Home] [Help]

APPS.PO_CATALOG_INDEX_PVT dependencies on ICX_CAT_POPULATE_QUOTE_GRP

Line 357: 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;

353:
354: PO_DEBUG.debug_stmt(l_log_head,l_progress,'SEGMENT1 = '||l_segment1||', for PO_HEADER_ID = '||p_po_header_id);
355: END IF;
356:
357: 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;
358: -- Call iproc api for rebuild index for Quotations
359: -- Pass in the key for PO_SESSION_GT table
360: l_progress := '040';
361:

Line 362: ICX_CAT_POPULATE_QUOTE_GRP.populateOnlineQuotes

358: -- Call iproc api for rebuild index for Quotations
359: -- Pass in the key for PO_SESSION_GT table
360: l_progress := '040';
361:
362: ICX_CAT_POPULATE_QUOTE_GRP.populateOnlineQuotes
363: (
364: p_api_version => 1.0, -- NUMBER IN
365: p_commit => FND_API.G_TRUE, -- VARCHAR2 IN
366: p_init_msg_list => FND_API.G_FALSE, -- VARCHAR2 IN

Line 377: 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;

373: -- In case of error, just log in debug logs. There is no need to raise
374: -- it up, because rebuild_index errors have to be ignored by the calling
375: -- program.
376: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
377: 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;
378: END IF;
379: ELSE
380: 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;
381: END IF;

Line 380: 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;

376: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
377: 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;
378: END IF;
379: ELSE
380: 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;
381: END IF;
382:
383: IF g_debug_stmt THEN PO_DEBUG.debug_end(l_log_head); END IF;
384: EXCEPTION