feat: レビュー指摘対応
This commit is contained in:
parent
27c3239b31
commit
73a234462a
@ -23,15 +23,15 @@ BEGIN
|
|||||||
SET @error_state = NULL, @error_msg = NULL;
|
SET @error_state = NULL, @error_msg = NULL;
|
||||||
|
|
||||||
call medaca_common.put_info_log(schema_name, procedure_name, procedure_args,
|
call medaca_common.put_info_log(schema_name, procedure_name, procedure_args,
|
||||||
'【洗替】3:HCO施設コードの洗替① 開始');
|
'V施設統合マスタ(洗替処理一時テーブル)作成① 開始');
|
||||||
|
|
||||||
TRUNCATE TABLE internal05.v_inst_merge_t;
|
TRUNCATE TABLE internal05.v_inst_merge_t;
|
||||||
|
|
||||||
call medaca_common.put_info_log(schema_name, procedure_name, procedure_args,
|
call medaca_common.put_info_log(schema_name, procedure_name, procedure_args,
|
||||||
'【洗替】3:HCO施設コードの洗替① 終了');
|
'V施設統合マスタ(洗替処理一時テーブル)作成① 終了');
|
||||||
|
|
||||||
call medaca_common.put_info_log(schema_name, procedure_name, procedure_args,
|
call medaca_common.put_info_log(schema_name, procedure_name, procedure_args,
|
||||||
'【洗替】3:HCO施設コードの洗替② 開始');
|
'V施設統合マスタ(洗替処理一時テーブル)作成② 開始');
|
||||||
|
|
||||||
INSERT INTO
|
INSERT INTO
|
||||||
internal05.v_inst_merge_t (
|
internal05.v_inst_merge_t (
|
||||||
@ -70,6 +70,6 @@ BEGIN
|
|||||||
AND fmv.rec_sts_kbn != '9';
|
AND fmv.rec_sts_kbn != '9';
|
||||||
|
|
||||||
call medaca_common.put_info_log(schema_name, procedure_name, procedure_args,
|
call medaca_common.put_info_log(schema_name, procedure_name, procedure_args,
|
||||||
'【洗替】3:HCO施設コードの洗替② 終了' );
|
'V施設統合マスタ(洗替処理一時テーブル)作成② 終了' );
|
||||||
|
|
||||||
END
|
END
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user