Primer Commit

This commit is contained in:
2023-06-08 11:55:59 -03:00
commit a269361962
432 changed files with 203156 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
--------------------------------------------------------
-- DDL for View SICD_USER_LIST
--------------------------------------------------------
CREATE OR REPLACE FORCE EDITIONABLE VIEW "ENVX_OPER"."SICD_USER_LIST" ("USER_MAIL", "USER_NAME") AS
select unique user_mail, user_name
from user_roles
;