DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_PVT dependencies on CS_KB_SET_LINKS_PKG

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