DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on JTF_TASK_UTL

Line 6545: l_task_owner_name := JTF_TASK_UTL.get_owner(l_task_tmpl_group_owner_type,l_task_template_group_owner);

6541:
6542: l_task_template_group_owner := FND_PROFILE.value('INC_DEFAULT_INCIDENT_TASK_OWNER');
6543: l_task_tmpl_group_owner_type := FND_PROFILE.value('INC_DEFAULT_INCIDENT_TASK_OWNER_TYPE');
6544:
6545: l_task_owner_name := JTF_TASK_UTL.get_owner(l_task_tmpl_group_owner_type,l_task_template_group_owner);
6546:
6547: IF l_task_owner_name IS NULL THEN
6548: l_task_template_group_owner := NULL;
6549: l_task_tmpl_group_owner_type := NULL;

Line 7790: l_task_owner_name := JTF_TASK_UTL.get_owner(l_task_tmpl_group_owner_type,l_task_template_group_owner);

7786:
7787: l_task_template_group_owner := FND_PROFILE.value('INC_DEFAULT_INCIDENT_TASK_OWNER');
7788: l_task_tmpl_group_owner_type := FND_PROFILE.value('INC_DEFAULT_INCIDENT_TASK_OWNER_TYPE');
7789:
7790: l_task_owner_name := JTF_TASK_UTL.get_owner(l_task_tmpl_group_owner_type,l_task_template_group_owner);
7791:
7792: IF l_task_owner_name IS NULL THEN
7793: l_task_template_group_owner := NULL;
7794: l_task_tmpl_group_owner_type := NULL;