DBA Data[Home] [Help]

APPS.AMS_CPYUTILITY_PVT dependencies on JTF_LOC_HIERARCHIES_VL

Line 227: FROM jtf_loc_hierarchies_vl lh

223: lh.state_name, 'SREGION',
224: lh.state_region_name, 'CITY',
225: lh.city_name, 'POSTAL_CODE',
226: lh.postal_code_start||'-'||lh.postal_code_end) GEO_AREA_NAME
227: FROM jtf_loc_hierarchies_vl lh
228: WHERE location_hierarchy_id = p_geo_hierarchy_id
229: AND location_type_code = p_geo_area_type;
230: /* dbiswas changed the following select clause and replaced with the decode select clause above
231: for sql repository performance issue bug # 3631235