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

127
Vistas
How can i call a PL-SQL procedure inside a Javascript function?

I have written a pl sql procedure which updates a column in the ATP Database table. The procedure is as follows -

CREATE OR REPLACE PROCEDURE updateFlag(   
p_unique_id in table.UNIQUE_ID%TYPE)  
IS  
BEGIN  
UPDATE table SET enabled_flag = 'Y' WHERE unique_id = p_unique_id;  
COMMIT;  
END;  
/    

I want to call this procedure inside a Javascript function because this procedure should be called only if another function returns success. Is there any way to call a PL-SQL procedure inside a JS function? (the database being used is ATP Database and the application is built using Visual Builder Cloud Services)

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