Skip to content Skip to sidebar Skip to footer
Showing posts with the label Plsql

How To Correctly Call Fnd_concurrent.wait_for_request Stored Function Via Cx_oracle Module Api?

I am trying to perform wait for submitted request in Oracle by calling fnd_concurrent.wait_for_requ… Read more How To Correctly Call Fnd_concurrent.wait_for_request Stored Function Via Cx_oracle Module Api?

How To Get Custom Object From Callfunc In Cx_oracle?

I have an PL/SQL function my_function that returns custom defined object: CREATE OR REPLACE TYPE &#… Read more How To Get Custom Object From Callfunc In Cx_oracle?