DBA Data[Home] [Help]

APPS.PO_PDOI_POSTPROC_PVT dependencies on ICX_CAT_INTERMEDIA_INDEX_PVT

Line 3915: ICX_CAT_INTERMEDIA_INDEX_PVT.rebuild_index;

3911: -- Bug 14277142 : Calling iP rebuild index only for Blanket so that line items becomes searchable in iP store.
3912: IF p_type = PO_PDOI_CONSTANTS.g_doc_type_BLANKET THEN
3913: BEGIN
3914: d_position := 10;
3915: ICX_CAT_INTERMEDIA_INDEX_PVT.rebuild_index;
3916: EXCEPTION
3917: WHEN OTHERS THEN
3918: IF (PO_LOG.d_stmt) THEN
3919: PO_LOG.stmt(d_module, d_position, 'Exception while call to ICX_CAT_INTERMEDIA_INDEX_PVT.rebuild_index and erorr encountered is '

Line 3919: PO_LOG.stmt(d_module, d_position, 'Exception while call to ICX_CAT_INTERMEDIA_INDEX_PVT.rebuild_index and erorr encountered is '

3915: ICX_CAT_INTERMEDIA_INDEX_PVT.rebuild_index;
3916: EXCEPTION
3917: WHEN OTHERS THEN
3918: IF (PO_LOG.d_stmt) THEN
3919: PO_LOG.stmt(d_module, d_position, 'Exception while call to ICX_CAT_INTERMEDIA_INDEX_PVT.rebuild_index and erorr encountered is '
3920: ||SQLCODE||' -ERROR- '||SQLERRM );
3921: END IF;
3922: END;
3923: END IF;