Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

89
Vistas
How to assign the value of an item loaded by javascript to a modal page - Oracle Apex

Good evening, I have an item that fills up when I run a dynamic action Run Javascript code. This javascript code executes an ajax callback that executes a stored procedure that returns a value. This is the part of javascript code that assigns the value that the database stored procedure returns to the item:

apex.server.process('prc_pg15_registrar', {
    pageItems: ['P15_PRODUCTO',
                'P15_TASA',]
}, {
    beforeSend: function() {
        lSpinner$ = ic.apex.animation.showWait(event);
    },
    success: function(respuesta) {        
        let titulo = 'Solicitud creada';
        let html = '<center> Se creó la solicitud N° <b>' + respuesta.idSecuencia + '</b> </center>';
        ic.apex.message.showModal({
            icon: 'success',
            title: titulo,            
            html: html
        });
        $s('P15_SOLICITUD_ID',respuesta.idSecuencia);//assigning to item
    }

the value is loaded without problems in the item, my problem is that when I want to send this value to another page it does not assign it.

enter image description here

enter image description here

enter image description here

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda