DBA Data[Home] [Help]

APPS.PAY_AU_DLEC dependencies on HR_UTILITY

Line 218: hr_utility.trace('AU : Exception, Leaving: '|| l_proc_name);

214: fnd_file.put_line(fnd_file.output, ' E N D O F R E P O R T ');
215:
216: EXCEPTION
217: WHEN OTHERS THEN
218: hr_utility.trace('AU : Exception, Leaving: '|| l_proc_name);
219: RAISE;
220:
221: END display_le_change;
222: