36: , jrt.resource_name ResourceName
37: FROM fnd_grants fgs
38: , fnd_menus fmu
39: , fnd_objects fos
40: , jtf_rs_resource_extns_tl jrt
41: WHERE fgs.object_id = fos.object_id -- grants joint to object
42: AND fgs.menu_id = fmu.menu_id -- grants joint to menus
43: AND fos.obj_name = 'JTF_TASK_RESOURCE'
44: AND fgs.grantee_key = b_Grantee_Key