DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_UTIL dependencies on JTF_TASK_TYPES_VL

Line 10119: FROM jtf_task_types_vl

10115:
10116: -- Cursor to get the details of a task type
10117: CURSOR c_task_type (l_task_type_id IN NUMBER) IS
10118: SELECT rule
10119: FROM jtf_task_types_vl
10120: WHERE task_type_id = l_task_type_id ;
10121:
10122: -- Cursor to get the details of the task assignment.
10123: CURSOR c_assignee_id (l_task_id IN NUMBER) IS