EBS Customizations (MOSC)

MOSC Banner

Need to develop Custom Appraisal print PDF Report in Oracle PMS in R12.2.3

edited Apr 6, 2019 5:45AM in EBS Customizations (MOSC) 3 commentsAnswered

HI

Please help me to develop Custom Appraisal print PDF Report in Oracle Performance Management System in R12.2.3 based on Business User.

I am trying to implement my own print icon and passing custom Page by using destination URI properties to generate  PDF report by using below code but I am facing XDOException.class not found as mentioned below where highlighted green color text in the code

       if("GenerateReport".equals(event))
       {

       // Get the HttpServletResponse object from the PageContext. The report output is written to HttpServletResponse.
       DataObject sessionDictionary = (DataObject)pageContext.getNamedDataObject("_SessionParameters");
       HttpServletResponse response = (HttpServletResponse)sessionDictionary.selectValue(null,"HttpServletResponse");
       try {
       ServletOutputStream os = response.getOutputStream();

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center