find plsql code that is executing the sql
Hello All,
I am a new to Pl/Sql. I have a sql with bind variables for ex: DELETE FROM PSPTTSTLOG_IMG WHERE PTTST_NAME = :1 AND PTTST_LOG_ID = :2 and i am trying to find the plsql code so i can use it and substitute new variables.Please advice.