Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
RONALDO RODRIGUES DE OLIVEIRA
/
simec-scripts-banco
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2eb4b780
authored
Jun 30, 2025
by
MATEUS GUIZELINI JARDIM
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
00922c2b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
mateus_jardim/script_sql/REQ000000339466.sql
mateus_jardim/script_sql/REQ000000339466.sql
0 → 100644
View file @
2eb4b780
DO
$$
DECLARE
err_message
TEXT
;
BEGIN
BEGIN
INSERT
INTO
workflow
.
estadodocumento
(
esdid
,
tpdid
,
esdstatus
,
esdordem
,
esddsc
)
VALUES
(
'3183'
,
'344'
,
'A'
,
'19'
,
'Aguardando Análise Técnica'
),
(
'3184'
,
'344'
,
'A'
,
'20'
,
'Encaminhado para Banco de Arquivamento por Prescrição'
),
(
'3185'
,
'344'
,
'A'
,
'21'
,
'Enviada ao FNDE'
),
(
'3186'
,
'344'
,
'A'
,
'22'
,
'Pressupostos para Prescrição Intercorrente'
),
(
'3187'
,
'344'
,
'A'
,
'23'
,
'Reprovada (§ 2º, art. 3º da Resolução CD/FNDE 22/14)'
),
(
'3188'
,
'444'
,
'A'
,
'19'
,
'Aguardando Análise Técnica'
),
(
'3189'
,
'444'
,
'A'
,
'19'
,
'Encaminhado para Banco de Arquivamento por Prescrição'
),
(
'3190'
,
'444'
,
'A'
,
'19'
,
'Pressupostos para Prescrição Intercorrente'
),
(
'3191'
,
'444'
,
'A'
,
'19'
,
'Omisso Declarado'
);
EXCEPTION
WHEN
OTHERS
THEN
RAISE
WARNING
'Erro ao inserir em responsaveisomisso: %'
,
SQLERRM
;
END
;
END
$$
;
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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