PRCS_SCHEDULE_CONQUERY

This service operation schedules non unique connected query process.

Request Message: PRQ_SCHEDULE_CONQUERY_REQ

Element Name Description

ConQueryName

Specifies the connected query name.

RunControlId

Specifies a new or an existing run control ID.

QueryName

Specifies the name of a query that participates in the connected query.

PromptName

Specifies name of the prompt for this query.

PromptValue

Specifies prompt value for its matching query prompt.

DistributionIdType

Specify either User or Role.

Example Request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:prq="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_SCHEDULE_CONQUERY_REQ.VERSION_1">
   <soapenv:Header/>
   <soapenv:Body>
      <prq:ScheduleConQuery>
         <ConQueryName>APX1090</ConQueryName>
         <RunParam>
            <QueryName>APY1090_MATCH_EXCEPTIONS</QueryName>
            <Prompts>
               <PromptName>MatchStatus</PromptName>
               <PromptValue>Matched</PromptValue>
            </Prompts>
            <Prompts>
               <PromptName>RunControlId</PromptName>
               <PromptValue>PAYCYCLE</PromptValue>
            </Prompts>
         </RunParam>
         <RunControlId>APX1090</RunControlId>
      </prq:ScheduleConQuery>
   </soapenv:Body>
</soapenv:Envelope>

Response Message: PRQ_SCHEDULE_CONQUERY_RES

Element Name Description

ProcessInstance

Specifies a number representing a process instance for running the 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:ScheduleConQueryResponse xsi:schemaLocation="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_SCHEDULE_CONQUERY_RES.VERSION_1 PRQ_SCHEDULE_CONQUERY_RES.VERSION_1.xsd" xmlns:prq="http://xmlns.oracle.com/Enterprise/Tools/schemas/PRQ_SCHEDULE_CONQUERY_RES.VERSION_1">
         <ProcessInstance>11073</ProcessInstance>
      </prq:ScheduleConQueryResponse>
   </soapenv:Body>
</soapenv:Envelope>