DBA Data[Home] [Help]

APPS.CUG_SR_ATTRIBUTE_INTF dependencies on CS_TP_TEMPLATE_LINKS

Line 47: from cs_tp_template_links lnk

43:
44: /* Cursor to check Existence of template in CS schema) */
45: cursor c_template_exists (p_template_name varchar2) IS
46: select lnk.template_id template_id
47: from cs_tp_template_links lnk
48: , cs_tp_templates_vl tmpl
49: where tmpl.template_id = lnk.template_id
50: and tmpl.name = p_template_name;
51: