Find mapping [message #577792] |
Wed, 20 February 2013 12:08 |
srinivas.k2005
Messages: 404 Registered: August 2006
|
Senior Member |
|
|
Hi,
I have few mappings and i need to find in what all process flow the mapping is used.
Please let me know easy way to fing it from tool or any metadata table avilable to track this.
Thanks,
Srinivas
|
|
|
|
|
Re: Find mapping [message #605230 is a reply to message #602115] |
Wed, 08 January 2014 03:49 |
|
painithin2000
Messages: 10 Registered: October 2013 Location: Bangalore
|
Junior Member |
|
|
Yes you can check it with the Audit Tables in OWB.
Select * from OWBSYS.ALL_RT_TASKS
WHERE OBJECT_NAME='Mapping Name'
AND CONTEXT_OBJECT_NAME like 'PF%'
PF% being the Naming convention for ProcessFlows.
Regards,
Nitz
|
|
|