I have 2 oracle packages package_1 and package_2 with the same sets of functions and procedures inside the package. procedure_x in both packages call package_a from the same package body. The procedures with same perform different job in the 2 packages.
My problem is when I execute procedure_a from procedure_a inside the package_1 it's calling procedure_a of package_2.
Any idea why that should happen?
My problem is when I execute procedure_a from procedure_a inside the package_1 it's calling procedure_a of package_2.
Any idea why that should happen?