DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_PVT dependencies on CS_KB_ELEMENT_TYPES_B

Line 347: from cs_kb_element_types_b

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

Line 757: from cs_kb_element_types_b

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