DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_PVT dependencies on CS_KB_SET_LINKS

Line 620: l_id := CS_KB_SET_LINKS_PKG.Create_Set_Link(

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

Line 888: update cs_kb_set_links set

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

Line 892: delete from cs_kb_set_links

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