Information on okc_util.call_user_hook and oks_code_hook APIs
Hello,
We need to default a DFF value in contract lines when they get created from Order Management. We're looking at using user hooks. I found OKC_UTIL package having a procedure called CALL_USER_HOOK. When I check the package in R12.2.8, I find the following code. Can anyone please explain how this can be used? I also found a package called OKS_CODE_HOOK, but not sure which proc to use to populate the DFF value. Any help is greatly appreciated.
procedure call_user_hook(x_return_status OUT NOCOPY VARCHAR2,
p_package_name IN VARCHAR2,
p_procedure_name IN VARCHAR2,