Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hlcm
leaf-hlcm
Commits
970285cd
Commit
970285cd
authored
Sep 26, 2019
by
高泉铭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[chore] 核销BM分配脚本
parent
291a96ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
REGISTER_CSH531N.sql
src/main/database/Register_function/REGISTER_CSH531N.sql
+26
-0
No files found.
src/main/database/Register_function/REGISTER_CSH531N.sql
0 → 100644
View file @
970285cd
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
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