DBA Data[Home] [Help]

APPS.HXC_APS_DEL dependencies on HR_API

Line 83: When hr_api.child_integrity_violated then

79: hr_utility.set_location(' Leaving:'||l_proc, 10);
80: end if;
81: --
82: Exception
83: When hr_api.child_integrity_violated then
84: -- Child integrity has been violated
85: hxc_aps_shd.g_api_dml := false; -- Unset the api dml status
86: hxc_aps_shd.constraint_error
87: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

83: When hr_api.child_integrity_violated then
84: -- Child integrity has been violated
85: hxc_aps_shd.g_api_dml := false; -- Unset the api dml status
86: hxc_aps_shd.constraint_error
87: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
88: When Others Then
89: hxc_aps_shd.g_api_dml := false; -- Unset the api dml status
90: Raise;
91: End delete_dml;

Line 192: when hr_api.cannot_find_prog_unit then

188: );
189: --
190: exception
191: --
192: when hr_api.cannot_find_prog_unit then
193: --
194: hr_api.cannot_find_prog_unit_error
195: (p_module_name => 'HXC_APPROVAL_PERIOD_SETS'
196: ,p_hook_type => 'AD');

Line 194: hr_api.cannot_find_prog_unit_error

190: exception
191: --
192: when hr_api.cannot_find_prog_unit then
193: --
194: hr_api.cannot_find_prog_unit_error
195: (p_module_name => 'HXC_APPROVAL_PERIOD_SETS'
196: ,p_hook_type => 'AD');
197: --
198: end;