DBA Data[Home] [Help]

APPS.JTF_TASK_ASSIGNMENTS_PVT dependencies on FND_GLOBAL

Line 1835: WHERE user_id = fnd_global.user_id)

1831: SET category_id = p_category_id
1832: WHERE task_id = l_task_id
1833: AND resource_id = (SELECT resource_id
1834: FROM jtf_rs_resource_extns
1835: WHERE user_id = fnd_global.user_id)
1836: AND resource_type_code not in ('RS_GROUP','RS_TEAM');
1837: END IF;
1838:
1839: -- Validate the value in L_RESOURCE_TYPE_CODE