Home » Developer & Programmer » Data Integration » Find mapping (OWB 11.1)
Find mapping [message #577792] Wed, 20 February 2013 12:08 Go to next message
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 #598049 is a reply to message #577792] Thu, 10 October 2013 02:42 Go to previous messageGo to next message
FONBGD89
Messages: 1
Registered: October 2013
Location: Belgrade
Junior Member
Hy all,

I have same problem. Could someone help?

BR
M
Re: Find mapping [message #602115 is a reply to message #598049] Fri, 29 November 2013 10:35 Go to previous messageGo to next message
srinivas.k2005
Messages: 404
Registered: August 2006
Senior Member
Hi,

I only option i got was right click on mapping , choose the dependcies option and check all dependent objects.
Re: Find mapping [message #605230 is a reply to message #602115] Wed, 08 January 2014 03:49 Go to previous message
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
Previous Topic: Deployment not happening in OWB
Next Topic: OWB - Migration Issue
Goto Forum:
  


Current Time: Tue Mar 19 01:01:29 CDT 2024