DBA Data[Home] [Help]

APPS.HXC_HAC_INS dependencies on HR_API

Line 122: When hr_api.check_integrity_violated Then

118: if g_debug then
119: hr_utility.set_location(' Leaving:'||l_proc, 10);
120: end if;
121: Exception
122: When hr_api.check_integrity_violated Then
123: -- A check constraint has been violated
124: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
125: hxc_hac_shd.constraint_error
126: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

122: When hr_api.check_integrity_violated Then
123: -- A check constraint has been violated
124: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
125: hxc_hac_shd.constraint_error
126: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
127: When hr_api.parent_integrity_violated Then
128: -- Parent integrity has been violated
129: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
130: hxc_hac_shd.constraint_error

Line 127: When hr_api.parent_integrity_violated Then

123: -- A check constraint has been violated
124: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
125: hxc_hac_shd.constraint_error
126: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
127: When hr_api.parent_integrity_violated Then
128: -- Parent integrity has been violated
129: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
130: hxc_hac_shd.constraint_error
131: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

127: When hr_api.parent_integrity_violated Then
128: -- Parent integrity has been violated
129: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
130: hxc_hac_shd.constraint_error
131: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
132: When hr_api.unique_integrity_violated Then
133: -- Unique integrity has been violated
134: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
135: hxc_hac_shd.constraint_error

Line 132: When hr_api.unique_integrity_violated Then

128: -- Parent integrity has been violated
129: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
130: hxc_hac_shd.constraint_error
131: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
132: When hr_api.unique_integrity_violated Then
133: -- Unique integrity has been violated
134: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
135: hxc_hac_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.unique_integrity_violated Then
133: -- Unique integrity has been violated
134: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
135: hxc_hac_shd.constraint_error
136: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
137: When Others Then
138: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
139: Raise;
140: End insert_dml;

Line 294: when hr_api.cannot_find_prog_unit then

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

Line 296: hr_api.cannot_find_prog_unit_error

292: exception
293: --
294: when hr_api.cannot_find_prog_unit then
295: --
296: hr_api.cannot_find_prog_unit_error
297: (p_module_name => 'HXC_APPROVAL_COMPS'
298: ,p_hook_type => 'AI');
299: --
300: end;