DBA Data[Home] [Help]

APPS.HXC_LKR_UPD dependencies on HXC_LOCKING_RULES

Line 73: -- Update the hxc_locking_rules Row

69: --
70: --
71: --
72: --
73: -- Update the hxc_locking_rules Row
74: --
75: update hxc_locking_rules
76: set
77: locker_type_owner_id = p_rec.locker_type_owner_id

Line 75: update hxc_locking_rules

71: --
72: --
73: -- Update the hxc_locking_rules Row
74: --
75: update hxc_locking_rules
76: set
77: locker_type_owner_id = p_rec.locker_type_owner_id
78: ,locker_type_requestor_id = p_rec.locker_type_requestor_id
79: ,grant_lock = p_rec.grant_lock

Line 228: (p_module_name => 'HXC_LOCKING_RULES'

224: --
225: when hr_api.cannot_find_prog_unit then
226: --
227: hr_api.cannot_find_prog_unit_error
228: (p_module_name => 'HXC_LOCKING_RULES'
229: ,p_hook_type => 'AU');
230: --
231: end;
232: --