[Home] [Help]
APPS.CSF_GPS_PUB dependencies on JTF_TERR_RSC_ALL
Line 411: FROM jtf_terr_rsc_all
407: WHERE vendor_id = v_vendor_id;
408: --
409: CURSOR c_territory_resources IS
410: SELECT resource_id, resource_type
411: FROM jtf_terr_rsc_all
412: WHERE terr_id = p_territory_id;
413:
414: l_datetime_format fnd_profile_option_values.profile_option_value%TYPE;
415: