DBA Data[Home] [Help]

APPS.HR_QUA_AWARDS_UTIL_SS dependencies on HR_API_TRANSACTION_VALUES

Line 4229: delete from hr_api_transaction_values where transaction_step_id = p_transaction_step_id;

4225: l_proc varchar2(72) := g_package||'rollback_transaction_step';
4226:
4227: Begin
4228: hr_utility.set_location('Entering:'||l_proc, 5);
4229: delete from hr_api_transaction_values where transaction_step_id = p_transaction_step_id;
4230: delete from hr_api_transaction_steps where transaction_step_id = p_transaction_step_id;
4231: hr_utility.set_location('Exiting:'||l_proc, 15);
4232:
4233: Exception