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