Calling Oracle stored procedure from PeopleCode (8.54)
Hi Friends,
I would like to call oracle stored procedure from PeopleCode (8.54).
Below statements did not work and getting "During the execution of SQL, an error occurred in the Exec subroutine. The preceding message should have described the SQL being executed" error.
SQLExec("Exec Rabo_Daily_Reports_Setup('NEWYORK','NEWYORK','01-NOV-2017')");
SQLExec("call Rabo_Daily_Reports_Setup('NEWYORK','NEWYORK','01-NOV-2017')");