DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_UTIL dependencies on JTF_TASK_ASSIGNMENTS

Line 10125: FROM jtf_task_assignments

10121:
10122: -- Cursor to get the details of the task assignment.
10123: CURSOR c_assignee_id (l_task_id IN NUMBER) IS
10124: SELECT resource_id
10125: FROM jtf_task_assignments
10126: WHERE task_id = l_task_id ;
10127: BEGIN
10128: -- Check if the profile option for the state restriction is set.
10129: -- then only apply the logic in this function