This document provides an overview and instructions for an Oracle SOA Suite sample that updates the quantity of an existing purchase order in Oracle Applications using Oracle Adapters. The sample exposes stored procedures to initialize a purchase order line and update the line quantity as web services. It reads an input XML file, initializes the line using one stored procedure, then sets the line quantity using another stored procedure. The instructions explain how to configure the adapters, build the BPEL process, deploy it, and verify the updated purchase order quantity.