DBA Data[Home] [Help]

APPS.HR_QSN_DEL dependencies on HR_API

Line 66: When hr_api.child_integrity_violated then

62:
63: hr_utility.set_location(' Leaving:'||l_proc, 10);
64:
65: Exception
66: When hr_api.child_integrity_violated then
67: --Child integrity has been violated
68: hr_qsn_shd.constraint_error
69: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
70: When Others Then

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

65: Exception
66: When hr_api.child_integrity_violated then
67: --Child integrity has been violated
68: hr_qsn_shd.constraint_error
69: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
70: When Others Then
71: Raise;
72: End delete_dml;
73: --