DBA Data[Home] [Help]

APPS.HXC_TAT_DEL dependencies on HR_API

Line 72: when hr_api.child_integrity_violated then

68: hr_utility.set_location(' Leaving:'||l_proc, 10);
69: end if;
70:
71: exception
72: when hr_api.child_integrity_violated then
73: hxc_tat_shd.constraint_error
74: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
75: when others then
76: raise;

Line 74: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

70:
71: exception
72: when hr_api.child_integrity_violated then
73: hxc_tat_shd.constraint_error
74: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
75: when others then
76: raise;
77:
78: end delete_dml;

Line 243: when hr_api.cannot_find_prog_unit then

239: => hxc_tat_shd.g_old_rec.bld_blk_info_type_id
240: );
241:
242: exception
243: when hr_api.cannot_find_prog_unit then
244: hr_api.cannot_find_prog_unit_error
245: (p_module_name => 'HXC_TIME_ATTRIBUTES'
246: ,p_hook_type => 'AD');
247: end;

Line 244: hr_api.cannot_find_prog_unit_error

240: );
241:
242: exception
243: when hr_api.cannot_find_prog_unit then
244: hr_api.cannot_find_prog_unit_error
245: (p_module_name => 'HXC_TIME_ATTRIBUTES'
246: ,p_hook_type => 'AD');
247: end;
248: