DBA Data[Home] [Help]

APPS.PQP_ERG_DEL dependencies on HR_API

Line 107: When hr_api.child_integrity_violated then

103: --
104: hr_utility.set_location(' Leaving:'||l_proc, 10);
105: --
106: Exception
107: When hr_api.child_integrity_violated then
108: -- Child integrity has been violated
109: pqp_erg_shd.g_api_dml := false; -- Unset the api dml status
110: pqp_erg_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

107: When hr_api.child_integrity_violated then
108: -- Child integrity has been violated
109: pqp_erg_shd.g_api_dml := false; -- Unset the api dml status
110: pqp_erg_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When Others Then
113: pqp_erg_shd.g_api_dml := false; -- Unset the api dml status
114: Raise;
115: End delete_dml;

Line 220: when hr_api.cannot_find_prog_unit then

216: );
217: --
218: exception
219: --
220: when hr_api.cannot_find_prog_unit then
221: --
222: hr_api.cannot_find_prog_unit_error
223: (p_module_name => 'PQP_EXCEPTION_REPORT_GROUPS'
224: ,p_hook_type => 'AD');

Line 222: hr_api.cannot_find_prog_unit_error

218: exception
219: --
220: when hr_api.cannot_find_prog_unit then
221: --
222: hr_api.cannot_find_prog_unit_error
223: (p_module_name => 'PQP_EXCEPTION_REPORT_GROUPS'
224: ,p_hook_type => 'AD');
225: --
226: end;