import oracle.apps.fnd.framework. webui.beans.OAHTMLWebBean;
// OAHTMLWebBean pdfElement = (OAHTMLWebBean)createWebBean( pageContext, HTML_WEB_BEAN, null, "IFRAME");
//use IFRAME or EMBED
// pdfElement. setHTMLAttributeValue("src", "http://www.google.com");
// pdfElement. setHTMLAttributeValue("src", "/OA_HTML/test.pdf");
// pdfElement. setHTMLAttributeValue("src", "/EDEVL/comn/java/jeg/oracle/ apps/jeg/ARRADoc.pdf");
//pdfBlob
// p_output
// pdfElement. setHTMLAttributeValue("width", "100%");
// pdfElement. setHTMLAttributeValue("height" , "500");
// webBean.addIndexedChild( pdfElement);