DBA Data[Home] [Help]

APPS.HR_UCX_INS dependencies on HR_API

Line 110: When hr_api.check_integrity_violated Then

106: --
107: --
108: hr_utility.set_location(' Leaving:'||l_proc, 10);
109: Exception
110: When hr_api.check_integrity_violated Then
111: -- A check constraint has been violated
112: --
113: hr_ucx_shd.constraint_error
114: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

110: When hr_api.check_integrity_violated Then
111: -- A check constraint has been violated
112: --
113: hr_ucx_shd.constraint_error
114: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
115: When hr_api.parent_integrity_violated Then
116: -- Parent integrity has been violated
117: --
118: hr_ucx_shd.constraint_error

Line 115: When hr_api.parent_integrity_violated Then

111: -- A check constraint has been violated
112: --
113: hr_ucx_shd.constraint_error
114: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
115: When hr_api.parent_integrity_violated Then
116: -- Parent integrity has been violated
117: --
118: hr_ucx_shd.constraint_error
119: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

115: When hr_api.parent_integrity_violated Then
116: -- Parent integrity has been violated
117: --
118: hr_ucx_shd.constraint_error
119: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
120: When hr_api.unique_integrity_violated Then
121: -- Unique integrity has been violated
122: --
123: hr_ucx_shd.constraint_error

Line 120: When hr_api.unique_integrity_violated Then

116: -- Parent integrity has been violated
117: --
118: hr_ucx_shd.constraint_error
119: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
120: When hr_api.unique_integrity_violated Then
121: -- Unique integrity has been violated
122: --
123: hr_ucx_shd.constraint_error
124: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

120: When hr_api.unique_integrity_violated Then
121: -- Unique integrity has been violated
122: --
123: hr_ucx_shd.constraint_error
124: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
125: When Others Then
126: --
127: Raise;
128: End insert_dml;

Line 291: when hr_api.cannot_find_prog_unit then

287: );
288: --
289: exception
290: --
291: when hr_api.cannot_find_prog_unit then
292: --
293: hr_api.cannot_find_prog_unit_error
294: (p_module_name => 'HR_KI_UI_CONTEXTS'
295: ,p_hook_type => 'AI');

Line 293: hr_api.cannot_find_prog_unit_error

289: exception
290: --
291: when hr_api.cannot_find_prog_unit then
292: --
293: hr_api.cannot_find_prog_unit_error
294: (p_module_name => 'HR_KI_UI_CONTEXTS'
295: ,p_hook_type => 'AI');
296: --
297: end;