DBA Data[Home] [Help]

APPS.CS_KB_ELE_TYPE_LINKS_PKG dependencies on CS_KB_ELEMENT_TYPES_B

Line 59: from cs_kb_element_types_b

55: goto error_found;
56: end if;
57:
58: select count(*) into l_count
59: from cs_kb_element_types_b
60: where element_type_id = p_element_type_id;
61: if(l_count <= 0) then goto error_found; end if;
62:
63: -- Check for duplication