- Got to Responsibility Name :Integrated SOA Gateway
- Run SQL fixe module
select * from (
select * from all_objects where object_name like 'AP%' escape '\' and object_type = 'PACKAGE'
union
select * from all_objects where object_name like 'AP%' escape '\' and object_type = 'PACKAGE'
union
select * from all_objects where object_name like 'AP' escape '\' and object_type = 'PACKAGE'
) where object_name like '%INVOICE%'
No comments:
Post a Comment