DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTION_AUTH dependencies on PO_CATALOG_INDEX_PVT

Line 170: PO_CATALOG_INDEX_PVT.rebuild_index

166: -- Rebuild catalog search index.
167: -- Call this procedure BEFORE calling archive_po because this one
168: -- compares against the archive tables to check if any of the
169: -- searchable fields have been modified or not.
170: PO_CATALOG_INDEX_PVT.rebuild_index
171: (
172: p_type => PO_CATALOG_INDEX_PVT.TYPE_BLANKET
173: , p_po_header_id => P_ACTION_CTL_REC.document_id
174: );

Line 172: p_type => PO_CATALOG_INDEX_PVT.TYPE_BLANKET

168: -- compares against the archive tables to check if any of the
169: -- searchable fields have been modified or not.
170: PO_CATALOG_INDEX_PVT.rebuild_index
171: (
172: p_type => PO_CATALOG_INDEX_PVT.TYPE_BLANKET
173: , p_po_header_id => P_ACTION_CTL_REC.document_id
174: );
175:
176: END IF; -- if Blanket Agreement