DBA Data[Home] [Help]

APPS.CSR_SCHEDULER_PVT dependencies on FND_TERRITORIES_VL

Line 98: , fnd_territories_vl fnd

94: , l.country country_code
95: , l.geometry_status_code
96: FROM jtf_tasks_b t
97: , hz_locations l
98: , fnd_territories_vl fnd
99: WHERE t.task_id = p_task_id
100: AND l.location_id = csf_tasks_pub.get_task_location_id(t.task_id, t.address_id, t.location_id)
101: AND fnd.territory_code = l.country;
102: