Skip Headers
Oracle® Application Integration Architecture Oracle Customer Master Data Management Integration Implementation Guide
Release 11.1

Part Number E27422-03
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
Go to next page
Next
PDF · Mobi · ePub

7 Configuring the Customer MDM Pre-Built Integration

Participating applications must be set up for the Customer MDM integration to work properly. This includes setting up organizations, creating system profiles, setting up cross references, managing Domain Value Maps (DVMs) and setting configuration properties.

This chapter contains the following sections:

7.1 Configuring Siebel CRM

After you install and configure Siebel CRM and any required patches as described in the Oracle Application Integration Architecture Installation and Upgrade Guide for Prebuilt Integrations "Software Requirements", perform the following configuration steps within your Siebel CRM system.

To configure the Oracle Fusion Middleware (FMW) URLs for the outbound web services in the Siebel CRM application, follow these steps:

  1. Go to Site Map.

  2. Click Administration - Web Services.

  3. Click Outbound Web Service. In the Name field of the web services applet, query for the following services:

    • SyncCustomerSiebelEventAggregator.

    • MatchAccountSiebelReqABCSImpl.

    • MatchContactSiebelReqABCSImpl.

    • FetchAccountSiebelReqABCSImpl.

    • FetchContactSiebelReqABCSImpl.

  4. Get the FMW URLs for these services from the EM console. Update the Address column of the Service Port applet to point to the correct FMW server and port number. For example, for SyncCustomerSiebelEventAggregator, the URL to be updated is -http://<SOA_HOST>:<SOA_PORT>/soa-infra/services/default/SyncCustomerSiebelEventAggregator/Client.

  5. Enable the workflows that are listed in the following table:

    Table 7-1 Workflow Listing

    Workflow Name Status Project

    SWI Account Update Workflow

    New

    Web Service Integration

    SWI Address Update Workflow

    New

    Web Service Integration

    SWI Contact Update Workflow

    New

    Web Service Integration

    SWI External Account Integration Process

    New

    Web Service Integration

    SWI External Account Request Sync Process

    New

    Web Service Integration

    SWI External Contact Integration Process

    New

    Web Service Integration

    SWI External Contact Req Integration Process

    New

    Web Service Integration

    SWI External Contact Request Sync Process

    New

    Web Service Integration

    SWI External Customer Req Integration Process

    New

    Web Service Integration

    SIA External Integration Process

    New

    Web Service Integration


    For more information about how to enable workflows, see Siebel Business Process Framework: Workflow Guide, available on Oracle Technology Network.

  6. Enable the component groups that are listed in the following table:

    Table 7-2 Component Groups Listing

    Component Group Name Alias

    Enterprise Application Integration

    EAI

    Siebel ISS

    ISS

    Workflow Management

    Workflow


    For more information about how to enable component groups, see Siebel System Administration Guide, available on Oracle Technology Network.

7.2 Setting Up Organizations

Set up Oracle Customer Hub, then obtain Oracle E-Business Suite Operating Unit IDs, and then map Siebel CRM Organizations.

7.2.1 Oracle Customer Hub

Users need to determine what organizations they want to support and then get the IDs for those organizations.

  1. Log in to Oracle Customer Hub Applications.

  2. Click Site Map.

  3. Select Administration-Groups, Organizations.

  4. Identify the default organization in Oracle Customer Hub or for the Oracle E-Business Suite Operating Unit that needs to be used as the default, create the same in Oracle Customer Hub. If multiple organizations are used, those also have to be set up. In addition, identify the organizations corresponding to every unique combination of the three-part SAP Sales Area key, and set it up

Figure 7-1 Administration - Group tab

This image is described in surrounding text

7.2.2 Obtaining Oracle E-Business Suite Operating Unit IDs

Users need to determine what organizations they want to support and then get the IDs for those organizations.

To get the operating unit details:

  1. Log in to Oracle E-Business Suite database.

  2. Identify the operating units that need to be synchronized or maintained in Oracle E-Business Suite.

    If you want to pick other Operating Units, use this query:

    select organization_id, name from hr_operating_units
    

7.2.3 Mapping Siebel CRM Organizations

To map Siebel organizations to EBS/Oracle Customer Hub operating units:

  1. Log in to Siebel Applications.

  2. Click Site Map.

  3. Select Administration-Groups, Organizations.

  4. For the Oracle E-Business Suite Operating Units that were identified previously, create the same in Siebel CRM. Here is a screen shot:

Figure 7-2 Administration - Group tab in Siebel

Surrounding text describes Figure 7-2 .

7.3 Setting Up Cross-References

Cross-references can be created after organizations have been created in Siebel CRM, Oracle E-Business Suite, and Oracle Customer Hub.

7.3.1 Identifying Siebel Row IDs

To identify Siebel Row IDs:

  1. Log in to the Siebel database as the table owner.

  2. Run this query to get the IDs for the organizations created in the previous step:

    select row_id, name from s_org_ext where name like '%Vision%'
    

7.3.2 Identifying Oracle E-Business Suite Entities

To identify Oracle E-Business Suite entities:

  1. Log in to Oracle E-Business Suite database (Apps/Apps).

  2. Identify the Operating Units that need to be synchronized or maintained in Oracle E-Business Suite.

    If you want to pick other Operating Units, use this query:

    select organization_id, name from hr_operating_units
    

7.3.3 Identifying Oracle Customer Hub Row IDs

To identify Oracle Customer Hub Row IDs:

  1. Log in to the Oracle Customer Hub database as the table owner.

  2. Run this query to get the IDs for the Organizations you created:

    select row_id, name from s_org_ext where name like '%Vision%'
    

Here is an alternative way to obtain the row ID:

  1. Log in to Oracle Customer Hub.

  2. Go to the site map.

  3. Navigate to organization administration.

  4. In the list box, select the appropriate organization.

  5. From the Help menu, select About Record.

7.3.4 Populating Seed Values in Cross-Reference Tables

The cross-reference data for the ORGANIZATION_ID XREF entity should be added manually before you use the PIP, by using SQL insert statements. The following rows need to be created in the XRef data table:

  • One row for Oracle Customer Hub: UCM_01.

  • One row for Common: COMMON.

  • One row for Oracle E-Business Suite: EBIZ_01 (if the Oracle E-Business Suite option is installed).

  • One row for Siebel CRM: SEBL_01 (if the Siebel CRM option is installed).

The physical XREF table (XREF_DATA) can be located in the database configured for FMW/SOA and contains the following columns:

Table 7-3 XRef Table Format

Column Name Description

XREF_TABLE_NAME

This column stores the XREF data types. For example:

  • oramds:/apps/AIAMetaData/xref/ORGANIZATION_ID.xref

  • oramds:/apps/AIAMetaData/xref/CUSTOMERPARTY_ACCOUNTID.xref

XREF_COLUMN_NAME

This column stores the values indicating the edge applications and COMMON value:

  • UCM_01

  • EBIZ_01

  • COMMON

  • SEBL_01

ROW_NUMBER

This column stores the GUID.

VALUE

This column stores the actual data that is cross-referenced.

IS_DELETED

This column indicates whether the column is deleted or not. For example, 'N'.

LAST_MODIFIED

This column stores last modified time.


Table 7-4 ORGANIZATION_ID XRef Table Value Format

XRef_Column_Name Value

COMMON

GUID

UCM_01

Organization Id from OCHFor example, 0-R9NH

EBIZ_01

Ebiz Org IDFor example, 204

SEBL_01

Organization Id (Business Unit) from Siebel CRMFor example, 88-8KO98


Sample SQL Insert Statement for ORGANIZATION_ID Table

For UCM_01:

INSERT INTO XREF_DATA (XREF_TABLE_NAME, XREF_COLUMN_NAME, ROW_NUMBER, VALUE, IS_DELETED, LAST_MODIFIED) VALUES (' oramds:/apps/AIAMetaData/xref/ORGANIZATION_ID.xref', 'UCM_01', 'BD618D40B30C11DEBFA5D9490F57512E', '0-R9NH', 'N', SYSTIMESTAMP)

For EBIZ_01:

INSERT INTO XREF_DATA (XREF_TABLE_NAME, XREF_COLUMN_NAME, ROW_NUMBER, VALUE, IS_DELETED, LAST_MODIFIED) VALUES (' oramds:/apps/AIAMetaData/xref/ORGANIZATION_ID.xref', 'EBIZ_01', 'BD618D40B30C11DEBFA5D9490F57512E', '204', 'N', SYSTIMESTAMP)

