DBA Data[Home] [Help]

APPS.PAY_SET_DEL dependencies on HR_API

Line 65: When hr_api.child_integrity_violated then

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

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

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