DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_PVT dependencies on CS_KB_SET_LINKS

Line 618: l_id := CS_KB_SET_LINKS_PKG.Create_Set_Link(

614: if(p_other_id_tbl(i1) is not null or p_other_code_tbl(i1) is not null)
615: then
616:
617: if( p_usage_code = 'CS_KB_SET' ) then
618: l_id := CS_KB_SET_LINKS_PKG.Create_Set_Link(
619: null, --link type
620: p_object_code,
621: p_id,
622: p_other_id_tbl(i1));

Line 886: update cs_kb_set_links set

882: end if;
883: raise FND_API.G_EXC_ERROR;
884: end if;
885:
886: update cs_kb_set_links set
887: set_id = l_set_id
888: where link_id = p_link_id_tbl(i1);
889: else
890: delete from cs_kb_set_links

Line 890: delete from cs_kb_set_links

886: update cs_kb_set_links set
887: set_id = l_set_id
888: where link_id = p_link_id_tbl(i1);
889: else
890: delete from cs_kb_set_links
891: where link_id = p_link_id_tbl(i1);
892: end if;
893: end if;
894: i1 := p_link_id_tbl.NEXT(i1);