DBA Data[Home] [Help]

APPS.CS_KB_KWIC_UTIL dependencies on CS_KB_SECURITY_PVT

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

500: FROM cs_kb_set_eles b, cs_kb_elements_vl e
501: WHERE e.element_id = b.element_id
502: AND b.set_id = p_set_id
503: AND e.status = 'PUBLISHED'
504: AND e.access_level >= Cs_Kb_Security_Pvt.GET_STMT_VISIBILITY_POSITION;
505:
506: BEGIN
507: --Synthesize the document out of solution statements
508: dbms_lob.createtemporary(l_document, TRUE, dbms_lob.call);