DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_PVT dependencies on CS_KB_SOLUTION_PVT

Line 34: * 26-Aug-2003 MKETTLE Changed to use CS_KB_SOLUTION_PVT.Create_Solution

30: * 1. Fix security problem that the security check is only
31: * in the text section. Secruity check should embrace the
32: * entire query text.
33: * 2. Fix malformat query text when search text is null.
34: * 26-Aug-2003 MKETTLE Changed to use CS_KB_SOLUTION_PVT.Create_Solution
35: * 26-Aug-2003 klou (TEXTNUM)
36: * 1. Modify Build_Solution_Text_Query to merge the NUMBER
37: * section in the text section.
38: * 27-Aug-2003 klou (SRCHEFF)

Line 2236: CS_KB_SOLUTION_PVT.Create_Solution( x_set_id => l_set_id,

2232: OPEN Get_Min_Visibility;
2233: FETCH Get_Min_Visibility INTO l_visibility_id;
2234: CLOSE Get_Min_Visibility;
2235:
2236: CS_KB_SOLUTION_PVT.Create_Solution( x_set_id => l_set_id,
2237: p_set_type_id => p_set_def_obj.set_type_id,
2238: p_name => p_set_def_obj.name,
2239: p_status => p_set_def_obj.status,
2240: p_attribute_category => p_set_def_obj.dff_obj.ATTRIBUTE_CATEGORY,