PRCS_PRINT_JOB_REQUEST_REPORT

This service operation retrieves an html formatted report displaying the current status of a specific process, job, and jobset.

Request Message: PRQ_PRINTJOBREQUESTREPORT_REQ

Element Name Description

ProcessInstance

Specifies the process instance number of the scheduled job, jobset or process.

ItemInstance

Specifies the item instance number of the scheduled job or jobset.

PrintJobTree

Specify whether to have the job tree displayed in the HTML report. This parameter takes a string value:

  • 1 to display the tree.

  • 0 to hide the tree.

Note: The default value is 1.

PrintDistList

Specify whether you want the list of Users and Roles who will be the recipient of a report generated for a job item displayed in the HTML report. This parameter takes a string value:

  • 1 to display the list.

  • 0 to hide the list.

Note: The default value is 0.

PrintSystemMessage

Specify whether you want to have the message specified from the Process Definition or Job Definition page displayed in the HTML report. This parameter takes a string value:

  • 1 to display the system message.

  • 0 to hide the system message.

Note: The default value is 0.

PrintApplicationMessage

Specify whether you want the application messages displayed in the HTML report. These are the application messages that can be viewed from the Message Log sub-page of the Process Monitor Detail page. This parameter takes a string value:

  • 1 to display the application message.

  • 0 to hide the application message.

Note: The default value is 0.

PrintParamList

Specify whether you want the parameter list for a job item displayed in the HTML report. This parameter takes a string value:

  • 1 to display the parameter list.

  • 0 to hide the parameter list.

Note: The default value is 0.

Example Request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:prq="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_PRINT_JOBREQUESTREPORT_REQ.VERSION_1">
   <soapenv:Header/>
   <soapenv:Body>
      <prq:PrintJobRequestReport>
         <ProcessInstance>10901</ProcessInstance>
         <PrintSystemMessage>1</PrintSystemMessage>
         <PrintApplicationMessage>1</PrintApplicationMessage>
         <PrintParamList>1</PrintParamList>
      </prq:PrintJobRequestReport>
   </soapenv:Body>
</soapenv:Envelope>

Response Message: PRQ_PRINT_ JOBREQUESTREPORT_RES

Element Name Description

HTML Report

Returns HTML report.

Example Response:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <soapenv:Body>
      <prq:PrintJobRequestReportResponse xsi:schemaLocation="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_PRINT_JOBREQUESTREPORT_RES.VERSION_1 PRQ_PRINT_JOBREQUESTREPORT_RES.VERSION_1.xsd" xmlns:prq="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_PRINT_JOBREQUESTREPORT_RES.VERSION_1">
         <HTMLReport><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Job Report</TITLE>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type>
<STYLE type=text/css>
.PSHEADER {BACKGROUND-COLOR: rgb(51,51,153); COLOR: rgb(255,255,255); FONT-FAMILY: "Arial","sans-serif"; FONT-SIZE: 9pt; FONT-STYLE: normal; FONT-WEIGHT: bold}
.PSEVENROW {BACKGROUND-COLOR: rgb(255,255,255); COLOR: rgb(0,0,0); FONT-FAMILY: "Arial","sans-serif"; FONT-SIZE: 9pt; FONT-STYLE: normal; FONT-WEIGHT: normal}
.PSODDROW {BACKGROUND-COLOR: rgb(226,226,226); COLOR: rgb(0,0,0); FONT-FAMILY: "Arial","sans-serif"; FONT-SIZE: 9pt; FONT-STYLE: normal; FONT-WEIGHT: normal}
</STYLE>
<META content="MSHTML 203.0.113.250" name=GENERATOR></HEAD>
<BODY>
<img src="%IMAGE(PT_JOB_EXPANDED)" height='12' width='15' border='0' />
<span class='PSTEXT' ><strong></strong></span><br />
<p> </p><TABLE cellPadding=2 cellSpacing=0 width="100%">
  <TBODY>
  <TR>
    <TD>
    </TD></TR></TBODY></TABLE>
<BR></BODY></HTML>]]></HTMLReport>
      </prq:PrintJobRequestReportResponse>
   </soapenv:Body>
</soapenv:Envelope>