DBA Data[Home] [Help]

APPS.PQH_STR_INS dependencies on HR_API

Line 141: When hr_api.check_integrity_violated Then

137: if g_debug then
138: hr_utility.set_location(' Leaving:'||l_proc, 10);
139: end if;
140: Exception
141: When hr_api.check_integrity_violated Then
142: -- A check constraint has been violated
143: --
144: pqh_str_shd.constraint_error
145: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

141: When hr_api.check_integrity_violated Then
142: -- A check constraint has been violated
143: --
144: pqh_str_shd.constraint_error
145: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
146: When hr_api.parent_integrity_violated Then
147: -- Parent integrity has been violated
148: --
149: pqh_str_shd.constraint_error

Line 146: When hr_api.parent_integrity_violated Then

142: -- A check constraint has been violated
143: --
144: pqh_str_shd.constraint_error
145: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
146: When hr_api.parent_integrity_violated Then
147: -- Parent integrity has been violated
148: --
149: pqh_str_shd.constraint_error
150: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

146: When hr_api.parent_integrity_violated Then
147: -- Parent integrity has been violated
148: --
149: pqh_str_shd.constraint_error
150: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
151: When hr_api.unique_integrity_violated Then
152: -- Unique integrity has been violated
153: --
154: pqh_str_shd.constraint_error

Line 151: When hr_api.unique_integrity_violated Then

147: -- Parent integrity has been violated
148: --
149: pqh_str_shd.constraint_error
150: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
151: When hr_api.unique_integrity_violated Then
152: -- Unique integrity has been violated
153: --
154: pqh_str_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

151: When hr_api.unique_integrity_violated Then
152: -- Unique integrity has been violated
153: --
154: pqh_str_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When Others Then
157: --
158: Raise;
159: End insert_dml;

Line 336: when hr_api.cannot_find_prog_unit then

332: );
333: --
334: exception
335: --
336: when hr_api.cannot_find_prog_unit then
337: --
338: hr_api.cannot_find_prog_unit_error
339: (p_module_name => 'PQH_FR_STAT_SITUATION_RULES'
340: ,p_hook_type => 'AI');

Line 338: hr_api.cannot_find_prog_unit_error

334: exception
335: --
336: when hr_api.cannot_find_prog_unit then
337: --
338: hr_api.cannot_find_prog_unit_error
339: (p_module_name => 'PQH_FR_STAT_SITUATION_RULES'
340: ,p_hook_type => 'AI');
341: --
342: end;