DBA Data[Home] [Help]

APPS.HXC_TAT_DEL dependencies on HXC_TIME_ATTRIBUTES

Line 62: -- delete the hxc_time_attributes row.

58: l_proc := g_package||'delete_dml';
59: hr_utility.set_location('Entering:'||l_proc, 5);
60: end if;
61:
62: -- delete the hxc_time_attributes row.
63:
64: delete from hxc_time_attributes
65: where time_attribute_id = p_rec.time_attribute_id;
66:

Line 64: delete from hxc_time_attributes

60: end if;
61:
62: -- delete the hxc_time_attributes row.
63:
64: delete from hxc_time_attributes
65: where time_attribute_id = p_rec.time_attribute_id;
66:
67: if g_debug then
68: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 245: (p_module_name => 'HXC_TIME_ATTRIBUTES'

241:
242: exception
243: when hr_api.cannot_find_prog_unit then
244: hr_api.cannot_find_prog_unit_error
245: (p_module_name => 'HXC_TIME_ATTRIBUTES'
246: ,p_hook_type => 'AD');
247: end;
248:
249: if g_debug then