DBA Data[Home] [Help]

APPS.PER_OSE_DEL dependencies on HR_API

Line 124: When hr_api.child_integrity_violated then

120: --
121: hr_utility.set_location(' Leaving:'||l_proc, 10);
122: --
123: Exception
124: When hr_api.child_integrity_violated then
125: -- Child integrity has been violated
126: per_ose_shd.g_api_dml := false; -- Unset the api dml status
127: per_ose_shd.constraint_error
128: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

124: When hr_api.child_integrity_violated then
125: -- Child integrity has been violated
126: per_ose_shd.g_api_dml := false; -- Unset the api dml status
127: per_ose_shd.constraint_error
128: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
129: When Others Then
130: per_ose_shd.g_api_dml := false; -- Unset the api dml status
131: Raise;
132: End delete_dml;

Line 250: when hr_api.cannot_find_prog_unit then

246: );
247: --
248: exception
249: --
250: when hr_api.cannot_find_prog_unit then
251: --
252: hr_api.cannot_find_prog_unit_error
253: (p_module_name => 'PER_ORG_STRUCTURE_ELEMENTS'
254: ,p_hook_type => 'AD');

Line 252: hr_api.cannot_find_prog_unit_error

248: exception
249: --
250: when hr_api.cannot_find_prog_unit then
251: --
252: hr_api.cannot_find_prog_unit_error
253: (p_module_name => 'PER_ORG_STRUCTURE_ELEMENTS'
254: ,p_hook_type => 'AD');
255: --
256: end;