DBA Data[Home] [Help]

APPS.HXC_LCK_UPD dependencies on HXC_LOCKER_TYPES

Line 73: -- Update the hxc_locker_types Row

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

Line 75: update hxc_locker_types

71: --
72: --
73: -- Update the hxc_locker_types Row
74: --
75: update hxc_locker_types
76: set
77: locker_type_id = p_rec.locker_type_id
78: ,locker_type = p_rec.locker_type
79: ,process_type = p_rec.process_type

Line 227: (p_module_name => 'HXC_LOCKER_TYPES'

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