For SEBL_01:

INSERT INTO XREF_DATA (XREF_TABLE_NAME, XREF_COLUMN_NAME, ROW_NUMBER, VALUE, IS_DELETED, LAST_MODIFIED) VALUES (' oramds:/apps/AIAMetaData/xref/ORGANIZATION_ID.xref', 'SEBL_01', 'BD618D40B30C11DEBFA5D9490F57512E', '88-8KO98', 'N', SYSTIMESTAMP)

For COMMON:

INSERT INTO XREF_DATA (XREF_TABLE_NAME, XREF_COLUMN_NAME, ROW_NUMBER, VALUE, IS_DELETED, LAST_MODIFIED) VALUES (' oramds:/apps/AIAMetaData/xref/ ORGANIZATION_ID.xref', 'COMMON ', 'BD618D40B30C11DEBFA5D9490F57512E', '2d373037303636323539363632323735', 'N', SYSTIMESTAMP)

Table 7-5 Sample Data for XRef ORGANIZATION_ID Table

XRef_Table XRef_Column Row_Number Value IS_Deleted Last_Modified

oramds:/apps/AIAMetaData/xref/ORGANIZATION_ID.xref

EBIZ_01

BD618D40B30C11DEBFA5D9490F57512E

204

N

2012-4-11.11.29. 54. 210000000

oramds:/apps/AIAMetaData/xref/ORGANIZATION_ID.xref

SEBL_01

BD618D40B30C11DEBFA5D9490F57512E

88-8KO98

N

2012-4-11.11.29. 54. 210000000

oramds:/apps/AIAMetaData/xref/ORGANIZATION_ID.xref

UCM_01

BD618D40B30C11DEBFA5D9490F57512E

0-R9NH

N

2012-4-11.11.29. 54. 210000000

oramds:/apps/AIAMetaData/xref/ORGANIZATION_ID.xref

COMMON

BD618D40B30C11DEBFA5D9490F57512E

2d373037303636323539363632323735

N

2012-4-11.11.29. 54. 210000000


7.3.5 Validating Cross-References

To validate cross-references:

  1. Log in to the AIA XREF database.

  2. Query the Table XREF_DATA to confirm that every organization used in the XML files has three records. Use this query:

    select value||'::'||Xref_column_name from xref_Data where row_number in
    (select row_number from xref_data where xref_table_name = 
    'oramds:/apps/AIAMetaData/xref/ORGANIZATION_ID.xref' and value in ('204')).
    
  3. Replace the value for the organizations. (The number of operating units depends on your set up.)

7.4 Working with Cross-References

Cross-references map and connect the records within the application network, and enables these applications to communicate in the same language. The integration server stores the relationship in a persistent way so that others can refer to it.

AIA cross-references are created for any entity that is created across applications using AIA. These cross-references are used for different type of entities including accounts, contacts, addresses, orders, service requests, trouble tickets, products, and so on.

AIA cross-references are created as part of an integration flow when an application requests AIA services to create corresponding entities in one or more other applications.

AIA cross-references are used to propagate any change or update to an entity from one application to the corresponding entities in other applications.

For more information about creating cross references, see Oracle Fusion Middleware Developer's Guide for Oracle SOA Suite, "Working with Cross References."

These are the cross-references for the Customer MDM integration:

Table 7-6 Cross-references

Cross-Reference Table Name Column Name Description

CUSTOMERPARTY_PARTYID

SEBL_01,COMMON,EBIZ_01,UCM_01

Customer Party IDs. For lookup and populate.

CUSTOMERPARTY_ACCOUNTID

SEBL_01,COMMON,EBIZ_01,UCM_01, BRM_01

Customer Party Account IDs. For lookup and populate.

CUSTOMERPARTY_BILLPROFILEID

SEBL_01,COMMON, BRM_01

Siebel bill profile ID is mapped one-to-one to the Oracle BRM bill info ID.

CUSTOMERPARTY_PAYPROFILEID

SEBL_01,COMMON, BRM_01

Siebel bill profile ID is mapped one-to-one to the Oracle BRM pay info ID.

CUSTOMERPARTY_CONTACTID

SEBL_01,COMMON,EBIZ_01,UCM_01

Customer Party Contact IDs. For lookup and populate.

CUSTOMERPARTY_PARTYLOCATIONID

SEBL_01,COMMON,EBIZ_01,UCM_01

Customer Party Location IDs. For lookup and populate.

CUSTOMERPARTY_LOCATIONREFID

SEBL_01,COMMON,EBIZ_01,UCM_01

Customer Party Location Reference Ids

CUSTOMERPARTY_ADDRESSID

SEBL_01,COMMON,EBIZ_01,UCM_01, BRM_01

Customer Party Address IDs. For lookup and populate.

Oracle BRM account ID is cross-referenced here if the address is used as the billing address (nameinfo[1]) on that account. Oracle BRM pay info ID is cross-referenced here if the address is used as the pay info address on an account.

The ACCOUNT and PAYINFO codes are prefixed to each ID to indicate what type of ID it is.

CUSTOMERPARTY_LOCATIONREFID

,COMMON,UCM_01

Lookup and Populate

CUSTOMERPARTY_PARTYCONTACTID

SEBL_01,COMMON,EBIZ_01,UCM_01, BRM_01

Customer Party contact IDs. For lookup and populate.

Oracle BRM account ID is cross-referenced here if the contact is used as the name (nameinfo[1]) on that account. Oracle BRM pay info ID is cross-referenced here if the contact is used as the name on the pay info on an account.

The ACCOUNT and PAYINFO codes are prefixed to each ID to indicate what type of ID it is.

CUSTOMERPARTY_ACCOUNT_DEFAULTBALGRP

COMMON, BRM_01

Maps the default balance group to the common Account ID. This is populated after account creation in the CreateCustomerParty provider ABCS implementation service, and is referenced by the order flow during service creation.

ORGANIZATION_ID

SEBL_01,COMMON,EBIZ_01,UCM_01

Organization IDs, For lookup and populate.

CUSTOMERPARTY_ACCOUNT_PHONECOMMID

SEBL_01,COMMON,EBIZ_01,UCM_01

Customer Party Account's Phone contact points. For lookup and populate.

CUSTOMERPARTY_ACCOUNT_FAXCOMMID

SEBL_01,COMMON,EBIZ_01,UCM_01

Customer Party Account's Fax contact points. For lookup and populate.

CUSTOMERPARTY_CONTACT_PHONECOMMID

SEBL_01,COMMON,EBIZ_01,UCM_01

Customer Party Contact's Phone contact points

CUSTOMERPARTY_CONTACT_FAXCOMMID

SEBL_01,COMMON,EBIZ_01,UCM_01

Customer Party Contact's Fax contact points

CUSTOMERPARTY_CONTACT_EMAILCOMMID

SEBL_01,COMMON,EBIZ_01,UCM_01

Customer Party Contact's Email/Web contact points. For lookup and populate.

CUSTOMERPARTY_ACCOUNT_WEBCOMMID

SEBL_01,COMMON,EBIZ_01,UCM_01

Customer Party Account's Web URL contact points. For lookup and populate.


7.5 Working with Domain Value Maps

Domain value maps (DVMs) are a standard feature of the Oracle SOA Suite and enable you to equate lookup codes and other static values across applications, for example, FOOT and FT; or US and USA.

DVMs are static in nature, though administrators can add additional maps as needed. Transactional business processes never update DVMs-they only read from them. They are stored in XML files and cached in memory at run-time.

DVM types are seeded for the Customer MDM integration flows, and administrators can extend the list of mapped values by adding more maps. The DVM data is synchronized with what the participating applications use. This synchronization should be done prior to running any initial loads, or initiating any incremental transactional flows.

These are the domain value mappings (DVMs) for the Customer MDM integration:

Table 7-7 Domain Value Maps

DVM Type DVM Column Name Comments

CUSTOMERPARTY_TYPECODE

Common, SEBL_01

Consumer vs. Business

CUSTOMERPARTY_BILLPROFILE_FREQUENCYCODE

Common, Siebel, BRM_01

Billing frequency (monthly, yearly, quarterly, and so on)

CUSTOMERPARTY_BILLPROFILE_BILLTYPECODE

Common, Siebel, BRM_01

Bill type (summary and detailed).

CUSTOMERPARTY_PAYPROFILE_PAYMETHODCODE

Common, Siebel, BRM_01

Payment-profile payment method types: credit card, direct debit, and invoice/bill me.

