DBA Data[Home] [Help]

APPS.PQH_VER_INS dependencies on HR_API

Line 132: When hr_api.check_integrity_violated Then

128: --
129: --
130: hr_utility.set_location(' Leaving:'||l_proc, 10);
131: Exception
132: When hr_api.check_integrity_violated Then
133: -- A check constraint has been violated
134: --
135: pqh_ver_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.check_integrity_violated Then
133: -- A check constraint has been violated
134: --
135: pqh_ver_shd.constraint_error
136: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
137: When hr_api.parent_integrity_violated Then
138: -- Parent integrity has been violated
139: --
140: pqh_ver_shd.constraint_error

Line 137: When hr_api.parent_integrity_violated Then

133: -- A check constraint has been violated
134: --
135: pqh_ver_shd.constraint_error
136: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
137: When hr_api.parent_integrity_violated Then
138: -- Parent integrity has been violated
139: --
140: pqh_ver_shd.constraint_error
141: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

137: When hr_api.parent_integrity_violated Then
138: -- Parent integrity has been violated
139: --
140: pqh_ver_shd.constraint_error
141: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
142: When hr_api.unique_integrity_violated Then
143: -- Unique integrity has been violated
144: --
145: pqh_ver_shd.constraint_error

Line 142: When hr_api.unique_integrity_violated Then

138: -- Parent integrity has been violated
139: --
140: pqh_ver_shd.constraint_error
141: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
142: When hr_api.unique_integrity_violated Then
143: -- Unique integrity has been violated
144: --
145: pqh_ver_shd.constraint_error
146: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

142: When hr_api.unique_integrity_violated Then
143: -- Unique integrity has been violated
144: --
145: pqh_ver_shd.constraint_error
146: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
147: When Others Then
148: --
149: Raise;
150: End insert_dml;

Line 327: when hr_api.cannot_find_prog_unit then

323: );
324: --
325: exception
326: --
327: when hr_api.cannot_find_prog_unit then
328: --
329: hr_api.cannot_find_prog_unit_error
330: (p_module_name => 'PQH_DE_WRKPLC_VLDTN_VERS'
331: ,p_hook_type => 'AI');

Line 329: hr_api.cannot_find_prog_unit_error

325: exception
326: --
327: when hr_api.cannot_find_prog_unit then
328: --
329: hr_api.cannot_find_prog_unit_error
330: (p_module_name => 'PQH_DE_WRKPLC_VLDTN_VERS'
331: ,p_hook_type => 'AI');
332: --
333: end;