DBA Data[Home] [Help]

APPS.FTE_TL_CACHE dependencies on WSH_REGIONS

Line 4039: FROM wsh_regions r

4035: CURSOR get_exact_region_id(c_region_id IN NUMBER,c_region_type IN NUMBER) IS
4036: SELECT r.region_id,
4037: r.region_type,
4038: r.parent_region_id
4039: FROM wsh_regions r
4040: WHERE r.region_id = c_region_id AND
4041: r.region_type >=c_region_type;
4042:
4043: