DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_AUDIT_PVT dependencies on CS_KB_SYNC_INDEX_PKG

Line 1938: CS_KB_SYNC_INDEX_PKG.Populate_Soln_Content_Cache (x_set_id);

1934: raise MANDATORY_STATEMENT_MISSING;
1935: end if;
1936:
1937: -- Repopulate the Solution Content cache for this solution
1938: CS_KB_SYNC_INDEX_PKG.Populate_Soln_Content_Cache (x_set_id);
1939: CS_KB_SYNC_INDEX_PKG.Pop_Soln_Attach_Content_Cache (x_set_id); --12.1.3
1940:
1941: -- Mark the Solution Version for indexing
1942: CS_KB_SYNC_INDEX_PKG.Mark_Idxs_on_Pub_Soln( p_set_number );

Line 1939: CS_KB_SYNC_INDEX_PKG.Pop_Soln_Attach_Content_Cache (x_set_id); --12.1.3

1935: end if;
1936:
1937: -- Repopulate the Solution Content cache for this solution
1938: CS_KB_SYNC_INDEX_PKG.Populate_Soln_Content_Cache (x_set_id);
1939: CS_KB_SYNC_INDEX_PKG.Pop_Soln_Attach_Content_Cache (x_set_id); --12.1.3
1940:
1941: -- Mark the Solution Version for indexing
1942: CS_KB_SYNC_INDEX_PKG.Mark_Idxs_on_Pub_Soln( p_set_number );
1943:

Line 1942: CS_KB_SYNC_INDEX_PKG.Mark_Idxs_on_Pub_Soln( p_set_number );

1938: CS_KB_SYNC_INDEX_PKG.Populate_Soln_Content_Cache (x_set_id);
1939: CS_KB_SYNC_INDEX_PKG.Pop_Soln_Attach_Content_Cache (x_set_id); --12.1.3
1940:
1941: -- Mark the Solution Version for indexing
1942: CS_KB_SYNC_INDEX_PKG.Mark_Idxs_on_Pub_Soln( p_set_number );
1943:
1944: -- dbms_output.put_line('Update Set with Validation - END');
1945: RETURN OKAY_STATUS;
1946:

Line 2490: cs_kb_sync_index_pkg.MARK_IDXS_ON_GLOBAL_STMT_UPD(p_given_element_ids(i));

2486: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2487: end if;
2488:
2489: -- Mark the text indexes for the updated statement
2490: cs_kb_sync_index_pkg.MARK_IDXS_ON_GLOBAL_STMT_UPD(p_given_element_ids(i));
2491: end loop;
2492:
2493: -- link the updated given element nos to set id
2494: