DBA Data[Home] [Help]

APPS.HXC_TBB_DEL dependencies on HR_API

Line 78: when hr_api.child_integrity_violated then

74: hr_utility.set_location(' Leaving:'||l_proc, 10);
75: end if;
76:
77: exception
78: when hr_api.child_integrity_violated then
79: -- child integrity has been violated
80: hxc_tbb_shd.constraint_error
81: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
82: when others Then

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

77: exception
78: when hr_api.child_integrity_violated then
79: -- child integrity has been violated
80: hxc_tbb_shd.constraint_error
81: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
82: when others Then
83: raise;
84:
85: end delete_dml;

Line 224: when hr_api.cannot_find_prog_unit then

220: => hxc_tbb_shd.g_old_rec.translation_display_key
221: );
222:
223: exception
224: when hr_api.cannot_find_prog_unit then
225: hr_api.cannot_find_prog_unit_error
226: (p_module_name => 'HXC_TIME_BUILDING_BLOCKS'
227: ,p_hook_type => 'AD');
228: end;

Line 225: hr_api.cannot_find_prog_unit_error

221: );
222:
223: exception
224: when hr_api.cannot_find_prog_unit then
225: hr_api.cannot_find_prog_unit_error
226: (p_module_name => 'HXC_TIME_BUILDING_BLOCKS'
227: ,p_hook_type => 'AD');
228: end;
229: