DBA Data[Home] [Help]

APPS.CS_KB_SET_TYPES_PKG dependencies on CS_KB_SET_TYPE_LINKS

Line 213: from cs_kb_set_type_links

209:
210: -- Check external links
211: --
212: select count(*) into l_count
213: from cs_kb_set_type_links
214: where set_type_id = p_set_type_id;
215: if(l_count > 0) then
216: fnd_message.set_name('CS', 'CS_KB_C_SET_TYPE_WITH_LINK');
217: return ERROR_STATUS; end if;