DBA Data[Home] [Help]

APPS.CS_KB_SET_LINKS_PKG dependencies on CS_SR_KB_SOLUTION_LINKS_V

Line 280: Select creation_date into l_date from cs_sr_kb_solution_links_v

276: l_id := x_link_id;
277: END IF;
278: --Start of Bugfix8513725
279: Begin
280: Select creation_date into l_date from cs_sr_kb_solution_links_v
281: Where set_id = P_SET_ID
282: and object_code = p_object_code
283: and other_id = p_other_id ;
284: Exception

Line 372: Select creation_date into l_date from cs_sr_kb_solution_links_v

368: FETCH Count_Links_to_Soln_Ver into l_links_to_soln_ver_ct;
369: CLOSE Count_Links_to_Soln_Ver;
370: --Start Of Bugfix8513725
371: Begin
372: Select creation_date into l_date from cs_sr_kb_solution_links_v
373: Where set_id = P_SET_ID
374: and object_code = p_object_code
375: and other_id = p_other_id ;
376: Exception