DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_PVT dependencies on CS_KB_ELEMENT_TYPES_B

Line 345: from cs_kb_element_types_b

341: l_count pls_integer;
342: begin
343: -- if type exists
344: select count(*) into l_count
345: from cs_kb_element_types_b
346: where element_type_id = p_ele_type_id;
347: if(l_count <1) then return G_FALSE;
348: else return G_TRUE;
349: end if;

Line 755: from cs_kb_element_types_b

751:
752: if(p_link_id_tbl(i1) is not null) then
753: if(l_ele_type_id is not null and l_ele_type_id>0) then
754: select count(*) into l_count
755: from cs_kb_element_types_b
756: where element_type_id = l_ele_type_id;
757: if(l_count<1) then
758:
759: if fnd_msg_pub.Check_Msg_Level( fnd_msg_pub.G_MSG_LVL_ERROR) then