CUSTOMERPARTY_PAYPROFILE_PAYTERMCODE

Common, BRM_01

Payment term codes

CUSTOMERPARTY_PAYPROFILE_DELIVERYPREF

Common, BRM_01

Bill media/delivery preference (Email and Mail).

CUSTOMERPARTY_PAYPROFILE_CREDIT_CARDTYPE

Common, Siebel

Credit Card type (Visa, MasterCard, and so on.)

CUSTOMERPARTY_PAYPROFILE_BANKACCOUNTTYPE

Common, Siebel, BRM_01

Bank account type (checking, savings, and so on)

CUSTOMERPARTY_ACCOUNTTYPECODE

SEBL_01, COMMON, UCM_01

Account Type Codes

ADDRESS_COUNTRYID

SEBL_01, COMMON, EBIZ_01, UCM_01

Country Codes

STATE

SEBL_01, COMMON, EBIZ_01, UCM_01

State Codes

PROVINCE

SEBL_01, COMMON, EBIZ_01, UCM_01

Province

CURRENCY_CODE

SEBL_01, COMMON, EBIZ_01, UCM_01

Currency Codes

CUSTOMERPARTY_STATUSCODE

SEBL_01,COMMON,EBIZ_01,UCM_01

CustomerParty Status Code as Active, Inactive, and so on.

JOB_TITLE

Common, UCM_01

Manager, Executive Board, and so forth

CONTACT_SALUTATION

SEBL_01, COMMON, EBIZ_01, UCM_01

Salutation as head of sales and so on.

TAX_CATEGORY

Common, UCM_01

MWST, CTX2, and so forth

CONTACT_GENDERCODE

SEBL_01, COMMON, EBIZ_01, UCM_01

Gender Code

MARITAL_STATUS

UCM_01, COMMON, EBIZ_01

Marital Status

SOURCE_ID

UCM_01, COMMON,

Contains System IDs. To map source Application ID (mandatory).

PHONENUMBER_PURPOSE

SEBL_01, COMMON, EBIZ_01,

Phone Number Purpose

PHONENUMBER_TYPE

SEBL_01,COMMON,EBIZ_01,

Phone Number Type

SITEUSAGE_CODE

SEBL_01, BRM_01, COMMON, EBIZ_01

Site Usage Code

TARGET_ID

UCM_01,COMMON,

Contains System IDs. To map source Application ID (mandatory).

ADDRESS_DELIVERYTYPE

UCM_01, COMMON, SEBL_01

Residential Curb, Business, and so on.

Used for third-party enrichment.

ADDRESS_SEASONALINDICATORTYPE

UCM_01, COMMON, SEBL_01

Educational Facility, Seasonal Address, and so on.

Used for third-party enrichment

ADDRESS_MOVETYPE

UCM_01, COMMON, SEBL_01

Individual Move, Business or Firm Move, and so on.

Used for third-party enrichment

ADDRESS_POSTALPROCESSINGCODE

UCM_01, COMMON, SEBL_01

AA match at ZIP Code level, LOT default match, and so on.

Used for third-party enrichment


7.6 Creating Oracle E-Business Suite System Profiles

For the Customer MDM integration, set these profile options:

  1. Log in to Oracle E-Business Suite using the System Administrator responsibility.

  2. Open the System Profile Values form.

  3. Query these profile options E-Business Suite 11.5.10.2 and set the indicated values at the site level:

    • HZ: Execute API Callouts to 'All Events Enabled' or 'Only Business Object Events Enabled'

    • HZ: Format Business Object Business Events as Bulk to 'N'

    • HZ: Generate Party Number to 'Yes'

    • HZ: Generate Party Site Number to 'Yes'

  4. Query these profile options E-Business Suite 12.1.1. and set the indicated values at the site level:

    • HZ: Raise API Events to All Events Enabled or Only Business Object Events Enabled

    • HZ: Format Business Object Business Events as Bulk to 'N'

    • HZ: Generate Party Number to 'Yes'

    • HZ: Generate Party Site Number to 'Yes'

7.7 Scheduling Concurrent Processes

For the Customer MDM integration, schedule these concurrent processes:

  1. For TCA, a concurrent program must be executed to raise business events after data creation. Schedule the concurrent request 'TCA Business Object Events: Raise Events' to run periodically. This request can also be run manually.

  2. Schedule the concurrent request 'TCA Business Object Events: Cleanse Infrastructure Program - clean up' to run once a day to purge the tracking table.

7.8 Configuring Sequencing for the Synchronize Flows from Siebel CRM to Oracle Customer Hub

The following steps must be performed using the Oracle Enterprise Manager Fusion Middleware Control Console to enable the resequencer functionality in Oracle Mediator and for better performance. The FMW sequencing feature ensures better scalability and performance. If you do not define these properties, the code will not be affected, but, the synchronize Update Order flow will work only as a single threaded flow.

To update order events resequencing on FMW:

  1. Launch Oracle Enterprise Manager.

  2. Open the SOA Infrastructure Home page.

  3. From the SOA Infrastructure menu, select SOA Administration and then Mediator Properties.

  4. Configure the following properties for better performance of the sequencing feature:

    • Resequencer Worker Threads = 5

    • Resequencer Locker Thread Sleep(sec) = 1000

    • Resequencer Maximum Groups Locked = 100

    Note:

    The value of these properties can vary based on the environment configuration and the same can be set appropriately.

  5. Save the changes.

For more information about using the Oracle Mediator Resequencer as a part of an Oracle AIA implementation, see Oracle Fusion Middleware Developer's Guide for Oracle SOA Suite, "Resequencing in Oracle Mediator."

7.9 Handling Errors

Based on the roles defined for the services, email notifications are sent if a service errors out. There are no AIA specific errors thrown by the Customer MDM integration services.

For more information about the errors thrown by Siebel CRM, Oracle E-Business Suite, or Oracle Customer Hub, see that product's documentation.

For more information about AIA error handling, see Oracle Fusion Middleware Infrastructure Components and Utilities User's Guide for Oracle Application Integration Architecture Foundation Pack "Setting Up Error Handling."

7.10 Using the Composite Application Framework

The Match and Fetch integration flow between Oracle E-Business Suite and Oracle Customer Hub leverages the Composite Application Framework to create a user interface (UI) that enables users to access Oracle Customer Hub to search for and to fetch the customer record from within Oracle E-Business Suite.

The Composite Application Framework supports the development of application independent user-interfaces based on enterprise business services. This loosely coupled user interface is reusable and enables changes to the underlying application architecture with little to no impact on the end user.

For more information about the delivered Composite Application Framework UI, see Chapter 9, "Deploying the Match and Fetch Enterprise Composite Application with the Customer MDM Pre-Built Integration"

7.11 Setting Configuration Properties

Set these properties in the AIAConfigurationProperties.xml file. The file is located in AIA_HOME>/aia_instances/$INSTANCE_NAME/AIAMetaData/config/.

For more information about requirements for working with AIAConfigurationProperties.xml, see Oracle Fusion Middleware Developer's Guide for Oracle Application Integration Architecture Foundation Pack, “Building AIA Integration Flows,” How to Set Up AIA Workstation.

Settings for system properties:

Table 7-8 Settings for System Properties

System Property Value/Default Value Description

Routing.ActiveRuleset

DEFAULT

Property that governs how routing rules are handled when pre-built integrations are interoperable. Leave the value as DEFAULT if only one pre-built integration exists.


Settings for module level properties:

Table 7-9 Settings for Module Level Properties

Module Property Value/Default Value Description

Siebel

SEBL_01.SERVER_TIMEZONE

GMT-08:00

Time zone code of the Siebel server

Siebel

SEBL_01.UTCCanonicalFlag

false

Determines when the date format is in UTC or not. Set this to true if UTC is enabled on the Siebel application. Else set to false.

Siebel

ComplexXrefKeyDelimiter

No default value

Delimiter for concatenating IDs in XREF data. Set this to any character (non-system type) that is not used for creating IDs in the Siebel application.

Ebiz

EBIZ_01.SERVER_TIMEZONE

No default value

Time zone code


Settings for Core2CommsCustomerPartyBridge service property

Table 7-10 Core2CommsCustomerPartyBridge

Property Name Value/Default Value Description

RouteToBRM

True

Core2CommsCustomerPartyBridge routes the messages from core CustomerPartyEBSV2 to CommunicationsCustomerPartyEBSV2.

