DBA Data[Home] [Help]

APPS.CSR_SCHEDULER_PVT dependencies on FND_TERRITORIES_VL

Line 92: , fnd_territories_vl fnd

88: , fnd.territory_short_name country
89: , l.country country_code
90: FROM jtf_tasks_b t
91: , hz_locations l
92: , fnd_territories_vl fnd
93: WHERE t.task_id = p_task_id
94: AND l.location_id = csf_tasks_pub.get_task_location_id(t.task_id, t.address_id, t.location_id)
95: AND fnd.territory_code = l.country;
96: