DBA Data[Home] [Help]

APPS.HXC_MAP_DEL dependencies on HXC_MAPPING_COMP_USAGES

Line 71: delete from hxc_mapping_comp_usages

67: hxc_map_shd.g_api_dml := true; -- Set the api dml status
68: --
69: -- First of all delete any child rows
70: --
71: delete from hxc_mapping_comp_usages
72: where mapping_id = p_rec.mapping_id;
73: --
74: -- Delete the hxc_mappings row.
75: --