DBA Data[Home] [Help]

APPS.FTE_TL_CACHE dependencies on WSH_REGION_LOCATIONS

Line 4030: FROM wsh_region_locations rl

4026:
4027: CURSOR get_region_id(c_location_id IN NUMBER, c_region_type IN NUMBER) IS
4028: SELECT rl.region_id,
4029: rl.region_type
4030: FROM wsh_region_locations rl
4031: WHERE rl.location_id= c_location_id and
4032: rl.region_type >= c_region_type
4033: ORDER BY rl.region_type ASC;
4034: