DBA Data[Home] [Help]

APPS.IRC_JPP_GENERATOR dependencies on HTP

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

548: ,p_stylesheet_content clob default null) is
549: l_result CLOB;
550: begin
551: l_result:=generateJPP(p,u,s,p_stylesheet_content);
552: htp.p(dbms_lob.substr(l_result));
553: end show_posting;
554: --
555: function getXMLDataFromDB(p_recruitment_activity_id in number
556: ,p_sender_id in number) return clob is