DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_UTIL dependencies on JTF_TASK_ASSIGNMENTS

Line 10205: FROM jtf_task_assignments

10201:
10202: -- Cursor to get the details of the task assignment.
10203: CURSOR c_assignee_id (l_task_id IN NUMBER) IS
10204: SELECT resource_id
10205: FROM jtf_task_assignments
10206: WHERE task_id = l_task_id ;
10207: BEGIN
10208: -- Check if the profile option for the state restriction is set.
10209: -- then only apply the logic in this function