Problem with implementing Quoting user hook
Hi,
I'm implementing ASO_QUOTE_CUHK.UPDATE_QUOTE_POST user hook. I need to update ATTRIBUTE10 and ATTRIBUTE11 of ASO_QUOTE_LINES_ALL table with some information. To make sure custom code is called after the quote is priced, I have a condition check for PRICING_STATUS_INDICATOR. The problem is, when I price the quote online (select Now radio button), it works fine. But when I try to submit a concurrent program for pricing the quote, I get the following error. I read the note 1344998.1, but it's not applicable, since I'm not calling ASO_QUOTE_PUB package for anything.