DBA Data[Home] [Help]

APPS.PAY_DK_EMP_TRAINEE_REIMBURSE dependencies on HR_UTILITY

Line 83: hr_utility.set_location(sqlerrm(sqlcode),110);

79: p_clob := l_clob;
80: --
81: EXCEPTION
82: WHEN OTHERS THEN
83: hr_utility.set_location(sqlerrm(sqlcode),110);
84: --
85: END write_to_clob;
86: --
87: -------------------------------------------------------------------------------------------------------------------------

Line 381: hr_utility.set_message (801, 'PAY_377056_DK_NEGATIVE_ERR');

377: l_tot_emp_aer := NULL;
378: l_tot_qtr_aer := NULL;
379:
380: -- Set the message
381: hr_utility.set_message (801, 'PAY_377056_DK_NEGATIVE_ERR');
382: -- Put the meassage in the log file
383: ELSE
384: l_tot_qtr_aer := round((round(l_tot_emp_aer,2) * l_global_rate),2);
385: END IF;