thanks all
it worked for me.
I created a after insert trigger and used pragma autonomous transaction, from there i had to call procedure that has the logic and one more procedure that from here, to send a mail.
for some reason, it worked only if the calling is indirect (calling one procedure from other)
vamsi
it worked for me.
I created a after insert trigger and used pragma autonomous transaction, from there i had to call procedure that has the logic and one more procedure that from here, to send a mail.
for some reason, it worked only if the calling is indirect (calling one procedure from other)
vamsi
Comment