Hi all,
I have a package that include a procedure. I'm using this procedure for inserting data to ps_acu_sf_tahs table if provide some conditions. But when I try to run as bellow:
begin
tahs_aktarim_.tahs_aktarim('45397','T1' );
end;
I m getting error: ORA-04091
I checked out all triggers that if effect ps_acu_sf_tahs table but there is no trigger which effect that table.
I just curious about what is the problem if there is no trigger for that table.
Is there anyone who faced similar weird problem?
Regards,
Gunce