PUB Screening Determination Workflow Main For Oracle Ingelligent Advisor
This workflow uses the data that is associated with a case to determine the benefits for which a citizen is eligible. The following image shows this workflow.

Workflow Description
This workflow performs the following actions:
Get OPA Mapping Params. This step calls the GetAdminMappingInfoAndCache method from the OPA Interview Framework Service to read the mapping parameters in the OPA Integrations Mapping view of the Administration - Integration screen. This method returns the HostURL, SubmitXSLPath, PreseedXSLPath, and Rulebase parameters using the mapping names in the input argument.
OPA Answer Service. This step calls the OPA Answer Service Workflow.
Contact IO to Case IO Conversion. This step converts the Oracle Intelligent Advisor response (the PUB Sample Intake Contact integration object instance) into a PUB OPA Generated Benefit Plans integration object instance. Benefit plans and benefits, but not benefit payments, are mapped to the integration object instance.
Update Case Header. This step updates the Case Row ID in the PUB OPA Generated Benefit Plans integration object instance.
Delete Screening Records. This step deletes any existing screening records.
Upsert Case-PB IO instance. This step calls the Upsert method for the Siebel EAI Adapter to update or insert benefit plans, benefits, and payments for the case. For this upsert operation, this step uses the integration object that Oracle Intelligent Advisor returns.