DBA Data[Home] [Help]

APPS.PER_ISETUP_MIGRATOR_UTIL dependencies on HR_UTILITY

Line 25: hr_utility.trace(substr(SQLERRM,1,100));

21: CLOSE CSR_ROW;
22:
23: exception
24: when others then
25: hr_utility.trace(substr(SQLERRM,1,100));
26: raise;
27: end apps_initialise;
28:
29: