Login
Register

Home

Trainings

Fusion Blog

EBS Blog

Authors

CONTACT US

Receivables
  • Register

Oracle Gold Partners, our very popular training packages, training schedule is listed here
Designed by Five Star Rated Oracle Press Authors & Oracle ACE's.

webinar new

Search Courses

 

In this article I will touch base upon the data quality management feature of TCA. This article also contains a link to a DQM presentation that will compliment the Q & A in this article. A combination of this article and thepowerpoint presentation should help you understand the basics of DQM [ Data Quality Management ] in Oracle TCA.

Is DQM a part of TCA?
Yes it is, the setup can be done using responsibility named "Trading Community Manager".

What are the setup steps for DQM?
Note:
These steps will get clearer once you finish reading this article + PowerPoint Presentation
Here are the steps :-
1. Identify the Attributes that you wish to use for Search and Scoring.
2. Define custom attributes for those columns on which you would like to either search or score, but those columns are not in TCA tables.
3. Assign transformation to each column. Define custom transformation rules if need be, by using PL/SQL
4. Decide which transformed values are used for Searching and which transformed values are to be used for [both] Searching and/or just Scoring
The attribute transformations that you wish to search upon, will have "Acquisition" checkbox set to Yes.
5. Define your match rules. You can define as many match rules
6. In Match rules, you specify how the users search criteria[values being used by users] are transformed prior to acquisition.
7. Define scoring/ranking rules
8. Run the staging process.


Give me some examples where DQM is used?

Lets say your organization has 50000 employees and a person named john smith gets recruited for a job. HRMS team must know whether this John Smith has had any kind of interaction with the organization in past. Ideally if John Smith has had any kind of interaction with the company in past, then there must exist an entry for this record in TCA. In this case, HR must ensure that HRMS record can be made to point to existing TCA record. By doing so a 360 degree view of the employee be maintained in your organization.


So DQM is about being able to identify a duplicate entry in your system.
Correct, and this I made possible by applying some transformations as you will see in the presentation.


Is DQM only applicable at party level in TCA?
No way, DQM can be made to work at party address level & contact level too.


Isn't finding duplicates as simple as matching the social security number or national insurance number?
Correct, but say if your payables department wants to pay expenses to a third party for their interview travel expenses, then payables team will not have access to SSN or "NI Number". In this case, they rely upon other attributes of the person to find duplicates.


Ah, it means DQM will not be used merely by HRMS department or the Receivables department?
Certainly not, in an efficient organization, any department that registers a party into oracle apps must have access to DQM functionality.


But what if Payables team wants to use DQM, but with different set of search and ranking criteria altogether?
This is a very common requirement. Hence in this case Oracle lets you define multiple "Match Rules" in DQM.


Fine, we can define different Match Rules, but how will we enforce Payables users to use say "Match Rule 1" and HRMS users to use say "Match Rule 2"?

You can differentiate such requirements by creating different DQM search responsibilities. For each such responsibility you will assign profile option "DQM Match Rule for Search" to respective value.
In case you do not wish to have different responsibilities, though recommended, you can set this profile option at user level too.


But DQM searches for duplication in TCA tables, however "NI Number" and SSN [Social Security] are stored in HRMS tables. How will DQM search data in other modules?
You can define custom attributes in DQM. Custom attribute is nothing but a pseudo column which uses pl/sql to return the value,in this case from per_people_f


Does DQM search data within TCA tables?
Well, after defining rules for DQM setup, you run a concurrent program named "DQM Staging Program". This process de-normalises TCA data into staging tables. Transformed values for columns are stored in staging table. This will be clear when you go through the PowerPoint presentation.


What are the staging tables?
There are a list staging tables where DQM Transformed data is stored. Each transformed value resides in a different column. The transformed values used for Acquisition are indexed by Oracle.
The list of tables are
HZ_STAGED_CONTACTS
HZ_STAGED_CONTACT_POINTS
HZ_STAGED_PARTIES
HZ_STAGED_PARTY_SITES



What is event "oracle.apps.ar.hz.DQM.realtimesync" which keeps on firing when employee records or the TCA records are modified?
As you know, the TCA data is transformed and de-normalized into staging tables. Any changes to the TCA data must update the DQM staging tables, so that changes can be searched upon in DQM. The subscription of this event reads the pending entries in staging interface table HZ_DQM_SYNC_INTERFACE and transfers them to DQM staging tables after having applied the transformations.

NOTE: Although the event name is realtimesync, Oracle has disabled the realtime option for this event subscription. Hence synchronization with DQM staging tables happens in deferred mode only.


