DBA Data[Home] [Help]

APPS.HXC_HEG_DEL dependencies on HXC_ENTITY_GROUP_COMPS

Line 66: delete from hxc_entity_group_comps egc

62: hxc_heg_shd.g_api_dml := true; -- Set the api dml status
63:
64: -- first of all delete any child rows
65:
66: delete from hxc_entity_group_comps egc
67: where egc.entity_group_id = p_rec.entity_group_id;
68:
69: -- Delete the hxc_entity_groups row.
70: --