Commit 970285cd authored by 高泉铭's avatar 高泉铭

[chore] 核销BM分配脚本

parent 291a96ae
WHENEVER SQLERROR EXIT FAILURE ROLLBACK;
WHENEVER OSERROR EXIT FAILURE ROLLBACK;
spool REGISTER_CON_ET001.log
set feedback off
set define off
begin
--分配bm
sys_function_assign_pkg.func_bm_load('CSH531N','csh.CSH531N.csh_write_off');
sys_function_assign_pkg.func_bm_load('CSH531N','csh.CSH531N.csh_transaction_plan_query');
sys_function_assign_pkg.func_bm_load('CSH531N','csh.CSH531N.csh_con_contract_cashflow');
sys_function_assign_pkg.func_bm_load('CSH531N','csh.CSH531N.csh_reverse_write_off');
end;
/
commit;
set feedback on
set define on
spool off
exit
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment