DBA Data[Home] [Help]

APPS.CSZ_SERVICEREQUEST_UTIL_PVT dependencies on JTF_TASK_TEMP_GROUPS_VL

Line 379: from jtf_task_temp_groups_vl

375: a.source_object_id = p_incident_id;
376: --
377: cursor c_task_temp_grp_name(l_templ_grp_id in number) is
378: select template_group_name
379: from jtf_task_temp_groups_vl
380: where task_template_group_id = l_templ_grp_id;
381: --
382: begin
383: --