Skip to content
Snippets Groups Projects
Commit 7af9000b authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Update package.sql

parent 862015ad
Branches
No related tags found
No related merge requests found
Pipeline #11519 passed
......@@ -259,7 +259,7 @@ CREATE OR REPLACE PACKAGE BODY "UNICAEN_TBL" AS
IF calcul_proc IS NOT NULL THEN
EXECUTE IMMEDIATE
'BEGIN ' || calcul_proc || '(CALCUL_PROC_PARAMS.p1, CALCUL_PROC_PARAMS.v1); END;';
'BEGIN ' || calcul_proc || '(UNICAEN_TBL.CALCUL_PROC_PARAMS.p1, UNICAEN_TBL.CALCUL_PROC_PARAMS.v1); END;';
ELSE
EXECUTE IMMEDIATE
'BEGIN UNICAEN_TBL.C_' || TBL_NAME || '(TRUE); END;';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment