DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_UTIL dependencies on JTF_TASK_TYPES_VL

Line 10199: FROM jtf_task_types_vl

10195:
10196: -- Cursor to get the details of a task type
10197: CURSOR c_task_type (l_task_type_id IN NUMBER) IS
10198: SELECT rule
10199: FROM jtf_task_types_vl
10200: WHERE task_type_id = l_task_type_id ;
10201:
10202: -- Cursor to get the details of the task assignment.
10203: CURSOR c_assignee_id (l_task_id IN NUMBER) IS