DBA Data[Home] [Help]

APPS.HXC_TCC_INS dependencies on HR_API

Line 115: When hr_api.check_integrity_violated Then

111: if g_debug then
112: hr_utility.set_location(' Leaving:'||l_proc, 10);
113: end if;
114: Exception
115: When hr_api.check_integrity_violated Then
116: -- A check constraint has been violated
117: if g_debug then
118: hr_utility.trace(SUBSTR(SQLERRM,1,60));
119: end if;

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

118: hr_utility.trace(SUBSTR(SQLERRM,1,60));
119: end if;
120: hxc_tcc_shd.g_api_dml := false; -- Unset the api dml status
121: hxc_tcc_shd.constraint_error
122: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
123: When hr_api.parent_integrity_violated Then
124: -- Parent integrity has been violated
125: if g_debug then
126: hr_utility.trace(SUBSTR(SQLERRM,1,60));

Line 123: When hr_api.parent_integrity_violated Then

119: end if;
120: hxc_tcc_shd.g_api_dml := false; -- Unset the api dml status
121: hxc_tcc_shd.constraint_error
122: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
123: When hr_api.parent_integrity_violated Then
124: -- Parent integrity has been violated
125: if g_debug then
126: hr_utility.trace(SUBSTR(SQLERRM,1,60));
127: end if;

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

126: hr_utility.trace(SUBSTR(SQLERRM,1,60));
127: end if;
128: hxc_tcc_shd.g_api_dml := false; -- Unset the api dml status
129: hxc_tcc_shd.constraint_error
130: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
131: When hr_api.unique_integrity_violated Then
132: -- Unique integrity has been violated
133: if g_debug then
134: hr_utility.trace(SUBSTR(SQLERRM,1,60));

Line 131: When hr_api.unique_integrity_violated Then

127: end if;
128: hxc_tcc_shd.g_api_dml := false; -- Unset the api dml status
129: hxc_tcc_shd.constraint_error
130: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
131: When hr_api.unique_integrity_violated Then
132: -- Unique integrity has been violated
133: if g_debug then
134: hr_utility.trace(SUBSTR(SQLERRM,1,60));
135: end if;

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

134: hr_utility.trace(SUBSTR(SQLERRM,1,60));
135: end if;
136: hxc_tcc_shd.g_api_dml := false; -- Unset the api dml status
137: hxc_tcc_shd.constraint_error
138: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
139: When Others Then
140: if g_debug then
141: hr_utility.trace(SUBSTR(SQLERRM,1,60));
142: hr_utility.trace(SUBSTR(SQLERRM,61,120));

Line 274: when hr_api.cannot_find_prog_unit then

270: ,p_object_version_number => p_rec.object_version_number );
271:
272: exception
273:
274: when hr_api.cannot_find_prog_unit then
275:
276: hr_api.cannot_find_prog_unit_error
277: (p_module_name => 'HXC_TIME_CATEGORY_COMPS'
278: ,p_hook_type => 'AI');

Line 276: hr_api.cannot_find_prog_unit_error

272: exception
273:
274: when hr_api.cannot_find_prog_unit then
275:
276: hr_api.cannot_find_prog_unit_error
277: (p_module_name => 'HXC_TIME_CATEGORY_COMPS'
278: ,p_hook_type => 'AI');
279:
280: end;