Cannot Pass Parameters to PL/SQL Package used in a Data Template
Here is my environment:
EBS: 12.1.3
BI Publisher -- Not sure but what ever comes with it
What I am doing?
I am trying to modify a seeded report AP Trial Balance. This is a BI Publisher report in r12 which uses DT that runs a function as a data trigger.
So, I took seeded package and just recompiled as my own. Took the DT, changed it to refer to that and used the seeded template.
Now the report is not working. But If I change the modified template to use the seeded package it worked fine.
After some debug messages I figured out that the parameters of the concurrent program are not passed to the package/function.