I am facing challenge in calling a context variable in my oracle source query
select branch_code from sttms_branch where country_code='"+context.con_contry_cd+"'
No rows are fetching.But if we hardcode instead of context.con_contry_cd,then it is working fine I tried the double quotes at start of select and all possible permuation combinations but nothing is working out.But the context variables are working fine in tmap stage.I am totally stuck up with this issue.Please help!