DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_AUDIT_PVT dependencies on CS_KB_SYNC_INDEX_PKG

Line 1929: CS_KB_SYNC_INDEX_PKG.Populate_Soln_Content_Cache (x_set_id);

1925: raise MANDATORY_STATEMENT_MISSING;
1926: end if;
1927:
1928: -- Repopulate the Solution Content cache for this solution
1929: CS_KB_SYNC_INDEX_PKG.Populate_Soln_Content_Cache (x_set_id);
1930:
1931: -- Mark the Solution Version for indexing
1932: CS_KB_SYNC_INDEX_PKG.Mark_Idxs_on_Pub_Soln( p_set_number );
1933:

Line 1932: CS_KB_SYNC_INDEX_PKG.Mark_Idxs_on_Pub_Soln( p_set_number );

1928: -- Repopulate the Solution Content cache for this solution
1929: CS_KB_SYNC_INDEX_PKG.Populate_Soln_Content_Cache (x_set_id);
1930:
1931: -- Mark the Solution Version for indexing
1932: CS_KB_SYNC_INDEX_PKG.Mark_Idxs_on_Pub_Soln( p_set_number );
1933:
1934: -- dbms_output.put_line('Update Set with Validation - END');
1935: RETURN OKAY_STATUS;
1936:

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

2476: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2477: end if;
2478:
2479: -- Mark the text indexes for the updated statement
2480: cs_kb_sync_index_pkg.MARK_IDXS_ON_GLOBAL_STMT_UPD(p_given_element_ids(i));
2481: end loop;
2482:
2483: -- link the updated given element nos to set id
2484: