DBA Data[Home] [Help]

APPS.AP_WEB_LOCATIONS_PKG dependencies on AP_EXP_LOCATIONS_S

Line 101: select ap_exp_locations_s.nextval

97: where address_key = p_loc_array(i).address_key;
98:
99: exception
100: when no_data_found then
101: select ap_exp_locations_s.nextval
102: into p_loc_array(i).location_id
103: from dual;
104:
105: get_geometry(p_loc_array(i));