DBA Data[Home] [Help]

APPS.HZ_GEOGRAPHY_STRUCTURE_PUB dependencies on HZ_GEO_NAME_REFERENCE_LOG

Line 1060: delete hz_geo_name_reference_log

1056: delete hz_geo_name_references
1057: where location_id = l_location_id
1058: and location_table_name = l_loc_tbl_name;
1059:
1060: delete hz_geo_name_reference_log
1061: where location_id = l_location_id
1062: and location_table_name = l_loc_tbl_name;
1063: end loop;
1064: CLOSE c_get_geo_name_ref;