Controls routing messages through Core2CommsCustomerPartyBridge. Note: If this value is modified, then the BRM option doesn't work.

--

--

--


Settings for the FetchAccountSiebelReqABCSImpl service property:

Table 7-11 FetchAccountSiebelReqABCSImpl

Property Name Value/Default Value Description

Default.SystemID

SEBL_01

Siebel system instance code (defined in Oracle Enterprise Repository (OER)) from which messages originate. If the instance ID is present in the request message, then that takes precedence

Routing.CustomerPartyOrchestrationEBSV2.FetchCustomerParty.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.CustomerPartyOrchestrationEBSV2.FetchCustomerParty.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

ABCSExtension.PreXformABMtoEBMABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreInvokeEBSEBM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreXformEBMtoABMEBM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreReplyABMCustomerPartyIOABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreReplyABMMatchAccountABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

FetchCustomerParty.InvokeAsync

True/false. Default = false.

If this it set to false the flow gets invoked in Synchronous process otherwise in Asynchronous process

FetchCustomerParty.AsyncTimeoutDuration

PT1M

Used to set the time out duration


Settings for the FetchContactSiebelReqABCSImpl service property:

Table 7-12 FetchContactSiebelReqABCSImpl

Property Name Value/Default Value Description

Default.SystemID

SEBL_01

Siebel system instance code (defined in Oracle Enterprise Repository (OER)) from which messages originate. If the instance ID is present in the request message, then that takes precedence

Routing.CustomerPartyOrchestrationEBSV2.FetchCustomerParty.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.CustomerPartyOrchestrationEBSV2.FetchCustomerParty.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

ABCSExtension.PreXformABMtoEBMABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreInvokeEBSEBM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreXformEBMtoABMEBM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreReplyABMCustomerPartyIOABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreReplyABMMatchContactABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

FetchCustomerParty.InvokeAsync

True/false. Default = false.

If this it set to false the flow gets invoked in Synchronous process otherwise in Asynchronous process

FetchCustomerParty.AsyncTimeoutDuration

PT1M

Used to set the time out duration


Settings for the MatchAccountSiebelReqABCSImpl service property:

Table 7-13 MatchAccountSiebelReqABCSImpl

Property Name Value/Default Value Description

Default.SystemID

SEBL_01

Siebel system instance code (defined in Oracle Enterprise Repository (OER)) from which messages originate. If the instance ID is present in the request message, then that takes precedence.

Routing.CustomerPartyEBSV2.QueryCustomerPartyList.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.CustomerPartyEBSV2.QueryCustomerPartyList.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

ABCSExtension.PreXformABMtoEBMABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreInvokeEBSEBM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreXformEBMtoABMEBM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreReplyABMABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.


Settings for the MatchContactSiebelReqABCSImpl service property:

Table 7-14 MatchContactSiebelReqABCSImpl

Property Name Value/Default Value Description

Default.SystemID

SEBL_01

Siebel system instance code (defined in Oracle Enterprise Repository (OER)) from which messages originate. If the instance ID is present in the request message, then that takes precedence.

Routing.CustomerPartyEBSV2.QueryCustomerPartyList.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.CustomerPartyEBSV2.QueryCustomerPartyList.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

ABCSExtension.PreXformABMtoEBMABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreInvokeEBSEBM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreXformEBMtoABMEBM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreReplyABMABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

MDM.MaximumMatchCandidates

0

Maximum match candidates to be returned in the response should be zero or greater than zero


Settings for the FetchCustomerPartyEBFservice property:

Table 7-15 FetchCustomerPartyEBFservice

Property Name Value/Default Value Description

Routing.CustomerPartyEBSV2.QueryCustomerParty.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.CustomerPartyEBSV2.QueryCustomerParty.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

Routing.CustomerPartyEBSV2.SyncCustomerPartyList.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.CustomerPartyEBSV2.SyncCustomerPartyList.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>:7832/AIAValidationSystemServlet/asyncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

Routing.CustomerPartyOrchestrationEBSV2.SyncCustomerPartyList.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.CustomerPartyOrchestrationEBSV2.SyncCustomerPartyList.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

Routing.CustomerPartyOrchestrationResponseEBSV2.FetchCustomerPartyResponse.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.CustomerPartyOrchestrationResponseEBSV2.FetchCustomerPartyResponse.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/asyncresponserecipient

CAVS Endpoint URI, when CAVS is enabled.

SyncCustomerPartyList.AsyncTimeoutDuration

PT1M

Used to set the time out duration


Settings for the QueryCustomerPartyListUCMProvABCSImpl service property:

Table 7-16 QueryCustomerPartyListUCMProvABCSImpl

Property Name Value/Default Value Description

Default.SystemID

UCM_01

OCH system instance code (defined in Oracle Enterprise Repository (OER)) from which messages originate. If the instance ID is present in the request message, then that takes precedence.

Routing.OrganizationMatchService.UCM_01.EndpointURI

http://${ucm.http.host}:${ucm.http.port}/eai_enu/start.swe?SWEExtSource=SecureWebService&amp;SWEExtCmd=Execute&amp;UserName=${ucm.eai.user}&amp;Password=${ucm.eai.password}

OCH Organization Match web service endpoint location. This is a SOAP endpoint URL. If the request message contains the target URL, then that takes precedence.

Routing.OrganizationMatchService.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.OrganizationMatchService.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

Routing.PersonMatchService.UCM_01.EndpointURI

http://${ucm.http.host}:${ucm.http.port}/eai_enu/start.swe?SWEExtSource=SecureWebService&amp;SWEExtCmd=Execute&amp;UserName=${ucm.eai.user}&amp;Password=${ucm.eai.password}

OCH Person Match web service endpoint location. This is a SOAP endpoint URL. If the request message contains the target URL, then that takes precedence.

Routing.PersonMatchService.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.PersonMatchService.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

ABCSExtension.PreXformEBMtoABMEBM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreInvokeOrganizationMatchABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreInvokePersoMatchABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostInvokeOrganizationMatchABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostInvokePersonMatchABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostXformABMtoEBMEBM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.


Settings for the QueryCustomerPartyUCMProvABCSImpl service property:

Table 7-17 QueryCustomerPartyUCMProvABCSImpl

Property Name Value/Default Value Description

Default.SystemID

UCM_01

OCH system instance code (defined in Oracle Enterprise Repository (OER)) from which messages originate. If the instance ID is present in the request message, then that takes precedence.

Routing.OrganizationService.UCM_01.EndpointURI

http://${ucm.http.host}:${ucm.http.port}/eai_enu/start.swe?SWEExtSource=SecureWebService&amp;SWEExtCmd=Execute&amp;UserName=${ucm.eai.user}&amp;Password=${ucm.eai.password}

OCH getOrganization web service endpoint location. This is a SOAP endpoint URL. If the request message contains the target URL, then that takes precedence

Routing.OrganizationService.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.OrganizationService.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

Routing.PersonService.UCM_01.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

Routing.PersonService.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.PersonService.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS

Endpoint URI, when CAVS is enabled.

ABCSExtension.PreXformEBMtoABMEBM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreInvokeGetOrganizationABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostInvokeGetOrganizationABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreInvokeGetPersonABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostInvokeGetPersonABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostXformABMtoEBMEBM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.


Settings for the SyncCustomerPartyListResponseEbizProvABCSImpl service property:

Table 7-18 SyncCustomerPartyListResponseEbizProvABCSImpl

Property Name Value/Default Value Description

Default.SystemID

EBIZ_01

EBIZ system instance code (defined in Oracle Enterprise Repository (OER)) from which messages originate. If the instance ID is present in the request message, then that takes precedence.

Routing.SyncCustomerPartyListEbizAdapter.EBIZ_01.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/soa-infra/services/default/SyncCustomerPartyListEbizAdapter/SyncCustomerPartyListEbizAdapter

Endpoint URL of the Oracle E-Business Suite adapter

Routing.SyncCustomerPartyListEbizAdapter.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

Routing.SyncCustomerPartyListEbizAdapter.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.SyncCustomerPartyListPersonEbizAdapter.EBIZ_01.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/soa-infra/services/default/SyncCustomerPartyListPersonEbizAdapter/SyncCustomerPartyListPersonEbizAdapter_ep

Endpoint URL of the Oracle E-Business Suite adapter

Routing.SyncCustomerPartyListPersonEbizAdapter.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

Routing.SyncCustomerPartyListPersonEbizAdapter.RouteToCAVS

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreProcessOrgEBM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostProcessOrgEBM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreProcessOrgABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostProcessOrgABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreProcessPersonEBM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostProcessPersonEBM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreProcessPersonABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostProcessPersonABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.


Settings for the SyncCustomerPartyListResponseSiebelProvABCSImpl service property:

Table 7-19 SyncCustomerPartyListResponseSiebelProvABCSImpl

Property Name Value/Default Value Description

Default.SystemID

SEBL_01

Siebel system instance code (defined in Oracle Enterprise Repository (OER)) from which messages originate. If the instance ID is present in the request message, then that takes precedence.

Routing.SWI_spcCustomer_spcParty_spcService.SEBL_01.EndpointURI

http://<SIEBEL_HOST>/eai_enu/start.swe?SWEExtSource=WebService&amp;SWEExtCmd= Execute&amp;WSSOAP=1

Siebel web service end point location. This is a SOAP endpoint URL. If the request message contains the target URL, then that takes precedence

Routing.SWI_spcCustomer_spcParty_spcService.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.SWI_spcCustomer_spcParty_spcService.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

Routing.SWI_spcContact_spcService.SEBL_01.EndpointURI

http://<SIEBEL_HOST>:<SIEBEL_PORT>/eai_enu/start.swe?SWEExtSource=WebService&amp;SWEExtCmd= Execute&amp;WSSOAP=1

Siebel web service end point location. This is a SOAP endpoint URL. If the request message contains the target URL, then that takes precedence

Routing.SWI_spcContact_spcService.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.SWI_spcContact_spcService.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

ABCSExtension.PreXformEBMtoABMEBM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreInvokeSWICustServiceABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreInvokeSWIContactServiceABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.


Settings for the SyncOrganizationUCMReqABCSImpl service property:

Table 7-20 SyncOrganizationUCMReqABCSImpl

Property Name Value/Default Value Description

Default.SystemID

UCM_01

OCH system instance code (defined in Oracle Enterprise Repository (OER)) from which messages originate. If the instance ID is present in the request message, then that takes precedence.

ABCSExtension.PreProcessABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreProcessEBM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

Routing.CustomerPartyEBSV2.SyncCustomerPartyList.MessageProcessingInstruction.EnvironmentCode

PRODUCTION

Property to govern whether the message is routed to CAVS or to the specified target service. Default value is PRODUCTION, which routes to the target service.

Routing.CustomerPartyEBSV2.SyncCustomerPartyList.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.CustomerPartyEBSV2.SyncCustomerPartyList.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/asyncrequestrecipient

CAVS Endpoint URI, when CAVS is enabled.

Routing.TransformAppContextUCMService.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.TransformAppContextUCMService.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.


Settings for the SyncPersonUCMReqABCSImpl service property:

Table 7-21 SyncPersonUCMReqABCSImpl

Property Name Value/Default Value Description

Default.SystemID

UCM_01

OCH system instance code (defined in Oracle Enterprise Repository (OER)) from which messages originate. If the instance ID is present in the request message, then that takes precedence.

ABCSExtension.PreProcessABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreProcessEBM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

Routing.CustomerPartyEBSV2.SyncCustomerPartyList.MessageProcessingInstruction.EnvironmentCode

PRODUCTION

Property to govern whether the message is routed to CAVS or to the specified target service. Default value is PRODUCTION, which routes to the target service.

Routing.CustomerPartyEBSV2.SyncCustomerPartyList.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.CustomerPartyEBSV2.SyncCustomerPartyList.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/asyncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

Routing.TransformAppContextUCMService.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.TransformAppContextUCMService.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.


Settings for the SyncCustomerPartyListResponseUCMProvABCSImpl service property:

Table 7-22 SyncCustomerPartyListResponseUCMProvABCSImpl

Property Name Value/Default Value Description

Default.SystemID

UCM_01

OCH system instance code (defined in Oracle Enterprise Repository (OER)) from which messages originate. If the instance ID is present in the request message, then that takes precedence.

Routing.UCMOrganizationCrossReferenceService.UCM_01.EndpointURI

http://${ucm.http.host}:${ucm.http.port}/eai_enu/start.swe?SWEExtSource=SecureWebService&amp;SWEExtCmd=Execute&amp;UserName=${ucm.eai.user}&amp;Password=${ucm.eai.password}

OCH web service end point location. This is a SOAP endpoint URL. If the request message contains the target URL, then that takes precedence

Routing.UCMPersonCrossReferenceService.UCM_01.EndpointURI

http://${ucm.http.host}:${ucm.http.port}/eai_enu/start.swe?SWEExtSource=SecureWebService&amp;SWEExtCmd=Execute&amp;UserName=${ucm.eai.user}&amp;Password=${ucm.eai.password}

OCH web service end point location. This is a SOAP endpoint URL. If the request message contains the target URL, then that takes precedence

Routing.UCMOrganizationCrossReferenceService.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.UCMOrganizationCrossReferenceService.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

Routing.UCMPersonCrossReferenceService.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.UCMPersonCrossReferenceService.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

ABCSExtension.PreProcessEBM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreProcessOrgABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostProcessPersonABM

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.


Settings for the SyncCustomerPartyListUCMProvABCSImpl service property:

Table 7-23 SyncCustomerPartyListUCMProvABCSImpl

Property Name Value/Default Value Description

Default.SystemID

UCM_01

OCH system instance code (defined in Oracle Enterprise Repository (OER)) from which messages originate. If the instance ID is present in the request message, then that takes precedence.

Routing.SyncCustomerPartyListUCMOrganizationService.UCM_01.EndpointURI

http://${ucm.http.host}:${ucm.http.port}/eai_enu/start.swe?SWEExtSource=SecureWebService&amp;SWEExtCmd=Execute&amp;UserName=${ucm.eai.user}&amp;Password=${ucm.eai.password}

OCH web service end point location. This is a SOAP endpoint URL. If the request message contains the target URL, then that takes precedence

Routing.SyncCustomerPartyListUCMOrganizationService.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.SyncCustomerPartyListUCMOrganizationService.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

Routing.UCMPersonService.UCM_01.EndpointURI

http://${ucm.http.host}:${ucm.http.port}/eai_enu/start.swe?SWEExtSource=SecureWebService&amp;SWEExtCmd=Execute&amp;UserName=${ucm.eai.user}&amp;Password=${ucm.eai.password}

OCH web service end point location. This is a SOAP endpoint URL. If the request message contains the target URL, then that takes precedence

Routing.UCMPersonService.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.UCMPersonService.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

Routing.CustomerPartyEBSV2.SyncCustomerPartyListResponse.MessageProcessingInstruction.EnvironmentCode

Production

Property to govern whether the message is routed to CAVS or to the specified target service. Default value is PRODUCTION, which routes to the target service.

Routing.CustomerPartyEBSV2.SyncCustomerPartyListResponse.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.CustomerPartyEBSV2.SyncCustomerPartyListResponse.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/asyncrequestrecipient

CAVS Endpoint URI, when CAVS is enabled.

Routing.CustomerPartyResponseEBSV2.SyncCustomerPartyListResponse.MessageProcessingInstruction.EnvironmentCode

Production

Property to govern whether the message is routed to CAVS or to the specified target service. Default value is PRODUCTION, which routes to the target service.

ABCSExtension.PreProcessEBMForOrg

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreProcessABMForOrg

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostProcessABMForOrg

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostProcessEBMForOrg

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreProcessPersonABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostProcessPersonABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostProcessPersonEBM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.


Settings for the SyncPersonAccountEbizReqABCSImpl service property:

Table 7-24 SyncPersonAccountEbizReqABCSImpl

Property Name Value/Default Value Description

Default.SystemID

EBIZ_01

Oracle E-Business Suite instance code (defined in Oracle Enterprise Repository (OER)) from which messages originate. If the instance ID is present in the request message, then that takes precedence.

Routing.QueryPersonAccountEbizCreateAdapter.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/asyncrequestrecipient

CAVS Endpoint URI, when CAVS is enabled.

Routing.CustomerPartyEBSV2.SyncCustomerPartyList.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.QueryPersonAccountEbizUpdateAdapter.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/asyncrequestrecipient

CAVS Endpoint URI, when CAVS is enabled.

Routing.QueryPersonAccountEbizUpdateAdapter.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.QueryPersonAccountEbizCreateAdapter.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.CustomerPartyEBSV2.SyncCustomerPartyList.MessageProcessingInstruction.EnvironmentCode

Production

Property to govern whether the message is routed to CAVS or to the specified target service. Default value is PRODUCTION, which routes to the target service.

Routing.CustomerPartyEBSV2.SyncCustomerPartyList.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/asyncrequestrecipient

CAVS Endpoint URI, when CAVS is enabled.

Routing.TransformAppContextEbizService.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.TransformAppContextEbizService.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/asyncrequestrecipient

CAVS Endpoint URI, when CAVS is enabled.

ABCSExtension.PreXformCreateABMtoEBMABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreXformUpdateABMtoEBMABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreInvokeCustEBSEBM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

Routing.QueryPersonAccountEbizCreateAdapter.EBIZ_01.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/soa-infra/services/default/QueryPersonAccountEbizCreateAdapter/QueryPersonAccountEbizCreateAdapter_ep

Endpoint URL of the Oracle E-Business Suite adapter

Routing.QueryPersonAccountEbizUpdateAdapter.EBIZ_01.EndpointURI

http://<SOA_HOST>:<SOA_PORT>soa-infra/services/default/QueryPersonAccountEbizUpdateAdapter/QueryPersonAccountEbizUpdateAdapter_ep

Endpoint URL of the Oracle E-Business Suite adapter


Settings for the SyncAccountSiebelReqABCSImpl service property:

Table 7-25 SyncAccountSiebelReqABCSImpl

Property Name Value/Default Value Description

Default.SystemID

SEBL_01

Siebel system instance code (defined in Oracle Enterprise Repository (OER)) from which messages originate. If the instance ID is present in the request message, then that takes precedence.

Routing.SWICustomerParty.SEBL_01.EndpointURI

http://<SIEBEL_HOST>:<SIEBEL_PORT>/eai_enu/start.swe?SWEExtSource=WebService&amp;SWEExtCmd= Execute&amp;WSSOAP=1

Siebel web service end point location. This is a SOAP endpoint URL. If the request message contains the target URL, then that takes precedence

Routing.SWICustomerParty.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.SWICustomerParty.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

Routing.CustomerPartyEBSV2.SyncCustomerPartyList.MessageProcessingInstruction.EnvironmentCode

Production

Property to govern whether the message is routed to CAVS or to the specified target service. Default value is PRODUCTION, which routes to the target service.

Routing.CustomerPartyEBSV2.SyncCustomerPartyList.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/asyncrequestrecipient

CAVS Endpoint URI, when CAVS is enabled.

Routing.TransformAppContextSiebelService.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.TransformAppContextSiebelService.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/asyncrequestrecipient

CAVS Endpoint URI, when CAVS is enabled.

ABCSExtension.PreXformABMtoEBMABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreInvokeEBSEBM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

Account.ProcessUpdateEventsOnly

True/false. Default = false.

Set to true to process the update events


Settings for the SyncContactSiebelReqABCSImpl service property:

Table 7-26 SyncContactSiebelReqABCSImpl

Property Name Value/Default Value Description

Default.SystemID

SEBL_01

Siebel system instance code (defined in Oracle Enterprise Repository (OER)) from which messages originate. If the instance ID is present in the request message, then that takes precedence.

Routing.SWIContactIO.SEBL_01.EndpointURI

http://<SIEBEL_HOST>:<SIEBEL_PORT>/eai_enu/start.swe?SWEExtSource=WebService&amp;SWEExtCmd= Execute&amp;WSSOAP=1

Siebel web service end point location. This is a SOAP endpoint URL. If the request message contains the target URL, then that takes precedence

Routing.SWIContactIO.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.SWIContactIO.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

Routing.CustomerPartyEBSV2.SyncCustomerPartyList.MessageProcessingInstruction.EnvironmentCode

Production

Property to govern whether the message is routed to CAVS or to the specified target service. Default value is PRODUCTION, which routes to the target service.

Routing.CustomerPartyEBSV2.SyncCustomerPartyList.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/asyncrequestrecipient

CAVS Endpoint URI, when CAVS is enabled.

Routing.TransformAppContextSiebelService.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.TransformAppContextSiebelService.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/ syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

ABCSExtension.PreXformABMtoEBMABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreInvokeEBSEBM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

Contact.ProcessUpdateEventsOnly

True/false. Default = false.

Property that governs whether ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.


Settings for the SyncCustomerPartyListEbizProvABCSImpl service property:

Table 7-27 SyncCustomerPartyListEbizProvABCSImpl

Property Name Value/Default Value Description

Default.SystemID

EBIZ_01

Oracle E-Business Suite system instance code (defined in Oracle Enterprise Repository (OER)) from which messages originate. If the instance ID is present in the request message, then that takes precedence.

Routing.SyncCustomerPartyListEbizAdapter.EBIZ_01.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/ soa-infra/services/default/SyncCustomerPartyListEbizAdapter/SyncCustomerPartyListEbizAdapter_ep

Endpoint URL of the Oracle E-Business Suite adapter

Routing.SyncCustomerPartyListEbizAdapter.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

Routing.SyncCustomerPartyListEbizAdapter.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.SyncCustomerPartyListPersonEbizAdapter.EBIZ_01.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/ soa-infra/services/default/SyncCustomerPartyListPersonEbizAdapter/SyncCustomerPartyListPersonEbizAdapter_ep

Endpoint URL of the Oracle E-Business Suite adapter

Routing.SyncCustomerPartyListPersonEbizAdapter.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

Routing.SyncCustomerPartyListPersonEbizAdapter.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.CustomerPartyResponseEBSV2.SyncCustomerPartyListResponse.MessageProcessingInstruction.EnvironmentCode

PRODUCTION

Property to govern whether the message is routed to CAVS or to the specified target service. Default value is PRODUCTION, which routes to the target service.

Routing.CustomerPartyResponseEBSV2.SyncCustomerPartyListResponse.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.CustomerPartyResponseEBSV2.SyncCustomerPartyListResponse.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/asyncresponserecipient

CAVS Endpoint URI, when CAVS is enabled.

ABCSExtension.PreXformEBMtoABMEBM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreInvokeEbizAdapterABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostInvokeEbizAdapterABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostXformABMtoEBMEBM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreXformEBMtoPersonABMEBM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreInvokePersonEbizAdapterABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostInvokePersonEbizAdapterABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostXformPersonABMtoEBMEBM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.


Settings for the SyncCustomerPartyListSiebelProvABCSImpl service property:

Table 7-28 SyncCustomerPartyListSiebelProvABCSImpl

Property Name Value/Default Value Description

Default.SystemID

SEBL_01

Siebel system instance code (defined in Oracle Enterprise Repository (OER)) from which messages originate. If the instance ID is present in the request message, then that takes precedence.

Routing.SyncCustomerPartyListSiebelService.SEBL_01.EndpointURI

ttp://<SIEBEL_HOST>:<SIEBEL_PORT>/eai_enu/start.swe?SWEExtSource=WebService&amp;SWEExtCmd= Execute&amp;WSSOAP=1

Siebel web service end point location. This is a SOAP endpoint URL. If the request message contains the target URL, then that takes precedence

Routing.SyncCustomerPartyListSiebelService.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.SyncCustomerPartyListSiebelService.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

Routing.MergeCustomerPartyListSiebelService.SEBL_01.EndpointURI

http://<SIEBEL_HOST>:<SIEBEL_PORT>/eai_enu/start.swe?SWEExtSource=WebService&amp;SWEExtCmd= Execute&amp;WSSOAP=1

Siebel web service end point location. This is a SOAP endpoint URL. If the request message contains the target URL, then that takes precedence

Routing.MergeCustomerPartyListSiebelService.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.MergeCustomerPartyListSiebelService.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

Routing.SWI_spcContact_spcService.SEBL_01.EndpointURI

http://<SIEBEL_HOST>:<SIEBEL_PORT>/eai_enu/start.swe?SWEExtSource=WebService&amp;SWEExtCmd= Execute&amp;WSSOAP=1

Siebel web service end point location. This is a SOAP endpoint URL. If the request message contains the target URL, then that takes precedence

Routing.SWI_spcContact_spcService.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.SWI_spcContact_spcService.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/syncresponsesimulator

CAVS Endpoint URI, when CAVS is enabled.

Routing.CustomerPartyEBSV2.SyncCustomerPartyListResponse.MessageProcessingInstruction.EnvironmentCode

PRODUCTION

Property to govern whether the message is routed to CAVS or to the specified target service. Default value is PRODUCTION, which routes to the target service.

Routing.CustomerPartyEBSV2.SyncCustomerPartyListResponse.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.CustomerPartyEBSV2.SyncCustomerPartyListResponse.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/asyncrequestrecipient

CAVS Endpoint URI, when CAVS is enabled.

Routing.CustomerPartyResponseEBSV2.SyncCustomerPartyListResponse.MessageProcessingInstruction.EnvironmentCode

PRODUCTION

Property to govern whether the message is routed to CAVS or to the specified target service. Default value is PRODUCTION, which routes to the target service.

ABCSExtension.PreInvokeSWICustSyncServiceABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreInvokeSWICustUpsertServiceABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreXformEBMtoABMEBM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostInvokeSWICustSyncServiceABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostInvokeSWICustUpsertServiceABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreInvokeSWICustMergeServiceABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostInvokeSWICustMergeServiceABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostXformABMtoEBMEBM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreInvokeSWIContactUpsertServiceABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PostInvokeSWIContactUpsertServiceABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.


Settings for the SyncCustomerPartyListEbizReqABCSImpl service property:

Table 7-29 SyncCustomerPartyListEbizReqABCSImpl

Property Name Value/Default Value Description

Default.SystemID

EBIZ_01

Oracle E-Business Suite system instance code (defined in Oracle Enterprise Repository (OER)) from which messages originate. If the instance ID is present in the request message, then that takes precedence.

Routing.QueryCustomerPartyListEbizCreate.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/asyncrequestrecipient

CAVS Endpoint URI, when CAVS is enabled.

Routing.QueryCustomerPartyListEbizCreate.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.QueryCustomerPartyListEbizCreateAdapter.EBIZ_01.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/soa-infra/services/default/QueryCustomerPartyListEbizCreateAdapter/QueryCustomerPartyListEbizCreateAdapter_ep

Endpoint URL of the Oracle E-Business Suite adapter

Routing.QueryCustomerPartyListEbizUpdate.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/asyncrequestrecipient

CAVS Endpoint URI, when CAVS is enabled.

Routing.QueryCustomerPartyListEbizUpdate.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.QueryCustomerPartyListEbizUpdateAdapter.EBIZ_01.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/soa-infra/services/default/QueryCustomerPartyListEbizUpdateAdapter/QueryCustomerPartyListEbizUpdateAdapter_ep

Endpoint URL of the Oracle E-Business Suite adapter

Routing.CustomerPartyEBSV2.SyncCustomerPartyList.RouteToCAVS

True/false. Default = false.

Controls whether to route messages to the verification system

Routing.CustomerPartyEBSV2.SyncCustomerPartyList.MessageProcessingInstruction.EnvironmentCode

PRODUCTION

Property to govern whether the message is routed to CAVS or to the specified target service. Default value is PRODUCTION, which routes to the target service.

Routing.CustomerPartyEBSV2.SyncCustomerPartyList.CAVS.EndpointURI

http://<SOA_HOST>:<SOA_PORT>/AIAValidationSystemServlet/asyncrequestrecipient

CAVS Endpoint URI, when CAVS is enabled.

ABCSExtension.PreXformCreateABMtoEBMABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreXformUpdateABMtoEBMABM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.

ABCSExtension.PreInvokeCustEBSEBM

True/false. Default = false.

Property that governs whether an ABCS Extension is enabled at the pre-defined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked.


Settings for InterfaceContactToAccountEBF service property:

Table 7-30 InterfaceContactToAccountEBF

Property Name Value/Default Value Description Example

ContactUpdate.BRM_01

True/False

Default = True

This property checks if only an account needs to be synchronized.

When set to True, both the account and the contact updates are synchronized to BRM. When set to False, only the account updates are synchronized to Oracle BRM.

<Property name="ContactUpdate.BRM_01">true</Property>


Settings for the SyncCustomerPartyListBRMCommsProvABCSImpl Service Property

Table 7-31 SyncCustomerPartyListBRMCommsProvABCSImpl Service Property

Property Name Value/Default Values Description

EnableAccountStatusSync

true/false. Default = false

This property when set to true, updates the status (active/inactive) of the account from Siebel to Oracle BRM.

ABCSExtension.prexformEBMtoABM

true/false. Default = false

This property governs whether the application business connector service (ABCS) Extension is enabled at the predefined plug-into point. If set to true, then the Extension process (defined in AIA ABCS Extension guidelines) is invoked. The name of the property indicates which extension point will be enabled

ABCSExtension.PreInvokePCM_OP_BILL_GROUP_GET_PARENTABM

true/false. Default = false

This property governs whether the ABCS Extension is enabled at the predefined plug-into point. If set to true, then the Extension process (defined in Oracle AIA ABCS Extension guidelines) is invoked. This property is required for extensibility. The name of the property clearly suggests which extension point will be enabled.

ABCSExtension.PostInvokePCM_OP_BILL_GROUP_GET_PARENTABM

true/false. Default = false

This property governs whether the ABCS Extension is enabled at the predefined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked. This property is required for extensibility. The name of the property indicates which extension point will be enabled.

ABCSExtension.PreInvokePCM_OP_SEARCHABM

true/false. Default = false

This property governs whether the ABCS Extension is enabled at the predefined plug-into point. If set to true, then the Extension process (defined in AIA ABCS Extension guidelines) is invoked. This property is required for extensibility. The name of the property indicates which extension point will be enabled.

ABCSExtension.PostInvokePCM_OP_SEARCHABM

true/false. Default = false

This property governs whether the ABCS Extension is enabled at the predefined plug-into point. If set to true, then the Extension process (defined along AIA ABCS Extension guidelines) is invoked. This property is required for extensibility. The name of the property indicates which extension point will be enabled.

ABCSExtension.PreInvokeABSPCM_OP_CUST_COMMIT_CUSTOMERABM

true/false. Default = false

This property governs whether the ABCS Extension is enabled at the predefined plug-into point. If set to true, then the Extension process (defined in AIA ABCS Extension guidelines) is invoked. The name of the property indicates which extension point will be enabled.

ABCSExtension.PostInvokeABSPCM_OP_CUST_COMMIT_CUSTOMERABM

true/false. Default = false

This property governs whether the ABCS Extension is enabled at the predefined plug-into point. If set to true, then the Extension process (defined in AIA ABCS Extension guidelines) is invoked. The name of the property indicates which extension point will be enabled.

ABCSExtension.PreInvokePCM_OP_CUSTCARE_MOVE_ACCTABM

true/false. Default = false

This property governs whether the ABCS Extension is enabled at the predefined plug-into point. If set to true, then the Extension process (defined in AIA ABCS Extension guidelines) is invoked. The name of the property indicates which extension point will be enabled.

ABCSExtension.PostInvokePCM_OP_CUSTCARE_MOVE_ACCTABM

true/false. Default = false

This property governs whether the ABCS Extension is enabled at the predefined plug-into point. If set to true, then the Extension process (defined in AIA ABCS Extension guidelines) is invoked. The name of the property indicates which extension point will be enabled.

ABCSExtension.PreInvokePCM_OP_CUST_UPDATE_CUSTOMERABM

true/false. Default = false

This property governs whether the ABCS Extension is enabled at the predefined plug-into point. If set to true, then the Extension process (defined in AIA ABCS Extension guidelines) is invoked. The name of the property indicates which extension point will be enabled.

ABCSExtension.PostInvokePCM_OP_CUST_UPDATE_CUSTOMERABM

true/false. Default = false

This property governs whether the ABCS Extension is enabled at the predefined plug-into point. If set to true, then the Extension process (defined in AIA ABCS Extension guidelines) is invoked. The name of the property indicates which extension point will be enabled.

ABCSExtension.PreInvokePCM_OP_CUST_DELETE_PAYINFOABM

true/false. Default = false

This property governs whether the ABCS Extension is enabled at the predefined plug-into point. If set to true, then the Extension process (defined in AIA ABCS Extension guidelines) is invoked. The name of the property indicates which extension point will be enabled.

ABCSExtension.PostInvokePCM_OP_CUST_DELETE_PAYINFOABM

true/false. Default = false

This property governs whether the ABCS Extension is enabled at the predefined plug-into point. If set to true, then the Extension process (defined in AIA ABCS Extension guidelines) is invoked. The name of the property indicates which extension point will be enabled.

ABCSExtension.PostXFormABMtoEBM

true/false. Default = false

