Skip Headers
Oracle® Application Integration Architecture Oracle Lead to Order Integration Pack for Oracle CRM On Demand and Oracle E-Business Suite Implementation Guide
Release 3.1.1

Part Number E22284-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
PDF · Mobi · ePub

D Additional Business Event Subscription Setup for Product Sync Events

In Oracle E-Business Suite, items are created in the Master Organization, and assigned to Inventory Organizations from the Item Master Org. In the delivered Process Integration Pack (PIP), default subscriptions are created for two events raised for item create and update: oracle.apps.ego.item.postItemUpdate, and oracle.apps.ego.item.postItemCreate. These subscriptions trigger the item sync flow for every item created or updated in any inventory organization. The integration flows propagate the item create and update to CRM On Demand, if the inventory organization is mapped in the INVENTORY_LOCATIONS XREF table.

It is recommended to optimize the default subscriptions to only trigger the item create and update flows for the subset of inventory organizations relevant for order processing in the PIP. This is the set of item validation organizations.

D.1 Setting Up Subscription

By default, the subscription for the oracle.apps.ego.item.postItemUpdate and oracle.apps.ego.item.postItemCreate events is processed by the PLSQL function aia_custom_subscription_pkg.aia_item_subscription. This package is created in Oracle E-Business Suite at the time of the PIP deployment.

In addition, a PLSQL package called aia_item_subscrpt_params_pkg is applied to specify the parameters used in the PLSQL package subscription. The default source for this package is available in the following file: "$AIA_HOME/services/core/Ebiz/AdapterServices/CreateItemEbizEventConsumer/aia_item_subscription_params_pkg.sql"

The following three variables must be modified as follows:

After making these changes, recompile the aia_item_subscrpt_params_pkg package against the Oracle E-Business Suite database (Apps Schema).