DBA Data[Home] [Help]

APPS.IRC_JPS_GENERATOR dependencies on HTP

Line 447: htp.p(dbms_lob.substr(l_result));

443: l_result CLOB;
444: begin
445: hr_utility.set_location('Entering show_resume',10);
446: l_result:=generateJPS(p,s);
447: htp.p(dbms_lob.substr(l_result));
448: exception
449: when others then
450: hr_utility.set_location('Exception occured',20);
451: hr_utility.set_location('Exception: '||substrb(sqlerrm,1,160),30);

Line 453: htp.p(dbms_utility.format_error_stack);

449: when others then
450: hr_utility.set_location('Exception occured',20);
451: hr_utility.set_location('Exception: '||substrb(sqlerrm,1,160),30);
452: hr_utility.set_location('Exception: '||sqlcode,40);
453: htp.p(dbms_utility.format_error_stack);
454: end show_resume;
455: --
456: procedure save_candidate_resume(p_person_id in number
457: ,p_stylesheet in varchar2