Here is the link to DQM presentation
Link for DQM and TCA presentation

Any questions? please ask !



 


Anil Passi

Comments   

0 #1 Shasikkumar 2007-02-18 00:00
Hi Anil,

First of all thanks for the good work you are doing thru ur blog.

I am working as a developer in oracle receivables. Please let me know what are all the important topics to be covered in my module. And also other important modules in financials such as GL, AP for a receivables developer.

A part from this - what all should be my focus - as techno-function al consultant for oracle receivables.


Thanks in anticipation

S
Quote
0 #2 Anil Passi 2007-02-19 00:00
Hi ShashiKumar

As a AR technofunctiona l, you should be able to setup the Receivables module for a new org_id and raise invoices with accounting based on auto accounts setup, accept receipts for invoices. Also you should be able to raise credit memos.

A basic understanding of TCA is very important too.

From the techie side, RA_CUSTOMER_TRX _ALL and RA_CUSTOMER_TRX _LINES_ALL are the key tables where transactions and transaction lines are stored for all possible transaction types in AR.
Also, for accounting of transactions, you need to have a look at RA_CUST_TRX_LIN E_GL_DIST_ALL

When receipts are reconciled, AR_PAYMENT_SCHE DULES_ALL will be updated with a value in column AMOUNT_DUE_REMA INING to indicate amount for which payment is yet to be received from the customer.

th anks,
anil
Quote
0 #3 SANDEEP 2007-02-23 00:00
Hi Anil,

This is the first time i was seeing your blog, Found your articles especially on AR interesting. I am very new to oracle financials just started my carrer in this. I had a question which any newbie has.

I want to learn more stuff on AR both in technical and functional point of view. I would like your valuable suggestions to me wher should i start from , what books or materials are good for oracle financials. I have always believed learning oracle fiancials is not just technical, it should always be learned combined with fucntional concepts then only one learns and understands the subject well.

so it would be great if you could share your experience or advice with me . I hope you will reply to this.

Thanks

regards
Sa ndeep
Quote
0 #4 Ashutosh 2007-05-22 00:00
Hi,
I am implementing DQM to merge more than 10K parties with their duplicates. I am facing some issues and would appreciate your suggestion.
1. i have created custom match rule, including the one which uses attribute21 of hz_parties. When I run a batch with these compiled custom match rules, batch is not picking any data.
When same thing is done using SAMPLE : IDENTICAL PERSON match rule then it picks 4 parties correclty.
Ple ase suggest whcy custom match rules are not working.
2. I want match rule to allow Automerge, how to set it up. I have even tried setting Automerge threshhold value for a match rule but still when I create a batch using this match rule then automerge optin is not checked.
3. Performance of Merge program is pathetic, do you know about any possible solution for this. i am already in consultation with Oracle on this but they are not of much help.
Thanks,
Ashutosh

Pl ease reply at earliest.
Quote
0 #5 Anil Passi 2007-06-10 00:00
Hi Sharmila

For basics of TCA as a business entity, please visit
http://www.google.com/search?q=site:apps2fusion.com+future-of-tca-fusion-release-12-2

Creating Party record using API is very straightforward and there are various Notes on Metalink. SImply search metalink for TCA API Examples

Tha nks,
Anil Passi
Quote
0 #6 kraghu 2008-01-07 09:47
hi anil,

your site is helpful to everyone. can u tell me which form is largest form in orapps.
Quote
0 #7 Vishy 2009-05-29 09:52
Hi Anil,
There has rarely been any project where I have not consulted your website for info. This really is an amazing website.
I have a requirement sorrounding DQM and TCA. The client has an external system whree sales orders are imported into apps. The import programs include a customer import program too. I would like to know if DQM can be used to prevent duplicates from entering apps when using this import ptogram. The customer info is put into some staging tables and then pushed into the hz tables using the standard TCA APIs. would like to have some solution regarding this..any help would be greatly appreciated....
Quote
0 #8 Dominic 2009-09-17 05:18
Hi Anil and others,

I have a similar requirement as Vishy. Duplicate prevention during party creation whilst using the TCA API is the main objective. Can anyone advise on how to configure and integrate DQM with the TCA api.

Thanks.
Quote

Add comment


Security code
Refresh

Search Trainings

Fully verifiable testimonials

Apps2Fusion - Event List

<<  Apr 2024  >>
 Mon  Tue  Wed  Thu  Fri  Sat  Sun 
  1  2  3  4  5  6  7
  8  91011121314
15161718192021
22232425262728
2930     

Enquire For Training

Fusion Training Packages

Get Email Updates


Powered by Google FeedBurner