DBA Data[Home] [Help]

APPS.OTA_TPM_DEL dependencies on HR_API

Line 75: When hr_api.child_integrity_violated then

71: --
72: hr_utility.set_location(' Leaving:'||l_proc, 10);
73: --
74: Exception
75: When hr_api.child_integrity_violated then
76: -- Child integrity has been violated
77: --
78: ota_tpm_shd.constraint_error
79: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

75: When hr_api.child_integrity_violated then
76: -- Child integrity has been violated
77: --
78: ota_tpm_shd.constraint_error
79: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
80: When Others Then
81: --
82: Raise;
83: End delete_dml;

Line 256: when hr_api.cannot_find_prog_unit then

252: );
253: --
254: exception
255: --
256: when hr_api.cannot_find_prog_unit then
257: --
258: hr_api.cannot_find_prog_unit_error
259: (p_module_name => 'OTA_TRAINING_PLAN_MEMBERS'
260: ,p_hook_type => 'AD');

Line 258: hr_api.cannot_find_prog_unit_error

254: exception
255: --
256: when hr_api.cannot_find_prog_unit then
257: --
258: hr_api.cannot_find_prog_unit_error
259: (p_module_name => 'OTA_TRAINING_PLAN_MEMBERS'
260: ,p_hook_type => 'AD');
261: --
262: end;