Relative Content

Tag Archive for oracle-apex

How to use the result of one SQL SELECT statement in a subsequent event (AJAX call?)

I’m working on an Oracle APEX app, using Master/Detail drill down forms. I’m having difficulty working out how APEX uses a value looked up as the result of an SQL statement run in one event in a subsequent SQL statement. In JavaScript, this is async callbacks and/or Promises; from the difficulty I’m having here it’s pretty clear that there’s an async mechanism at work behind the scene.

How to use the result of one SQL SELECT statement in a subsequent event (AJAX call?)

I’m working on an Oracle APEX app, using Master/Detail drill down forms. I’m having difficulty working out how APEX uses a value looked up as the result of an SQL statement run in one event in a subsequent SQL statement. In JavaScript, this is async callbacks and/or Promises; from the difficulty I’m having here it’s pretty clear that there’s an async mechanism at work behind the scene.

How to use the result of one SQL SELECT statement in a subsequent event (AJAX call?)

I’m working on an Oracle APEX app, using Master/Detail drill down forms. I’m having difficulty working out how APEX uses a value looked up as the result of an SQL statement run in one event in a subsequent SQL statement. In JavaScript, this is async callbacks and/or Promises; from the difficulty I’m having here it’s pretty clear that there’s an async mechanism at work behind the scene.