Skip to main content

Is there a way in PL/SQL to capture the value in response from an API call?

In this example, I need to know what the generated shop order pick list number is. TIA Chris.

 

i think you can get it , paste the code using copy link option. you will get the details of fields from there.


Just use Copy Special and paste it to PL/SQL developer. 

 

 

 

 

 


Hi @chrisplant ,

 

As @hhy38 you can use the Copy Special from the debug and then in PLSQL you can open a TEST Window paste it and then you should be able to execute. 

Regards,

Shangavi


Thanks, Didn’t realise you could reference an OUT variable after the API call, and it has the returned value in it. DOH. 


Reply