DBA Data[Home] [Help]

APPS.HR_EAP_DEL dependencies on HR_API

Line 37: hr_api.mandatory_arg_error

33: --
34:
35: hr_utility.set_location('Entering:'||l_proc, 5);
36:
37: hr_api.mandatory_arg_error
38: (p_api_name => l_proc
39: ,p_argument => 'EXTERNAL_APPLICATION_ID'
40: ,p_argument_value => p_sso_id
41: );

Line 141: When hr_api.child_integrity_violated then

137: --
138: hr_utility.set_location(' Leaving:'||l_proc, 10);
139: --
140: Exception
141: When hr_api.child_integrity_violated then
142: -- Child integrity has been violated
143: --
144: hr_eap_shd.constraint_error
145: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

141: When hr_api.child_integrity_violated then
142: -- Child integrity has been violated
143: --
144: hr_eap_shd.constraint_error
145: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
146: When Others Then
147: --
148: Raise;
149: End delete_dml;

Line 244: when hr_api.cannot_find_prog_unit then

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

Line 246: hr_api.cannot_find_prog_unit_error

242: exception
243: --
244: when hr_api.cannot_find_prog_unit then
245: --
246: hr_api.cannot_find_prog_unit_error
247: (p_module_name => 'HR_KI_EXT_APPLICATIONS'
248: ,p_hook_type => 'AD');
249: --
250: end;