DBA Data[Home] [Help]

APPS.PER_US_ETHNIC dependencies on HR_UTILITY

Line 76: hr_utility.trace('Error during update process: ' || v_errortext || ' ' || v_errorcode);

72: exception
73: when others then
74: v_errorcode := SQLCODE;
75: v_errortext := SQLERRM;
76: hr_utility.trace('Error during update process: ' || v_errortext || ' ' || v_errorcode);
77: errbuf := v_errortext;
78: retcode := v_errorcode;
79: rollback;
80: