Enabling NLQ in EBS 12.2 - unable to generate a result at this time
We have been setting up a demo environment using the following MOS technical paper guidance:
(KB859326" target="_blank" rel="nofollow noopener ugc">KB859326) Enabling Natural Language Query of Oracle E-Business Suite Release 12.2, Leveraging Oracle Generative AI
We are at the point of testing the integration but are faced with an error "I am unable to generate the result at this time".
I can see this message is being generated by the EXCEPTION code in FND_NLQ_UTILS.execute_sql which is created by the script nlq_utils_b.sql
I have amended the exception code to display the SQLERRM and also the content of the l_sql variable that is used within the procedure, as you can see the sql is not being generated correctly and resulting in an invalid table name error.