This commit is contained in:
dheepa
2021-10-28 09:12:13 +00:00
parent f3cf5e1d2d
commit 8402c9b738
74 changed files with 3883 additions and 908 deletions

View File

@@ -7,7 +7,7 @@ begin
select staging2.fn_jobctrl_block_end(255,'block1')
*********************************/
execute 'update fw_core.fw_jobctl_file_sheet_block_run_schedule set end_status=1 , end_time=now(), end_status_note=''completed''
execute 'update fw_core.fw_jobctl_file_sheet_block_run_schedule set end_status=''success'' , end_time=now(), end_status_note=''completed''
where file_syspk='''||p_file_syspk||'''and block_table_name='''||p_block_table_name||'''';
end