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
b71b560a
authored
Apr 23, 2025
by
MATEUS GUIZELINI JARDIM
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update REQ000000339466_script.sql
parent
7d396e56
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
12 deletions
mateus_jardim/script_sql/REQ000000339466_script.sql
mateus_jardim/script_sql/REQ000000339466_script.sql
View file @
b71b560a
INSERT
INTO
par
.
fasemeprestacaocontas
(
fmpcid
,
fmpcdesc
,
fmpcstatus
,
fmpcdtcadastro
)
BEGIN
VALUES
(
'7'
,
'Externa FNDE'
,
'A'
,
now
());
INSERT
INTO
par
.
fasemeprestacaocontas
(
fmpcid
,
fmpcdesc
,
fmpcstatus
,
fmpcdtcadastro
)
VALUES
(
'7'
,
'Externa FNDE'
,
'A'
,
now
());
INSERT
INTO
par
.
situacaomeprestacaocontas
(
smpcid
,
smpcdesc
,
smpcstatus
,
smpcdtcadastro
)
VALUES
INSERT
INTO
par
.
situacaomeprestacaocontas
(
smpcid
,
smpcdesc
,
smpcstatus
,
smpcdtcadastro
)
(
'37'
,
'PARCOB Autuado'
,
'A'
,
now
()),
VALUES
(
'38'
,
'PARCOB PF-FNDE'
,
'A'
,
now
());
(
'37'
,
'PARCOB Autuado'
,
'A'
,
now
()),
(
'38'
,
'PARCOB PF-FNDE'
,
'A'
,
now
());
INSERT
INTO
workflow
.
estadodocumento
(
esdid
,
tpdid
,
esdstatus
,
esdordem
,
esddsc
,
constantevirtual
)
VALUES
INSERT
INTO
workflow
.
estadodocumento
(
esdid
,
tpdid
,
esdstatus
,
esdordem
,
esddsc
,
constantevirtual
)
(
'3157'
,
'335'
,
'A'
,
'19'
,
'Aguardando Análise Técnica'
,
'workflow_estadodocumento_esdid_par_3157'
);
VALUES
\ No newline at end of file
(
'3157'
,
'335'
,
'A'
,
'19'
,
'Aguardando Análise Técnica'
,
'workflow_estadodocumento_esdid_par_3157'
);
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