Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

90
Visualizações
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 à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda