Summary
Sequence Generation
Content
Hi All,
I have a very weird requirement,
1. Create a sequence (Oracle Sequence ) in query template.
2. Pass sequence as parameter in ReportTrigger which will insert some data into temporary table based on key.
3. Retrieve inserted records using the key.
Any ides how to implement.