DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_PVT dependencies on CS_KB_SET_LINKS_PKG

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));