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
6f629005
authored
Jun 10, 2025
by
MATEUS GUIZELINI JARDIM
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Incluindo Fase PC na query
parent
157cb2da
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
mateus_jardim/script_sql/REQ000000344544.sql
mateus_jardim/script_sql/REQ000000344544.sql
View file @
6f629005
...
...
@@ -5,10 +5,10 @@ begin;
(
9
,
'Externa FNDE - Cadastro no Banco de Arquivamento por Prescrição'
,
'A'
,
now
()),
(
10
,
'Interna FNDE - Pressupostos para Prescrição Intercorrente'
,
'A'
,
now
());
INSERT
INTO
par
.
situacaomeprestacaocontas
(
smpcid
,
smpcdesc
,
smpcstatus
,
smpcdtcadastro
)
INSERT
INTO
workflow
.
estadodocumento
(
esdid
,
tpdid
,
esdstatus
,
esdordem
,
esddsc
,
constantevirtual
)
VALUES
(
'3
9'
,
'Encaminhado para Banco de Arquivamento por Prescrição'
,
'A'
,
now
()
),
(
'
40'
,
'Pressupostos para Prescrição Intercorrente'
,
'A'
,
now
()
);
(
'3
168'
,
'335'
,
'A'
,
'20'
,
'Encaminhado para Banco de Arquivamento por Prescrição'
,
'workflow_estadodocumento_esdid_par_3168'
),
(
'
3169'
,
'335'
,
'A'
,
'21'
,
'Pressupostos para Prescrição Intercorrente'
,
'workflow_estadodocumento_esdid_par_3169'
);
COMMIT
;
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