DBA Data[Home] [Help]

APPS.IRC_JPS_GENERATOR dependencies on HTP

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

450: l_result CLOB;
451: begin
452: hr_utility.set_location('Entering show_resume',10);
453: l_result:=generateJPS(p,s);
454: htp.p(dbms_lob.substr(l_result));
455: exception
456: when others then
457: hr_utility.set_location('Exception occured',20);
458: hr_utility.set_location('Exception: '||substrb(sqlerrm,1,160),30);

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

456: when others then
457: hr_utility.set_location('Exception occured',20);
458: hr_utility.set_location('Exception: '||substrb(sqlerrm,1,160),30);
459: hr_utility.set_location('Exception: '||sqlcode,40);
460: htp.p(dbms_utility.format_error_stack);
461: end show_resume;
462: --
463: procedure save_candidate_resume(p_person_id in number
464: ,p_stylesheet in varchar2