DBA Data[Home] [Help]

APPS.HXC_RTC_INS dependencies on HR_API

Line 105: When hr_api.check_integrity_violated Then

101: if g_debug then
102: hr_utility.set_location(' Leaving:'||l_proc, 10);
103: end if;
104: Exception
105: When hr_api.check_integrity_violated Then
106: -- A check constraint has been violated
107: hxc_rtc_shd.g_api_dml := false; -- Unset the api dml status
108: hxc_rtc_shd.constraint_error
109: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

105: When hr_api.check_integrity_violated Then
106: -- A check constraint has been violated
107: hxc_rtc_shd.g_api_dml := false; -- Unset the api dml status
108: hxc_rtc_shd.constraint_error
109: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
110: When hr_api.parent_integrity_violated Then
111: -- Parent integrity has been violated
112: hxc_rtc_shd.g_api_dml := false; -- Unset the api dml status
113: hxc_rtc_shd.constraint_error

Line 110: When hr_api.parent_integrity_violated Then

106: -- A check constraint has been violated
107: hxc_rtc_shd.g_api_dml := false; -- Unset the api dml status
108: hxc_rtc_shd.constraint_error
109: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
110: When hr_api.parent_integrity_violated Then
111: -- Parent integrity has been violated
112: hxc_rtc_shd.g_api_dml := false; -- Unset the api dml status
113: hxc_rtc_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.parent_integrity_violated Then
111: -- Parent integrity has been violated
112: hxc_rtc_shd.g_api_dml := false; -- Unset the api dml status
113: hxc_rtc_shd.constraint_error
114: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
115: When hr_api.unique_integrity_violated Then
116: -- Unique integrity has been violated
117: hxc_rtc_shd.g_api_dml := false; -- Unset the api dml status
118: hxc_rtc_shd.constraint_error

Line 115: When hr_api.unique_integrity_violated Then

111: -- Parent integrity has been violated
112: hxc_rtc_shd.g_api_dml := false; -- Unset the api dml status
113: hxc_rtc_shd.constraint_error
114: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
115: When hr_api.unique_integrity_violated Then
116: -- Unique integrity has been violated
117: hxc_rtc_shd.g_api_dml := false; -- Unset the api dml status
118: hxc_rtc_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.unique_integrity_violated Then
116: -- Unique integrity has been violated
117: hxc_rtc_shd.g_api_dml := false; -- Unset the api dml status
118: hxc_rtc_shd.constraint_error
119: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
120: When Others Then
121: hxc_rtc_shd.g_api_dml := false; -- Unset the api dml status
122: Raise;
123: End insert_dml;

Line 254: when hr_api.cannot_find_prog_unit then

250: );
251: --
252: exception
253: --
254: when hr_api.cannot_find_prog_unit then
255: --
256: hr_api.cannot_find_prog_unit_error
257: (p_module_name => 'HXC_RETRIEVAL_RULE_COMPS'
258: ,p_hook_type => 'AI');

Line 256: hr_api.cannot_find_prog_unit_error

252: exception
253: --
254: when hr_api.cannot_find_prog_unit then
255: --
256: hr_api.cannot_find_prog_unit_error
257: (p_module_name => 'HXC_RETRIEVAL_RULE_COMPS'
258: ,p_hook_type => 'AI');
259: --
260: end;