DBA Data[Home] [Help]

APPS.HR_WPM_MASS_SCORE_CARD_TRNSF dependencies on HR_UTILITY

Line 452: hr_utility.set_location(' Error Log Truncated ' || l_proc,50);

448: --dbms_output.put_line(' *** TXN LOG *** ' || l_error_log);
449:
450: -- as error_log column has 4000 length we need to truncate
451: if(length(l_error_log) > 3800) then
452: hr_utility.set_location(' Error Log Truncated ' || l_proc,50);
453: l_error_log := substr(l_error_log,1,3800);
454: end if;
455:
456: if(api_return_status = 'E') then