DBA Data[Home] [Help]

APPS.JTF_LOC_AREAS_PKG dependencies on JTF_LOC_AREAS_VL

Line 199: from jtf_loc_Areas_vl

195: WHERE parent_location_area_id = x_location_area_id;
196:
197: Cursor locationName is
198: select location_Area_name
199: from jtf_loc_Areas_vl
200: where location_Area_id = x_location_Area_id;
201:
202: l_loc_area_name varchar2(240);
203: begin