DBA Data[Home] [Help]

APPS.CS_KB_KWIC_UTIL dependencies on CS_KB_SECURITY_PVT

Line 479: AND e.access_level >= Cs_Kb_Security_Pvt.GET_STMT_VISIBILITY_POSITION;

475: FROM cs_kb_set_eles b, cs_kb_elements_vl e
476: WHERE e.element_id = b.element_id
477: AND b.set_id = p_set_id
478: AND e.status = 'PUBLISHED'
479: AND e.access_level >= Cs_Kb_Security_Pvt.GET_STMT_VISIBILITY_POSITION;
480:
481: BEGIN
482: --Synthesize the document out of solution statements
483: dbms_lob.createtemporary(l_document, TRUE, dbms_lob.call);