Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
1be55bb1
Commit
1be55bb1
authored
Jul 21, 2021
by
Laurent Lécluse
Browse files
Utilisation de get_ose_user pour bénéficier du cache
parent
2bac7f8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
data/ddl/package/FORMULE_UNICAEN/body.sql
View file @
1be55bb1
...
...
@@ -985,7 +985,7 @@ CREATE OR REPLACE PACKAGE BODY "FORMULE_UNICAEN" AS
element_modulateur
SET
histo_destruction
=
SYSDATE
,
histo_destructeur_id
=
ose_
divers
.
GET_OSE_UTILISATEUR_ID
()
histo_destructeur_id
=
ose_
parametre
.
get_ose_user
WHERE
id
=
em
.
id
;
...
...
data/ddl/package/UNICAEN_IMPORT/body.sql
View file @
1be55bb1
...
...
@@ -8,7 +8,7 @@ CREATE OR REPLACE PACKAGE BODY "UNICAEN_IMPORT" AS
FUNCTION
get_current_user
RETURN
INTEGER
IS
BEGIN
IF
v_current_user
IS
NULL
THEN
v_current_user
:
=
ose_divers
.
GET_OSE_UTILISATEUR_ID
();
v_current_user
:
=
OSE_PARAMETRE
.
GET_OSE_USER
();
END
IF
;
RETURN
v_current_user
;
END
get_current_user
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment