{"message":"Sin Comentarios","version":2,"release":1,"haveIssueWithVersion":false,"tickets":["NINGUNO"]}

This commit is contained in:
null
2023-05-10 14:03:55 +00:00
committed by root
parent e168e0308a
commit 1476e10c5f

View File

@@ -5,7 +5,7 @@ BEGIN
IF TO_CHAR (SYSDATE, 'HH24:MI') NOT BETWEEN '08:00' AND '18:00'
OR TO_CHAR (SYSDATE, 'DY') IN ('SAT', 'SUN') THEN
RAISE_APPLICATION_ERROR (-20205,
'You may only make changes during normal office hours');
'Usted podria solamente realizar cambios durante las horas de oficina normales');
END IF;
END secure_dml;
/