lcl_ins_controle_ter_uitvoering --> lcl_ins_controle_ter_uitvoer

svn path=/Database/trunk/; revision=60616
This commit is contained in:
Jos Groot Lipman
2023-06-04 14:32:14 +00:00
parent 7d8a8eabb9
commit 06b4a2a5e0
4 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ DEFINE_LOCALEITEM(lcl_ins_controle_plandate)
DEFINE_LOCALEITEM(lcl_ins_controle_soon)
DEFINE_LOCALEITEM(lcl_ins_controle_srt)
DEFINE_LOCALEITEM(lcl_ins_controle_srt_verplicht)
DEFINE_LOCALEITEM(lcl_ins_controle_ter_uitvoering)
DEFINE_LOCALEITEM(lcl_ins_controle_ter_uitvoer)
DEFINE_LOCALEITEM(lcl_ins_controle_tweede)
DEFINE_LOCALEITEM(lcl_ins_controle_uurlijks)
DEFINE_LOCALEITEM(lcl_ins_controle_vierde)

View File

@@ -304,7 +304,7 @@ AS
lcl.L('lcl_ins_controle_gestart')
WHEN 3
THEN
lcl.L('lcl_ins_controle_ter_uitvoering')
lcl.L('lcl_ins_controle_ter_uitvoer')
WHEN 5
THEN
CASE
@@ -439,7 +439,7 @@ AS
lcl.L('lcl_ins_controle_gestart')
WHEN 3
THEN
lcl.L('lcl_ins_controle_ter_uitvoering')
lcl.L('lcl_ins_controle_ter_uitvoer')
WHEN 5
THEN
CASE

View File

@@ -28,7 +28,7 @@ INSERT INTO fac_usrrap
DEF_STATUS('controle', 0, 'lcl_ins_controle_pending');
DEF_STATUS('controle', 2, 'lcl_ins_controle_gestart');
DEF_STATUS('controle', 3, 'lcl_ins_controle_ter_uitvoering');
DEF_STATUS('controle', 3, 'lcl_ins_controle_ter_uitvoer');
DEF_STATUS('controle', 5, 'lcl_ins_controle_afgemeld');
DEF_STATUS('controle', 6, 'lcl_ins_controle_verwerkt');

View File

@@ -422,7 +422,7 @@ ALTER TABLE mld_melding_object ADD ins_deelsrtcontrole_key NUMBER(10)
DEF_FAC_FUNCTIE3('WEB_CTRFOF', 'CTR', 3, 1, 1);
DEF_FAC_FUNCTIE3('WEB_CTRBOF', 'CTR', 3, 1, 1);
DEF_STATUS('controle', 3, 'lcl_ins_controle_ter_uitvoering');
DEF_STATUS('controle', 3, 'lcl_ins_controle_ter_uitvoer');
ALTER PACKAGE fac COMPILE; // anders (nog) invalid en lukt het volgende niet
ALTER PACKAGE fac COMPILE BODY;