DBA Data[Home] [Help]

APPS.HXC_ERR_UPD dependencies on HXC_ERRORS

Line 72: -- Update the hxc_errors Row

68: p_rec.object_version_number := p_rec.object_version_number + 1;
69: --
70: --
71: --
72: -- Update the hxc_errors Row
73: --
74: update hxc_errors
75: set
76: error_id = p_rec.error_id

Line 74: update hxc_errors

70: --
71: --
72: -- Update the hxc_errors Row
73: --
74: update hxc_errors
75: set
76: error_id = p_rec.error_id
77: ,transaction_detail_id = p_rec.transaction_detail_id
78: ,time_building_block_id = p_rec.time_building_block_id

Line 268: (p_module_name => 'HXC_ERRORS'

264: --
265: when hr_api.cannot_find_prog_unit then
266: --
267: hr_api.cannot_find_prog_unit_error
268: (p_module_name => 'HXC_ERRORS'
269: ,p_hook_type => 'AU');
270: --
271: end;
272: --