DBA Data[Home] [Help]

APPS.HXC_LCK_DEL dependencies on HXC_LOCKER_TYPES

Line 69: -- Delete the hxc_locker_types row.

65: end if;
66: --
67: --
68: --
69: -- Delete the hxc_locker_types row.
70: --
71: delete from hxc_locker_types
72: where locker_type_id = p_rec.locker_type_id;
73: --

Line 71: delete from hxc_locker_types

67: --
68: --
69: -- Delete the hxc_locker_types row.
70: --
71: delete from hxc_locker_types
72: where locker_type_id = p_rec.locker_type_id;
73: --
74: --
75: --

Line 198: (p_module_name => 'HXC_LOCKER_TYPES'

194: --
195: when hr_api.cannot_find_prog_unit then
196: --
197: hr_api.cannot_find_prog_unit_error
198: (p_module_name => 'HXC_LOCKER_TYPES'
199: ,p_hook_type => 'AD');
200: --
201: end;
202: --