DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_CATALOG_INDEX_PVT

Line 461: l_type := PO_CATALOG_INDEX_PVT.TYPE_BLANKET; --Bug#4902870

457: );
458: END IF;
459: /* end big9846958 */
460:
461: l_type := PO_CATALOG_INDEX_PVT.TYPE_BLANKET; --Bug#4902870
462:
463: ELSE -- QUOTATION
464: l_type := PO_CATALOG_INDEX_PVT.TYPE_QUOTATION; --Bug#4902870
465: -- For quotations, there is no need to performa approval status or revision

Line 464: l_type := PO_CATALOG_INDEX_PVT.TYPE_QUOTATION; --Bug#4902870

460:
461: l_type := PO_CATALOG_INDEX_PVT.TYPE_BLANKET; --Bug#4902870
462:
463: ELSE -- QUOTATION
464: l_type := PO_CATALOG_INDEX_PVT.TYPE_QUOTATION; --Bug#4902870
465: -- For quotations, there is no need to performa approval status or revision
466: -- checking
467:
468: IF (PO_LOG.d_stmt) THEN

Line 526: PO_CATALOG_INDEX_PVT.rebuild_index

522:
523:
524: --Bug#4902870
525: if(l_rebuild_attribs) then
526: PO_CATALOG_INDEX_PVT.rebuild_index
527: ( p_type => l_type,
528: p_po_header_id => p_po_header_id
529: );
530: -- Bug 14277142 : Calling iP rebuild index only if call is not from PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous Code and

Line 532: IF NVL(p_caller,'N') <> 'MERGE' AND l_type = PO_CATALOG_INDEX_PVT.TYPE_BLANKET THEN

528: p_po_header_id => p_po_header_id
529: );
530: -- Bug 14277142 : Calling iP rebuild index only if call is not from PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous Code and
531: -- in case of blanket so that item becomes serachable in iP store.
532: IF NVL(p_caller,'N') <> 'MERGE' AND l_type = PO_CATALOG_INDEX_PVT.TYPE_BLANKET THEN
533: -- Rebuild catalog search index.
534: d_position := 90;
535: BEGIN
536: ICX_CAT_INTERMEDIA_INDEX_PVT.rebuild_index;