PRCS_GETREQUEST
This service operation is used to get the process request status.
Request Message: PRQ_GETREQUEST_REQ
| Element Name | Description |
|---|---|
|
ProcessInstance |
Process instance number. |
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:⇒
prq="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_GETREQUEST_REQ.VERSION_⇒
1">
<soapenv:Header/>
<soapenv:Body>
<prq:GetRequest>
<ProcessInstance>9999951</ProcessInstance>
</prq:GetRequest>
</soapenv:Body>
</soapenv:Envelope>
Response Message: PRQ_GETREQUEST_RES
| Element Name | Description |
|---|---|
|
ProcessInstance |
Process instance. |
|
ProcessName |
Process name. |
|
ProcessType |
Process type. |
|
RunControlID |
Run control ID. |
|
ServerNameRun |
Server name. |
|
OperatorID |
ID of the user who submitted the process. |
|
RequestDateTime |
The date and time that the process request was submitted. |
|
RunDateTime |
The date and time that the process request was scheduled to run. |
|
BeginDateTime |
The date and time that the process started. |
|
EndDateTime |
The date and time that the process ended. |
|
OutputDestinationFormat |
Output format. |
|
OutputDestinationType |
Output type. |
|
RunStatus |
Run status. |
|
DistributionStatus |
Distribution status. |
|
ContentId |
Report ID assigned in the Report Repository. Note: For bursted reports all the associated content IDs will be retrieved and will be a part of the response. |
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:GetRequestResponse xsi:schemaLocation="http://xmlns.oracle.com⇒
/Enterprise/Tools/schemas/PRQ_GETREQUEST_RES.VERSION_1 PRQ_GETREQUEST_RES.VERSION_⇒
1.xsd" xmlns:prq="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_GETREQUEST_⇒
RES.VERSION_1">
<ProcessRequestItem>
<ProcessInstance>9999951</ProcessInstance>
<ProcessName>DDDAUDIT</ProcessName>
<ProcessType>SQR Report</ProcessType>
<RunControlId>TEST</RunControlId>
<ServerNameRun>PSNT</ServerNameRun>
<OperatorId>QEMGR</OperatorId>
<RequestDateTime>2009-02-05-203.0.113.1</RequestDateTime>
<RunDateTime>2009-02-05-203.0.113.2</RunDateTime>
<BeginDateTime>2009-02-05-203.0.113.3</BeginDateTime>
<EndDateTime>2009-02-05-203.0.113.4</EndDateTime>
<OutputDestinationFormat>PDF</OutputDestinationFormat>
<OutputDestinationType>WEB</OutputDestinationType>
<RunStatus>Success</RunStatus>
<DistributionStatus>Posted</DistributionStatus>
<ContentId>9999917</ContentId>
</ProcessRequestItem>
</prq:GetRequestResponse>
</soapenv:Body>
</soapenv:Envelope>