DBA Data[Home] [Help]

APPS.PO_PDOI_POSTPROC_PVT dependencies on PO_CATALOG_INDEX_PVT

Line 3907: PO_CATALOG_INDEX_PVT.rebuild_index

3903:
3904: -- bug5027915
3905: -- populate parameter p_po_header_id rather than p_po_header_ids,
3906: -- which is used only when type is 'BLANKET_BULK'
3907: PO_CATALOG_INDEX_PVT.rebuild_index
3908: ( p_type => p_type,
3909: p_po_header_id => p_doc_rec.po_header_id
3910: );
3911: -- Bug 14277142 : Calling iP rebuild index only for Blanket so that line items becomes searchable in iP store.