Using DML operations in the custom packaged procedure for User Hook?
Hello,
This is regarding packaged procedure where custom logic or additional validation is implemented as user hook.
I would like to know can we include any DML operations (or call some other subroutine where has some DML operation in it) inside this custom logic?
I understand that we cannot issue any COMMIT inside this custom code, but can it include any DML operations which can be committed to the database as part final commit by the wrapper program after main public API successfully completes?
Thanks and Regards
Niru
This is regarding packaged procedure where custom logic or additional validation is implemented as user hook.
I would like to know can we include any DML operations (or call some other subroutine where has some DML operation in it) inside this custom logic?
I understand that we cannot issue any COMMIT inside this custom code, but can it include any DML operations which can be committed to the database as part final commit by the wrapper program after main public API successfully completes?
Thanks and Regards
Niru
Tagged:
0