[Home] [Help]
APPS.AMS_COPYELEMENTS_PVT dependencies on AMS_ACT_GEO_AREAS
Line 663: FROM ams_act_geo_areas
659: l_lookup_meaning VARCHAR2 (80);
660:
661: CURSOR geo_areas_cur IS
662: SELECT *
663: FROM ams_act_geo_areas
664: WHERE act_geo_area_used_by_id = p_src_act_id
665: AND arc_act_geo_area_used_by = p_src_act_type;
666:
667: l_location_name varchar2(240);