Siebel Connector for Oracle Applications > Developer Procedures > Understanding the Oracle Receiver >

Delete Processing


When data is deleted in Oracle Applications, the Oracle Receiver passes the deletion instructions on to Siebel Applications. This process is outlined below.

  1. Rowsets are deleted in the Oracle Applications table.
  2. The Opcode for the deleted rows is set to D in the Notification Table.
  3. The Oracle Receiver passes the integration Id of the deleted row to the DTE.
  4. The DTE deletes data in Siebel Applications by using business component interfaces, or calling the Delete method in Siebel Adapter.
Siebel Connector for Oracle Applications