DBA Data[Home] [Help]

APPS.HXC_LKR_DEL dependencies on HXC_LOCKING_RULES

Line 69: -- Delete the hxc_locking_rules row.

65: end if;
66: --
67: --
68: --
69: -- Delete the hxc_locking_rules row.
70: --
71: delete from hxc_locking_rules
72: where locker_type_owner_id = p_rec.locker_type_owner_id
73: and locker_type_requestor_id = p_rec.locker_type_requestor_id;

Line 71: delete from hxc_locking_rules

67: --
68: --
69: -- Delete the hxc_locking_rules row.
70: --
71: delete from hxc_locking_rules
72: where locker_type_owner_id = p_rec.locker_type_owner_id
73: and locker_type_requestor_id = p_rec.locker_type_requestor_id;
74: --
75: --

Line 200: (p_module_name => 'HXC_LOCKING_RULES'

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