DBA Data[Home] [Help]

APPS.JTF_TASK_ASSIGNMENTS_PVT dependencies on FND_GLOBAL

Line 1894: WHERE user_id = fnd_global.user_id)

1890: SET category_id = p_category_id
1891: WHERE task_id = l_task_id
1892: AND resource_id = (SELECT resource_id
1893: FROM jtf_rs_resource_extns
1894: WHERE user_id = fnd_global.user_id)
1895: AND resource_type_code not in ('RS_GROUP','RS_TEAM');
1896: END IF;
1897:
1898: -- Validate the value in L_RESOURCE_TYPE_CODE