DBA Data[Home] [Help]

APPS.PQH_RLS_INS dependencies on HR_API

Line 150: When hr_api.check_integrity_violated Then

146: --
147: --
148: hr_utility.set_location(' Leaving:'||l_proc,10);
149: Exception
150: When hr_api.check_integrity_violated Then
151: -- A check constraint has been violated
152: --
153: pqh_rls_shd.constraint_error
154: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

150: When hr_api.check_integrity_violated Then
151: -- A check constraint has been violated
152: --
153: pqh_rls_shd.constraint_error
154: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
155: When hr_api.parent_integrity_violated Then
156: -- Parent integrity has been violated
157: --
158: pqh_rls_shd.constraint_error

Line 155: When hr_api.parent_integrity_violated Then

151: -- A check constraint has been violated
152: --
153: pqh_rls_shd.constraint_error
154: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
155: When hr_api.parent_integrity_violated Then
156: -- Parent integrity has been violated
157: --
158: pqh_rls_shd.constraint_error
159: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

155: When hr_api.parent_integrity_violated Then
156: -- Parent integrity has been violated
157: --
158: pqh_rls_shd.constraint_error
159: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
160: When hr_api.unique_integrity_violated Then
161: -- Unique integrity has been violated
162: --
163: pqh_rls_shd.constraint_error

Line 160: When hr_api.unique_integrity_violated Then

156: -- Parent integrity has been violated
157: --
158: pqh_rls_shd.constraint_error
159: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
160: When hr_api.unique_integrity_violated Then
161: -- Unique integrity has been violated
162: --
163: pqh_rls_shd.constraint_error
164: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

160: When hr_api.unique_integrity_violated Then
161: -- Unique integrity has been violated
162: --
163: pqh_rls_shd.constraint_error
164: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
165: When Others Then
166: --
167: Raise;
168: End insert_dml;

Line 342: when hr_api.cannot_find_prog_unit then

338: hr_utility.set_location('After calling WF_SYNC:'||l_proc, 5);
339:
340: exception
341: --
342: when hr_api.cannot_find_prog_unit then
343: --
344: hr_api.cannot_find_prog_unit_error
345: (p_module_name => 'PQH_ROLES'
346: ,p_hook_type => 'AI');

Line 344: hr_api.cannot_find_prog_unit_error

340: exception
341: --
342: when hr_api.cannot_find_prog_unit then
343: --
344: hr_api.cannot_find_prog_unit_error
345: (p_module_name => 'PQH_ROLES'
346: ,p_hook_type => 'AI');
347: --
348: end;