We found the RC of the issue.
Somebody created a database object with the name SAME as schema name. Because of that, issue started occurring while calling database objects with schema name i.e. schema.procedure or schema.package.procedure.
As a solution, 'that' object was dropped as it wasn't present in any other instances including prod & things are all set now. Thank you!