DBA Data[Home] [Help]

APPS.PER_RET_INS dependencies on HR_API

Line 132: When hr_api.check_integrity_violated Then

128: --
129: --
130: hr_utility.set_location(' Leaving:'||l_proc, 10);
131: Exception
132: When hr_api.check_integrity_violated Then
133: -- A check constraint has been violated
134: --
135: per_ret_shd.constraint_error
136: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

132: When hr_api.check_integrity_violated Then
133: -- A check constraint has been violated
134: --
135: per_ret_shd.constraint_error
136: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
137: When hr_api.parent_integrity_violated Then
138: -- Parent integrity has been violated
139: --
140: per_ret_shd.constraint_error

Line 137: When hr_api.parent_integrity_violated Then

133: -- A check constraint has been violated
134: --
135: per_ret_shd.constraint_error
136: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
137: When hr_api.parent_integrity_violated Then
138: -- Parent integrity has been violated
139: --
140: per_ret_shd.constraint_error
141: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

137: When hr_api.parent_integrity_violated Then
138: -- Parent integrity has been violated
139: --
140: per_ret_shd.constraint_error
141: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
142: When hr_api.unique_integrity_violated Then
143: -- Unique integrity has been violated
144: --
145: per_ret_shd.constraint_error

Line 142: When hr_api.unique_integrity_violated Then

138: -- Parent integrity has been violated
139: --
140: per_ret_shd.constraint_error
141: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
142: When hr_api.unique_integrity_violated Then
143: -- Unique integrity has been violated
144: --
145: per_ret_shd.constraint_error
146: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

142: When hr_api.unique_integrity_violated Then
143: -- Unique integrity has been violated
144: --
145: per_ret_shd.constraint_error
146: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
147: When Others Then
148: --
149: Raise;
150: End insert_dml;

Line 316: when hr_api.cannot_find_prog_unit then

312: );
313: --
314: exception
315: --
316: when hr_api.cannot_find_prog_unit then
317: --
318: hr_api.cannot_find_prog_unit_error
319: (p_module_name => 'PER_CAGR_RETAINED_RIGHTS'
320: ,p_hook_type => 'AI');

Line 318: hr_api.cannot_find_prog_unit_error

314: exception
315: --
316: when hr_api.cannot_find_prog_unit then
317: --
318: hr_api.cannot_find_prog_unit_error
319: (p_module_name => 'PER_CAGR_RETAINED_RIGHTS'
320: ,p_hook_type => 'AI');
321: --
322: end;