DBA Data[Home] [Help]

APPS.OTA_FTU_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_ftu_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_ftu_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 188: when hr_api.cannot_find_prog_unit then

184: );
185: --
186: exception
187: --
188: when hr_api.cannot_find_prog_unit then
189: --
190: hr_api.cannot_find_prog_unit_error
191: (p_module_name => 'OTA_PVT_FRM_THREAD_USERS'
192: ,p_hook_type => 'AD');

Line 190: hr_api.cannot_find_prog_unit_error

186: exception
187: --
188: when hr_api.cannot_find_prog_unit then
189: --
190: hr_api.cannot_find_prog_unit_error
191: (p_module_name => 'OTA_PVT_FRM_THREAD_USERS'
192: ,p_hook_type => 'AD');
193: --
194: end;