After report trigger
Hi All,
I have a concurrent program (type RDF) . It needs to call another concurrent program (Type PL/SQL) and by passing a parameter .
The parameter is the database column value . If the RDF fetches multiple records , for each record the child concurrent program is expected to be kicked off .
Can someone please advise the best implement this .
I tried calling the child program throuhg FND_REQUEST from after report trigger , but unable to pass the database column value as parameter
Thanks,
Andy