DBA Data[Home] [Help]

APPS.HXC_HSD_DEL dependencies on HXC_SEEDDATA_BY_LEVEL

Line 66: -- Delete the hxc_seeddata_by_level row.

62: end if;
63: --
64: --
65: --
66: -- Delete the hxc_seeddata_by_level row.
67: --
68: delete from hxc_seeddata_by_level
69: where object_id = p_rec.object_id
70: and object_type = p_rec.object_type;

Line 68: delete from hxc_seeddata_by_level

64: --
65: --
66: -- Delete the hxc_seeddata_by_level row.
67: --
68: delete from hxc_seeddata_by_level
69: where object_id = p_rec.object_id
70: and object_type = p_rec.object_type;
71: --
72: --

Line 193: (p_module_name => 'HXC_SEEDDATA_BY_LEVEL'

189: --
190: when hr_api.cannot_find_prog_unit then
191: --
192: hr_api.cannot_find_prog_unit_error
193: (p_module_name => 'HXC_SEEDDATA_BY_LEVEL'
194: ,p_hook_type => 'AD');
195: --
196: end;
197: --