DBA Data[Home] [Help]

APPS.HR_QUA_AWARDS_UTIL_SS dependencies on HR_API_TRANSACTION_VALUES

Line 4016: delete from hr_api_transaction_values where transaction_step_id = p_transaction_step_id;

4012: l_proc varchar2(72) := g_package||'rollback_transaction_step';
4013:
4014: Begin
4015: hr_utility.set_location('Entering:'||l_proc, 5);
4016: delete from hr_api_transaction_values where transaction_step_id = p_transaction_step_id;
4017: delete from hr_api_transaction_steps where transaction_step_id = p_transaction_step_id;
4018: hr_utility.set_location('Exiting:'||l_proc, 15);
4019:
4020: Exception