This property governs whether the ABCS Extension is enabled at the predefined plug-into point. If set to true, then the Extension process (defined in AIA ABCS Extension guidelines) is invoked. The name of the property indicates which extension point will be enabled.

AccountLevelBalanceGroupName

Account Level Balance Group

This property is used to name the default balance group created in BRM when an account is created.

Default.SystemID

BRM_01

This property specifies the default target system ID to be populated in the enterprise business message (EBM) Header in case the value is not coming from the Requestor.

Routing.BRMCUSTService.BRM_01.EndpointURI

eis/BRM

This property specifies the Connection factory to connect to the Oracle BRM Java EE Connector Architecture (JCA) adapter for the first instance of the Oracle BRM in case of multiple Oracle BRM instances.

For more information about multiple Oracle BRM systems, see the Oracle Communications Order to Cash Integration Pack for Siebel CRM, Oracle OSM, and Oracle BRM Implementation Guide, Appendix F, "Configuring Multiple Instances of Oracle BRM."

Routing.BRMCUSTService.BRM_02.EndpointURI

eis/BRM1

This property specifies the Connection factory to connect to the Oracle BRM JCA adapter for the second instance of the Oracle BRM in case of multiple Oracle BRM instances.

For more information about multiple Oracle BRM systems, see the Oracle Communications Order to Cash Integration Pack for Siebel CRM, Oracle OSM, and Oracle BRM Implementation Guide, Appendix F, "Configuring Multiple Instances of Oracle BRM."

Routing.BRMCUSTService.RouteToCAVS

true/false. Default = false

This property specifies whether the end point should route to Composite Application Validation System (CAVS).

Routing.BRMCUSTService_ptt.BRM_01.EndpointURI

eis/BRM

This property specifies the Connection factory to connect to the BRM JCA adapter for the first instance of the BRM in case of multiple BRM instances.

For more information about multiple Oracle BRM systems, see the Oracle Communications Order to Cash Integration Pack for Siebel CRM, Oracle OSM, and Oracle BRM Implementation Guide, Appendix F, "Configuring Multiple Instances of Oracle BRM."

Routing.BRMCUSTService_ptt.BRM_02.EndpointURI

eis/BRM1

This property specifies the Connection factory to connect to the BRM JCA adapter for the second instance of the BRM in case of multiple BRM instances.

For more information about multiple Oracle BRM systems, see the Oracle Communications Order to Cash Integration Pack for Siebel CRM, Oracle OSM, and Oracle BRM Implementation Guide, Appendix F, "Configuring Multiple Instances of Oracle BRM."

Routing.BRMCUSTService_ptt.RouteToCAVS

true/false. Default = false

This property specifies whether the CAVS service needs to be invoked.

Routing.BRMCUSTService_ptt.CAVS.EndpointURI

http://${http.hostname}:${http.port}/AIAValidationSystemServlet/asyncrequestrecipient?simid=1000

This property specifies the end point URL for the CAVS Service.

Routing.BRMCUSTService.CAVS.EndpointURI

http://${http.hostname}:${http.port}/AIAValidationSystemServlet/syncresponsesimulator?simid=1000

This property specifies the end point URL for the CAVS Service.

Routing.BRMCUSTCAREService.BRM_01.EndpointURI

eis/BRM

This property specifies the Connection factory to connect to the Oracle BRM JCA adapter for the first instance of the Oracle BRM in case of multiple Oracle BRM instances for the CUSTCare opcode of Oracle BRM.

For more information about multiple Oracle BRM systems, see the Oracle Communications Order to Cash Integration Pack for Siebel CRM, Oracle OSM, and Oracle BRM Implementation Guide, Appendix F, "Configuring Multiple Instances of Oracle BRM."

Routing.BRMCUSTCAREService.BRM_02.EndpointURI

eis/BRM1

This property specifies the Connection factory to connect to the Oracle BRM JCA adapter for the second instance of the Oracle BRM in case of multiple Oracle BRM instances for the CUSTCare opcode of Oracle BRM.

For more information about multiple Oracle BRM systems, see the Oracle Communications Order to Cash Integration Pack for Siebel CRM, Oracle OSM, and Oracle BRM Implementation Guide, Appendix F, "Configuring Multiple Instances of Oracle BRM."

Routing.BRMCUSTCAREService.RouteToCAVS

true/false. Default = false

This property specifies whether to route to CAVS Service.

Routing.BRMCUSTCAREService.CAVS.EndpointURI

http://${http.hostname}:${http.port}/AIAValidationSystemServlet/syncresponsesimulator

This property specifies the end point URL for the CAVS Service.

Routing.BRMBILLService.BRM_01.EndpointURI

eis/BRM

This property specifies the Connection factory to connect to the Oracle BRM JCA adapter for the first instance of the Oracle BRM in case of multiple Oracle BRM instances for the BillService opcode.

For more information about multiple Oracle BRM systems, see the Oracle Communications Order to Cash Integration Pack for Siebel CRM, Oracle OSM, and Oracle BRM Implementation Guide, Appendix F, "Configuring Multiple Instances of Oracle BRM."

Routing.BRMBILLService.BRM_02.EndpointURI

eis/BRM1

This property specifies the Connection factory to connect to the Oracle BRM JCA adapter for the second instance of the Oracle BRM in case of multiple Oracle BRM instances for the BillService opcode.

For more information about multiple Oracle BRM systems, see the Oracle Communications Order to Cash Integration Pack for Siebel CRM, Oracle OSM, and Oracle BRM Implementation Guide, Appendix F, "Configuring Multiple Instances of Oracle BRM."

Routing.BRMBILLService.RouteToCAVS

true/false. Default = false

This property specifies whether to Route to CAVS service.

Routing.BRMBILLService.CAVS.EndpointURI

http://${http.hostname}:${http.port}/AIAValidationSystemServlet/syncresponsesimulator

This property specifies the end point URL for the CAVS Service.

Routing.BRMBASEService.BRM_01.EndpointURI

eis/BRM

This property specifies the Connection factory to connect to the Oracle BRM JCA adapter for the first instance of the Oracle BRM in case of multiple Oracle BRM instances for the BRMBASEService.

For more information about multiple Oracle BRM systems, see the Oracle Communications Order to Cash Integration Pack for Siebel CRM, Oracle OSM, and Oracle BRM Implementation Guide, Appendix F, "Configuring Multiple Instances of Oracle BRM."

Routing.BRMBASEService.BRM_02.EndpointURI

eis/BRM1

This property specifies the Connection factory to connect to the Oracle BRM JCA adapter for the second instance of the Oracle BRM in case of multiple Oracle BRM instances for the BRMBASEService.

For more information about multiple Oracle BRM systems, see the Oracle Communications Order to Cash Integration Pack for Siebel CRM, Oracle OSM, and Oracle BRM Implementation Guide, Appendix F, "Configuring Multiple Instances of Oracle BRM."

Routing.BRMBASEService.RouteToCAVS

true/false. Default = false

This property specifies whether the CAVS service should be invoked.

Routing.BRMBASEService.CAVS.EndpointURI

http://${http.hostname}:${http.port}/AIAValidationSystemServlet/syncresponsesimulator

This property specifies the end point URL for the CAVS Service.

Routing.BRMTXNService.BRM_01.EndpointURI

eis/BRM

This property specifies the Connection factory to connect to the Oracle BRM JCA adapter for the first instance of the Oracle BRM in case of multiple Oracle BRM instances for the TXNService opcode.

For more information about multiple Oracle BRM systems, see the Oracle Communications Order to Cash Integration Pack for Siebel CRM, Oracle OSM, and Oracle BRM Implementation Guide, Appendix F, "Configuring Multiple Instances of Oracle BRM."

Routing.BRMTXNService.BRM_02.EndpointURI

eis/BRM1

This property specifies the Connection factory to connect to the Oracle BRM JCA adapter for the second instance of the Oracle BRM in case of multiple Oracle BRM instances for the TXNService opcode.

For more information about multiple Oracle BRM systems, see the Oracle Communications Order to Cash Integration Pack for Siebel CRM, Oracle OSM, and Oracle BRM Implementation Guide, Appendix F, "Configuring Multiple Instances of Oracle BRM."

Routing.BRMTXNService.RouteToCAVS

true/false. Default = false

This property specifies whether to route to CAVS Service.

Routing.BRMTXNService.CAVS.EndpointURI

http://${http.hostname}:${http.port}/AIAValidationSystemServlet/syncresponsesimulator

This property specifies the end point URL for the CAVS Service.