DBA Data[Home] [Help]

APPS.CS_KB_SYNC_INDEX_PKG dependencies on CS_KB_CTX_PKG

Line 66: cs_kb_ctx_pkg.synthesize_solution_content

62:
63: -- Create a temporary CLOB and populate it with the synthesized
64: -- solution content, to be indexed
65: dbms_lob.createtemporary(l_content, TRUE);
66: cs_kb_ctx_pkg.synthesize_solution_content
67: ( p_solution_id, p_lang, l_content );
68:
69: -- Copy the synthesized solution content into the content cache
70: -- through the LOB locator