Guideline | Corresponding DVM |
Create the Country codes | OUCCB2_OUMDM2_Country |
Guideline | Corresponding DVM |
Create Disconnect Location codes The codes defined here must exactly match values in the DVM indicated. | OUCCB2_OUMDM2_DisconnectLocation |
Guideline | Corresponding DVM |
Create SP Types The codes defined here must exactly match values in the DVM indicated. | OUCCB2_OUMDM2_SPType |
Guideline | Corresponding DVM |
Create CIS Division codes | OUCCB2_OUMDM2_USType |
Guideline | Corresponding DVM |
Create SA Types | OUCCB2_OUMDM2_USType |
Guideline | Corresponding DVM |
Create Meter Types The codes defined here must exactly match values in the DVM indicated. | OUCCB2_OUMDM2_DeviceType |
Guideline | Corresponding DVM |
Create Manufacturer codes | OUCCB2_OUMDM2_Manufacturer |
Create Model codes | OUCCB2_OUMDM2_Model |
The codes defined here must exactly match values in the DVM indicated. | |
Guideline | Corresponding DVM |
Create Meter Configuration Types The codes defined here must exactly match values in the DVM indicated. | OUCCB2_OUMDM2_DeviceConfigType |
Guideline | Corresponding DVM |
Create Read Out Types The codes defined here must exactly match values in the DVM indicated. | OUCCB2_OUMDM2_ReadOutType |
Guideline | Corresponding DVM |
Create Service Types The codes defined here must exactly match values in the DVM indicated. | OUCCB2_OUMDM2_MCServiceType |
Guideline | Corresponding DVM |
Define unit of measurement codes. The codes defined here must exactly match values in the DVM indicated. | OUMDM2_OUCCB2_UOM |
Guideline | Corresponding DVM |
Define time of use codes The codes defined here must exactly match values in the DVM indicated. | OUMDM2_OUCCB2_TOU |
Guideline | Corresponding DVM |
Define service quantity identifiers The codes defined here must exactly match values in the DVM indicated. | OUMDM2_OUCCB2_SQI |
Field | Value |
External System | MDM |
Meter Read High Low Details - Outbound Message Type | Estimated and High- Low Readings Outbound Message Type |
To Do Types | To Do Type for the event |
Algorithm Type | Description |
|---|---|
C1-CMDM2PRI C1-CMDM2SAI C1-CMDM2SPI C1-CMDM2MTRI C1-CMDM2CFGI C1-CMDM2SMHI C1-CMDM2MRI C1-CMDM2COI C1-CMDM2COEI C1-CMDM2BCI | Configure the pre-processing algorithms that create the initial snapshot for the Person, SA, SA Relationship, SP, Meter, Meter Configuration, Meter Read and SP/Meter History entities. Refer to the algorithm descriptions for details on how to specify the parameters below. Define the read BOs that each of the algorithms uses to build the initial/final snapshot. The following read BOs are delivered for use by these algorithms: • C1-MDM2Person • C1-MDM2Account • C1-MDM2SA • C1-MDM2Premise • C1-MDM2SP • C1-MDM2Meter • C1-MDM2MeterConfiguration • C1-MDM2MR • C1-MDM2SPMeterHistory • C1-MDM2ContractOption • C1-MDM2ContractOptionEvent • C1-MDM2BillCycle |
If additional elements are needed in the sync request, your implementation may create a child of any of these BOs and add the element under a group called <customElements>. This ensures that they are included in the sync request message at the proper group nodes, so that any custom translation your implementation may decide to do at the integration layer can be done. | |
Define the data area that holds the elements needed in the snapshot. The following data areas are delivered for use by these algorithms: • C1- MDM2PersonBasedSnapshot • C1-MDM2SABasedSnapshot • C1- MDM2SPBasedSnapshot • C1-MDM2MeterBasedSnapshot • C1- MDM2MtrConfigBasedSnapshot • C1-MDM2MRBasedSnapshot • C1- MDM2SPMtrHistorySnapshot • C1-MDM2ContrOptBasedSnapshot • C1-MDM2ContrOptEvBasedSnapshot. • C1-MDM2BillCycleBasedSnapshot Your implementation should not have to create a custom data area as this already provides a <customElements> node in its schema to allow the addition of any elements not included in the base solution. To also pass additional SP Information like Latitude and Longitude elements as part of the SP Sync, define post script = C1-CapAddSPI as part of parameter1 of Capture MDM2 SP-Based Initial Snapshot algorithm. | |
To filter the qualifying types for each of the syncs define these values in the algorithm, so that only changes to records of these types are communicated across to Oracle Utilities Meter Data Management. (i.e., Person or Business Flag (person type), SA Type, SP Type, Meter Type, Meter Configuration Type – this is used for both Meter Configuration Sync and SP/Meter History Sync., Contract Option Type and Contract Option Event Type) To specify custom read BOs and data areas by Type define your custom BO along with the Type value you wish to use it with. For example, particular SA types for the SA Sync or particular SP types for the SP sync. The algorithm uses these values instead of those defined in points 1 and 2. | |
C1-MDM-TMOT | This monitor algorithm sets a timeout limit on the receipt of a response from the external system. Define the number of hours your implementation wishes to wait for a response from Oracle Utilities Meter Data Management before transitioning the sync request into the Error state. |
F1-TD-CREATE | This enter algorithm creates a To Do entry. At a minimum, your implementation must define the To Do Type to use in creating the To Do entry and the Characteristic Type For Log Entry used in linking the To Do entry to the sync request via its logs. The base product provides F1-SYNRQ and F1-TODO, respectively, for this purpose. For details on the other parameters used by this algorithm, see the algorithm type description. |
C1-CHK-DTSY | This monitor algorithm delays the usage request transmission until all related sync requests are in a final state. If your implementation only wishes to delay usage requests for certain external system sync requests, define the external system as an algorithm parameter. |
C1-USGCY-PRE | If your implementation would like to use the automated retry option for batch billing, add the pre-processing algorithm (C1-USGCY-PRE) on the MDM Cyclical Billing Usage Request BO. Refer to the description on the BO for further detail. |
C1-TRN-RELSY | If your implementation would prefer online bills to not have to be dependent on sync batch jobs to transition any related sync requests, plug this algorithm in on the MDM Non Cyclical Billing Usage Request BO. Note that the monitor algorithms on the Awaiting Data Sync state of the parent BO need to be moved down to the children BOs (both the Oracle Utilities Meter Data Management Non Cyclical and Cyclical Billing Usage Request BOs). C1-TRN-RELSY needs to be placed before these monitor algorithms. The ongoing sync request BOs in Oracle Utilities Meter Data Management also will need to have the monitor process on their initial states removed (this includes the composite sync request). |
Algorithm Type | Description |
C1-ACCTCDCSA | This algorithm instantiates an SA-based sync request whenever a change to the Account maintenance object is detected. Define the sync request BO to be instantiated in the algorithm’s parameters. |
C1-PREMCDCSP | This algorithm instantiates an SP-based sync request whenever a change to the Premise maintenance object is detected. Define the sync request BO to be instantiated in the algorithm’s parameters. |
Maintenance Object | Description |
|---|---|
PERSON | Specify the generic MO Audit algorithm F1-GCHG-CDCP. Also specify the C1-MDM2PersonSyncRequest BO in the Sync Request BO MO Option. |
ACCOUNT | Specify the MO Audit algorithm configured in the previous section. |
SA | Specify the generic MO Audit algorithm F1-GCHG-CDCP. Also specify the C1-MDM2SASyncRequest BO in the Sync Request BO MO Option. |
SP | Specify the generic MO Audit algorithm F1-GCHG-CDCP. Also specify the C1-MDM2SPSyncRequest BO in the Sync Request BO MO Option. |
PREMISE | Specify the MO Audit algorithm configured in the previous section. |
METER | Specify the generic MO Audit algorithm F1-GCHG-CDCP. Also specify the C1-MDM2MtrSyncRequest BO in the Sync Request BO MO Option. |
MTR CONFIG | Specify the generic MO Audit algorithm F1-GCHG-CDCP. Also specify the C1-MDM2MtrConfigSyncRequest BO in the Sync Request BO MO Option. |
SP/MTR HIST | Specify the generic MO Audit algorithm F1-GCHG-CDCP. Also specify the C1-MDM2SpMtrHistSyncRequest BO in the Sync Request BO MO Option. |
METER READ | Specify the generic MO Audit algorithm F1-GCHG-CDCP. Also specify the C1-MDM2MRSyncRequest BO in the Sync Request BO MO Option. |
CONTRACT OPT | Specify the generic MO Audit algorithm F1-GCHG-CDCP. Also specify the C1-MDM2ContractOptSyncRequest BO in the Sync Request BO MO Option. |
COP EVENT | Specify the generic MO Audit algorithm F1-GCHG-CDCP. Also specify the C1-MDM2ContrOptEvtSyncRequest BO in the Sync Request BO MO Option. |
BILL CYCLE | Specify the generic MO Audit algorithm F1-GCHG-CDCP. Also specify the C1- MDM2BillCycleSyncRequest BO in the Sync Request BO MO Option. |
Business Object | Description |
|---|---|
C1-MDM2PersonSyncRequest C1-MDM2SASyncRequest C1-MDM2SPSyncRequest C1-MDM2MtrSyncRequest C1-MDM2MtrConfigSyncRequest C1-MDM2ContractOptSyncRequest C1-MDM2ContrOptEvtSyncRequest C1-MDM2BillCycleSyncRequest | These business objects define the behavior of the outbound sync requests for Oracle Utilities Meter Data Management. It contains the schema elements monitored and synchronized to Oracle Utilities Meter Data Management. The following BO Options must be configured to create the outbound sync request: • Outbound Message Type: This has a reference to the outbound message BO to use. The base package includes the following BOs for use with each sync request: • C1-MDM2PersonSyncReqOutMsg • C1- MDM2SASyncReqOutMsg • C1- MDM2SPSyncReqOutMsg • C1- MDM2MtrSyncReqOutMsg • C1- MDM2MtrConfigSyncReqOutMsg • C1- MDM2MRSyncReqOutMsg • C1- SpMtrHistSyncReqOutMsg • C1-MDM2ContrOptSyncReqOutMsg • C1-MDM2ContrOptEvSyncReqOutMsg • C1-MDM2BillCycleSyncReqOutMsg Refer to “Defining Outbound Message Types” in the user documentation for more information. • External System: This has a reference to the outbound message type and its corresponding configuration for communicating with the external system. The base package includes the message XSL C1-CCBJMSQAddNamespace.xsl. Refer to “External Systems” in the user documentation for more information. |
Specify the pre-processing algorithm configured in the previous section. Specify the time out algorithm as a monitor algorithm on the Awaiting Acknowledgement state for this BO. Specify the To Do creation algorithm on the Error state for this BO. | |
Depending on the technology used to communicate the sync request to the external system, you may need to create your own enter algorithm and plug it into the Send Request state. The base package comes with an algorithm that creates a message and sends it into a JMS Queue. If your implementation uses this algorithm (C1-CR-OUTMSG), you must define the BO Options for External System and Outbound Message Type. The monitor process on the “Pending” state of the sync request business objects should not be removed by implementation. If near real time processing of sync requests are needed, schedule the sync request monitor batch (F1-SYNRQ) frequently. | |
C1-UsageRequest | This business object defines the behavior of a usage request. To configure your system for usage requests using this business object: • Create a bill segment type for service agreements that require bill determinants. This bill segment type should reference the following base product algorithms: • Create Algorithm: Create bill segment using a usage request. • Get Consumption Algorithm: Get bill segment consumption using a usage request. • Set up SA types for service agreements that require bill determinants. These SA types should have a special role flag of Bill Determinants Required and should reference the bill segment type mentioned above. • A cancellation reason is required when a usage request is cancelled. Your implementation must define valid cancel reasons. Navigate to the lookup page and then define valid values for the lookup field C1_USG_CANCEL_RSN_FLG. • Create a 'Check for Response Timeout' algorithm (see above) and specify your timeout criteria. Update the Awaiting Bill Determinants state on the usage request BO to reference the timeout algorithm. |
In addition to the standard BO options, the following BO options are relevant to usage request business objects: • External System: An external system is required to communicate usage requests to the external system. • Outbound Message Type: An outbound message type is required for the usage request outbound message. | |
C1-UsageRequestNonCyclical | This business object defines the behavior of a usage request created from non-cyclical or online bill generation. In addition to the standard BO options, the following BO options are relevant to usage request business objects: • External System: An external system is required to communicate usage requests to the external system. • Outbound Message Type: An outbound message type is required for the non-cyclical billing usage request outbound message. This outbound message type must reference the base MDM Non-Cyclical Billing Usage Request Outbound Message. |
C1-UsageRequestCyclicalBilling | This business object defines the behavior of a usage request created from the cyclical or batch billing process. In addition to the standard BO options, the following BO options are relevant to usage request business objects: • External System: An external system is required to communicate usage requests to the external system. • Outbound Message Type: An outbound message type is required for the cyclical billing usage request outbound message. This outbound message type must reference the base MDM Cyclical Billing Usage Request Outbound Message business object. |
There are two possible options if MDM is unable to calculate bill determinants within the bill cycle window. The first option is for CCB to create and send a usage request each night of the billing window and for MDM to return an error each night it's unable to calculate usage. The second option is for CCB to send a usage request on the first night of the billing window and for MDM to keep retrying to calculate usage throughout the bill cycle window. If your implementation prefers the latter approach, then specify the Set Automated Retry On Usage Request algorithm on the MDM Cyclical Billing Usage Request BO. | |
C1-CorrectedReadNotification | This business object is used to process a corrected read notification received from Oracle Utilities Meter Data Management. The system attempts to find any frozen bill segments and rebills these segments using one of the following methods: • Given a usage ID (MDM2 integration). • Given a service agreement and corrected read period (MDM1 integration). To configure your system for corrected read processing using this business object: • Ensure that it's specified as the OCBG Corrected Read BO maintenance object option on the Off Cycle Bill Generator MO (C1-OCBG) • A cancellation reason is required when a corrected read notification is cancelled. Your implementation must define valid cancel reasons. Navigate to the lookup page and define valid values for the lookup field C1_CORRD_CAN_RSN_FLG |
• Create a 'Check for Response Timeout' algorithm (see above) and specify your timeout criteria. Update the Processing Required state on the corrected read BO to reference the timeout algorithm | |
In addition to the standard BO options, the following BO options are relevant to usage request business objects: • System Creation Only: Use this option to identify OCBG BO's that may not be instantiated by a user. Example: Corrected reads are only created by the system when notification is received from MDM. This option is used to exclude a BO from the drop-down list of valid BO's on add. It also prevents the SA linked to the corrected read OCBG from being skipped by normal billing. |
Menu | Navigation Option | Description |
|---|---|---|
CI_CONTEXTSERVICEPOINT | c1SPMDM2GoTo | Allows navigation from the CCB SP context menu to MDM service point portal |
CI_CONTEXTSERVICEAGREEMENT | c1SAMDM2GoTo | Allows navigation from the CCB SA context menu to MDM usage subscription portal |
CI_CONTEXTSERVICEAGREEMENT | c1SAGoToMDM2-360 | Allows navigation from the CCB SA context menu to MDM 360 View |
CI_CONTEXTPERSON | c1PerMDM2GoTo | Allows navigation from the CCB person context menu to MDM contact portal |
CI_CONTEXTMETER | c1MtrMDM2GoTo | Allows navigation from the CCB meter context menu to MDM device portal |
CI_CONTEXTUSAGE | c1UsgMDM2GoTo | Allows navigation from the CCB usage request context menu to MDM usage transaction portal |
Batch Code | Description |
F1-SYNRQ | Sync Request Monitor Process. This is the batch process to run the sync request. It is a generic batch process that is used for different sync processes. It includes parameters that can be used to control which sync request BOs to process. |
Batch Parameters | Parameter Description | Value |
|---|---|---|
maintenanceObject | Sync Request maintenance object. | F1-SYNC REQ (This is the default value.) |
isRestrictedByBatchCode | The value of true restricts processing to sync requests whose current state is linked to this batch code. | |
restrictToBusinessObject | Enter a business object code here to limit the process to sync requests linked to this business object. | |
restrictToBOStatus | Enter a status code here to limit the process to sync requests in this state. | PENDING Populate this value to only process sync request, in Pending status. |
Batch Code | Description |
C1-SYNIL | Generic Sync Request Initial Load - This process creates an initial sync request BO for a particular MO. A script parameter is provided, so implementations can further restrict the creation of initial sync requests to certain records within the MO. |
C1-USGDF | Usage Scheduled Monitor Process (Deferred) - This batch process invokes monitoring rules associated with the current state of usage records. This batch needs to be executed twice for the Business Object “C1-UsageRequestCyclicalBilling”, once for Pending state and then for Billing Determinants Received state. |
BILLING | Create bills using the bill cycle - The bill cycle process creates bills for accounts with an "open" bill cycle. |
Destination Name | Local JNDI Name | Remote JNDI Name |
jms/LocalOUCCB2 PersonSyncResponse | jms/OUCCB2 PersonSyncResponse |
Destination Name | Local JNDI Name | Remote JNDI Name |
OUCCB2 SPSyncResponse | jms/LocalOUCCB2 SPSyncResponse | jms/OUCCB2 SPSyncResponse |
Destination Name | Local JNDI Name | Remote JNDI Name |
OUCCB2 SASyncResponse | jms/LocalOUCCB2 SASyncResponse | jms/OUCCB2 SASyncResponse |
Destination Name | Local JNDI Name | Remote JNDI Name |
OUCCB2 SARelSyncResponse | jms/LocalOUCCB2SA RelationshipSyncResponse | jms/OUCCB2SA RelationshipSyncResponse |
Destination Name | Local JNDI Name | Remote JNDI Name |
OUCCB2 MeterSyncResponse | jms/LocalOUCCB2 MeterSyncResponse | jms/OUCCB2 MeterSyncResponse |
Destination Name | Local JNDI Name | Remote JNDI Name |
OUCCB2 MeterConfigSyncResponse | jms/LocalOUCCB2 MeterConfigSyncResponse | jms/OUCCB2 MeterConfigSyncResponse |
Destination Name | Local JNDI Name | Remote JNDI Name |
OUCCB2 SPMeterHistSyncResponse | jms/LocalOUCCB2 SPMeterHistSyncResponse | jms/OUCCB2 SPMeterHistSyncResponse |
Destination Name | Local JNDI Name | Remote JNDI Name |
OUCCB2 BatchBDResponse | jms/LocalOUCCB2 BatchBDResponse | jms/OUCCB2 BatchBDResponse |
Destination Name | Local JNDI Name | Remote JNDI Name |
OUCCB2 OnlineBDResponse | jms/LocalOUCCB2 OnlineBDResponse | jms/OUCCB2 OnlineBDResponse |
Destination Name | Local JNDI Name | Remote JNDI Name |
OUCCB2 ReplReadRequest | jms/LocalOUCCB2 ReplReadRequest | jms/OUCCB2 ReplReadRequest |
Destination Name | Local JNDI Name | Remote JNDI Name |
OUCCB2Meter ReadSyncResponse | jms/LocalOUCCB2 MeterReadSyncResponse | jms/OUCCB2 MeterReadSyncResponse |
Destination Name | Local JNDI Name | Remote JNDI Name |
OUCCB2 DyanmicOptSyncResponse | jms/LocalOUCCB2 DynamicOptSyncResponse | jms/OUCCB2 DynamicOptSyncResponse |
Destination Name | Local JNDI Name |
OUCCB2DynamicOptEvtSyncResponse | jms/LocalOUCCB2OUMDM2DynamicOptEvtSyncResponse |
Destination Name | Local JNDI Name | Remote JNDI Name |
|---|---|---|
OUCCB2BillCycleSyncResponse | jms/LocalOUCCB2BillCycle SyncResponse | jms/OUCCB2BillCycle SyncResponse |
JMS Queue | Description | Queue Name | Target Client | JNDI Server |
CI_MDM2PSyn | Person Sync Request | jms/OUCCB2 PersonSyncRequest | JMS | CI_MDM_JNDI |
JMS Queue | Description | Queue Name | Target Client | JNDI Server |
CI_MDM2SPSyn | SP Sync Request | jms/OUCCB2 SPSyncRequest | JMS | CI_MDM_JNDI |
JMS Queue | Description | Queue Name | Target Client | JNDI Server |
CI_MDM2SASyn | SA Sync Request | jms/OUCCB2 SASyncRequest | JMS | CI_MDM_JNDI |
JMS Queue | Description | Queue Name | Target Client | JNDI Server |
SA Relationship Synchronization Integration | SA Relationship Sync Request | jms/OUCCB2 SARelationship SyncRequest | JMS | CI_MDM_JNDI |
JMS Queue | Description | Queue Name | Target Client | JNDI Server |
CI_MDM2MSyn | Meter Sync Request | jms/OUCCB2 MeterSyncRequest | JMS | CI_MDM_JNDI |
JMS Queue | Description | Queue Name | Target Client | JNDI Server |
CI_MDM2MCSyn | Meter Configuration Sync Request | jms/OUCCB2 MeterConfigSyncRequest | JMS | CI_MDM_JNDI |
JMS Queue | Description | Queue Name | Target Client | JNDI Server |
CI_MDM2SHSyn | SP-Meter History Sync Request | jms/OUCCB2 SPMeterHistSyncRequest | JMS | CI_MDM_JNDI |
JMS Queue | Description | Queue Name | Target Client | JNDI Server |
BatchBDReq2 | Batch Bill Determinant Request | jms/OUCCB2 BatchBDRequest | JMS | CI_MDM_JNDI |
JMS Queue | Description | Queue Name | Target Client | JNDI Server |
OnlineBDReq2 | Online Bill Determinant Request | jms/OUCCB2OnlineBD Request | JMS | CI_MDM_JNDI |
JMS Queue | Description | Queue Name | Target Client | JNDI Server |
CI_MDM2MRSyn | Scalar Meter Read Sync Request | jms/OUCCB2 MeterReadSyncRequest | JMS | CI_MDM_JNDI |
JMS Queue | Description | Queue Name | Target Client | JNDI Server |
CI_MDMCOSync | Dynamic Option Sync Sync Request | jms/OUCCB2Dynamic OptSyncRequest | JMS | CI_MDM_JNDI |
JMS Queue | Description | Queue Name | Target Client | JNDI Server |
CI_MDMCOESyn | Dynamic Option Events Sync Request | jms/OUCCB2 DynamicOptEvtSync Request | JMS | CI_MDM_JNDI |
JMS Queue | Description | Queue Name | Target Client | JNDI Server |
CI_MDMBCSync | Bill Cycle Sync Request | jms/OUCCB2 BillCycleSyncRequest | JMS | CI_MDM_JNDI |
JMS Connection | Description | JNDI Server | JNDI Connection Factory |
CI_MDM2_CF | CCB MDM Integration Connection | CI_MDM_JNDI | jms/OUCCB2OUMDM2 ConnectionFactory |
Message Sender | Description | JMS Connection | JMS Queue |
CI_MDM2PSyn | MDM Person Sync Request Sender | CI_MDM2_CF | CI_MDM2PSyn |
Message Sender | Description | JMS Connection | JMS Queue |
CI_MDM2SPSyn | MDM SP Sync Request Sender | CI_MDM2_CF | CI_MDM2SPSyn |
Message Sender | Description | JMS Connection | JMS Queue |
CI_MDM2SASyn | MDM SA Sync Request Sender | CI_MDM2_CF | CI_MDM2SASyn |
Message Sender | Description | JMS Connection | JMS Queue |
CI_MDM2SARel Syn | MDM SA Relationship Sync Request Sender | CI_MDM2_CF | CI_MDM2SA RelSyn |
Message Sender | Description | JMS Connection | JMS Queue |
CI_MDM2MSyn | MDM Meter Sync Request Sender | CI_MDM2_CF | CI_MDM2MSyn |
Message Sender | Description | JMS Connection | JMS Queue |
CI_MDM2MCSyn | MDM Meter Configuration Sync Request Sender | CI_MDM2_CF | CI_MDM2MCSyn |
Message Sender | Description | JMS Connection | JMS Queue |
CI_MDM2SHSyn | MDM SP-Meter History Sync Request Sender | CI_MDM2_CF | CI_MDM2SHSyn |
Message Sender | Description | JMS Connection | JMS Queue |
BatchBDReq2 | MDM Batch Bill Determinant JMS Queue Sender | CI_MDM2_CF | BatchBDReq2 |
Message Sender | Description | JMS Connection | JMS Queue |
OnlineBDReq2 | MDM Online Bill Determinant JMS Queue Sender | CI_MDM2_CF | OnlineBDReq2 |
Message Sender | Description | JMS Connection | JMS Queue |
CI_MDM2MRSyn | MDM Scalar Meter Read JMS Queue Sender | CI_MDM2_CF | CI_MDM2MRSyn |
Message Sender | Description | JMS Connection | JMS Queue |
CI_MDMCOSYNC | MDM Contract Option Sync Request Sender | CI_MDM2_CF | CI_MDMCOSync |
Message Sender | Description | JMS Connection | JMS Queue |
CI_MDMCOESYN | MDM Contract Option Event Sync Request Sender | CI_MDM2_CF | CI_MDMCOESyn |
Message Sender | Description | JMS Connection | JMS Queue |
CI_MDMBCSync | MDM Bill Cycle Sync Request Sender | CI_MDM2_CF | CI_MDMBCSync |
Message Sender | Description | HTTP URL |
PerSynReqJW | Person Sync Request JMS Write Wrapper Service | http://soa_host:soa_managerServer_Port/ soa-infra/services/CCB2-MDM2/ OUCCB2OUMDM2PersonSyncReqJMS WriteSvc/OUCCB2OUMDM2 PersonSyncReqJMSWriteSvc_client_ep |
Message Sender | Description | HTTP URL |
SPSynReqJW | SP Sync Request JMS Write Wrapper Service | http://soa_host:soa_managerServer_Port/ soa-infra/services/CCB2-MDM2/ OUCCB2OUMDM2SPSyncReqJMS WriteSvc/OUCCB2OUMDM2 SPSyncReqJMSWriteS vc_client_ep |
Message Sender | Description | HTTP URL |
SASynReqJW | SASyncRequest JMS Write Wrapper Service | http://soa_host:soa_managerServer_Port/soa-infra/services/CCB2-MDM2/ OUCCB2OUMDM2SASyncReqJMS WriteSvc/OUCCB2OUMDM2S ASyncReqJMSWriteSvc_client_ep |
Message Sender | Description | HTTP URL |
SARelSynReqJW | SARelSyncRequest JMS Write Wrapper Service | http://soa_host:soa_managerServer_Port/soa-infra/services/CCB2-MDM2/ OUCCB2OUMDM2SARelationshipSync ReqJMSWriteSvc/OUCCB2OUMDM2SA RelationshipSyncReqJMSWriteSvc_ client_ep |
Message Sender | Description | HTTP URL |
MtrSynReqJW | MeterSyncRequest JMS Write Wrapper Service | http://soa_host:soa_managerServer_Port/ soa-infra/services/CCB2-MDM2/ OUCCB2OUMDM2MeterSyncReqJMS WriteSvc/OUCCB2OUMDM2 MeterSyncReqJMSWriteSvc_client_ep |
Message Sender | Description | HTTP URL |
SPMHSynReqJW | SPMeterHistory Sync Request JMS Write Wrapper Service | http://soa_host:soa_managerServer_Port/ soa-infra/services/CCB2-MDM2/ OUCCB2OUMDM2SPMeterHistSyncReqJMSWriteSvc/OUCCB2OUMDM2 SPMeterHistSyncReqJMSWriteSvc_ client_ep |
Message Sender | Description | HTTP URL |
MtCfSynReqJW | Meter Configuration SyncRequest JMS Write Wrapper Service | http://soa_host:soa_managerServer_Port/ soa-infra/services/CCB2-MDM2/ OUCCB2OUMDM2MeterConfigSyncReq JMSWriteSvc/OUCCB2OUMDM2 MeterConfigSyncReqJMSWriteSvc_ client_ep |
Message Sender | Description | HTTP URL |
BatchBDReqJW | BatchBDRequest JMS Write Wrapper Service | http://intenv:8001/soa-infra/services/ CCB2-MDM2/OUCCB2OUMDM2Batch BDReqJMSWrit eSvc/ OUCCB2OUMDM2BatchBDReqJMSWrit eSvc_client_ep |
Message Sender | Description | HTTP URL |
OnlineBDReqJW | OnlineBDRequest JMS Write Wrapper Service | http://soa_host:soa_managerServer_Port/ soa-infra/services/CCB2-MDM2/ OUCCB2OUMDM2OnlineBDReqJMS WriteSvc/ OUCCB2OUMDM2 OnlineBDReqJMSWriteSvc_client_ep |
Message Sender | Description | HTTP URL |
MRSynReqJW | MeterReadSyncRequest JMS Write Wrapper Service | http://soa_host:soa_managerServer_Port/ soa-infra/services/CCB2-MDM2/ OUCCB2OUMDM2MeterReadSyncReqJMSWriteSvc/OUCCB2OUMDM2 MeterReadSyncReqJMSWriteSvc_client_ep |
Message Sender | Description | HTTP URL |
COSynReqJW | Contract Option Sync Request JMS Write Wrapper Service | http://soa_host:soa_managerServer_Port/soa-infra/services/CCB2-MDM2/OUCCB2OUMDM2DynamicOptSyncReq JMSWriteSvc/OUCCB2OUMDM2DynamicOptEvtSync ReqJMSWriteSvc_client_ep |
Message Sender | Description | HTTP URL |
COEvSynReqJW | ContractOptionEventSyncRequest JMS Write Wrapper Service | http://soa_host:soa_managerServer_Port/soa-infra/services/CCB2-MDM2/OUCCB2OUMDM2 DynamicOptEvtSyncReqJMSWriteSvc/OUCCB2OUMDM2DynamicOptEvtSyncReqJMSWriteSvc_client_ep |
Message Sender | Description | HTTP URL |
BCSynReqJW | BillCycleSyncRequest JMS Write Wrapper Service | http://soa_host:soa_managerServer_Port/soa-infra/services/CCB2-MDM2/ OUCCB2OUMDM2 BillCycleSyncReqJMSWriteSvc/OUCCB2OUMDM2BillCycleSyncReqJMSWriteSvc_client_ep |
Message Sender | Description | HTTP URL |
REGHILOW | Request For Estimated and High-Low Readings Sender | LowReadReqEBF/ouccb2oumdm2highlowreadreqebf_client_ep |
Message Sender | Description | HTTP URL |
WX-RateAnlys | Usage Request Sender | UsageReqEBF/ouccb2oumdm2ssusagereqebf_client_ep |
Message Sender | Description | HTTP URL |
WX-UsageAdjs | Usage Adjustment Request Sender | UsageAdjustmentReqEBF/ouccb2oumdm2ssusageadjustmentreqebf_client_ep |
Message Sender | Description | HTTP URL |
DETBILLCYCLE | Determine Bill Cycle Sender | http://demoenv:8015/soa-infra/services/CCB2-MDM2/OUCCB2OUMDM2SAActivationBillCycleRequestEBF/ouccb2oumdm2saactivationbillcyclereqebf_client_ep |
Message Sender | Description | HTTP URL |
UTSTATUPD | Send UT Info Update Sender | http://demoenv:8015/soa-infra/services/CCB2-MDM2/OUCCB2OUMDM2 UpdateUTInfoEBFUpdateUTInfo |
Outbound Message Type | Description | Business Object |
CI_MDM2PSYN | MDM Person Sync Request Outbound Message | C1-MDM2 PersonSyncReqOutMsg |
Outbound Message Type | Description | Business Object |
CI_MDM2SPSYN | MDM SP Sync Request Outbound Message | C1-MDM2 SPSyncReqOutMsg |
Outbound Message Type | Description | Business Object |
CI_MDM2SASYN | MDM SA Sync Request Outbound Message | C1-MDM2SASyncReqOutMsg |
Outbound Message Type | Description | Business Object |
CI_MDM2SARELSYN | MDM SA Relationship Sync Request Outbound Message | C1-MDM2SARelSyncReqOutMsg |
Outbound Message Type | Description | Business Object |
CI_MDM2MSYN | MDM Meter Sync Request Outbound Message | C1-MDM2MtrSyncReqOutMsg |
Outbound Message Type | Description | Business Object |
CI_MDM2MCSYN | MDM Meter Configuration Sync Request Outbound Message | C1-MDM2 MtrConfigSyncReqOutMsg |
Outbound Message Type | Description | Business Object |
CI_MDM2SHSYN | MDM SP-Meter History Sync Request Outbound Message | C1-MDM2 SpMtrHistSyncReqOutMsg |
Outbound Message Type | Description | Business Object |
CI_MDM_BBD | MDM Batch Bill Determinants Outbound Message | C1-CyclicalUsgReqOutMsg |
Outbound Message Type | Description | Business Object |
CI_MDM_OBD | MDM Online Bill Determinants Outbound Message | C1-NonCyclicalUsgReqOutMsg |
Outbound Message Type | Description | Business Object |
CI_MDM2MRSYN | MDM Meter Read Sync Request Outbound Message | C1-MDM2MRSyncReqOutMsg |
Outbound Message Type | Description | Business Object |
CI_MDM2RHILO | Request For Estimated and High-Low Readings Outbound Message | C1-MDM2EstAndHighLowReqOutMsg |
Outbound Message Type | Description | Business Object |
C1-USAGEREQ | Usage Request Outbound Message | C1-UsageRequestOutMsg |
Outbound Message Type | Description | Business Object |
WX-USGADJREQ | Usage Adjustment Request Outbound Message | C1-UsageAdjustmentsOutMsg |
Outbound Message Type | Description | Business Object |
CI_DETBILCYC | SA Activation Bill Cycle Request Outbound Message | C1-DetSPBillCycleOutMsg |
Outbound Message Type | Description | Business Object |
CI_MDMCOSYNC | MDM Contract Option Sync Request Outbound Message | C1-MDM2ContrOptSyncReqOutMsg |
Outbound Message Type | Description | Business Object |
CI_MDMCOESYN | MDM Contract Option Event Sync Request Outbound Message | C1-MDM2ContrOptEvSyncReqOutMsg |
Outbound Message Type | Description | Business Object |
CI_MDMBCSYNC | MDM Bill Cycle Sync Request Outbound Message | C1-MDM2BillCycleSyncReqOutMsg |
Outbound Message Type | Description | Business Object |
CI-MDMUTUPD | Usage Transaction Info Update Outbound Message | C1-UpdateMDMUsageInfoOutMsg |
Outbound Message Type | Processing Method | Message Sender | Message XSL |
|---|---|---|---|
CI_MDM2PSYN | Real-time | CI_MDM2PSyn or PerSynReqJW | C1-CCB2JMSQAddNamespace.xsl |
CI_MDM2SPSYN | Real-time | CI_MDM2SPSyn or SPSynReqJW | C1-CCB2JMSQAddNamespace.xsl |
CI_MDM2SASYN | Real-time | CI_MDM2SASyn or SASynReqJW | C1-CCB2JMSQAddNamespace.xsl |
CI_MDM2SARELSYN | Real-time | CI_MDM2SARelSyn or SARelSynReqJW | C1-CCB2JMSQAddNamespace.xsl |
CI_MDM2MSYN | Real-time | CI_MDM2MSyn or MtrSynReqJW | C1-CCB2JMSQAddNamespace.xsl |
CI_MDM2MCSYN | Real-time | CI_MDM2MCSyn or MtCfSynReqJW | C1-CCB2JMSQAddNamespace.xsl |
CI_MDM2SHSYN | Real-time | CI_MDM2SHSyn or SPMHSynReqJW | C1-CCB2JMSQAddNamespace.xsl |
CI_MDMCOSYNC | Real-time | CI_MDMCOSync or COPTSynReqJW | C1-CCB2JMSQAddNamespace.xsl |
CI_MDMCOESYN | Real-time | CI_MDMCOESyn or COEvSynReqJW | C1-CCB2JMSQAddNamespace.xsl |
CI_MDMBCSYNC | Real-time | CI_MDMBCSync or BCSynReqJW | C1-CCB2JMSQAddNamespace.xsl |
CI_MDM_BBD | Real-time | BatchBDReq2 or BatchBDReqJW | C1-CCB2JMSQAddNamespace.xsl |
CI_MDM_OBD | Real-time | OnlineBDReq2 or OnlineBDReqJW | C1-CCB2JMSQAddNamespace.xsl |
CI_MDM2MRSYN | Real-time | CI_MDM2MRSyn or MRSynReqJW | C1-CCB2JMSQAddNamespace.xsl |
CI_MDM2RHILO | Real-time | REGHILOW | CDxAddEnvelope-SOAP1-2.xsl Response XSL: C1-CCBRemoveEnvEnvelopeAndNamespace.xsl |
C1-USAGEREQ | Real-time | WX-RateAnlys | CDxAddEnvelope-SOAP1-2.xsl Response XSL: C1-CCBRemoveEnvEnvelopeAndNamespace.xsl |
WX-USGADJREQ | Real-time | WX-UsageAdjs | CDxAddEnvelope-SOAP1-2.xsl Response XSL: C1-CCBRemoveEnvEnvelopeAndNamespace.xsl |
CI_DETBILCYC | Real-time | DETBILLCYCLE | CDxAddEnvelope-SOAP1-2.xsl Response XSL: C1- CCBRemoveEnvEnvelopeAndNamespace.xsl |
CI-MDMUTUPD | Real-time | UTSTATUPD | CDxAddEnvelope-SOAP1-2.xsl |