Total Pageviews

September 25, 2018

9/25/2018 01:34:00 AM
Q)Is it possible to call Calling PL/SQL procedure/function from a BI Reports Template ?

In data template we can call as below
  e.g.
<dataTrigger name="beforeReport" source="employee.beforeReport()"/>
<dataTrigger name="beforeReport"source="employee.beforeReport(:Parameter)"/>

but in case of BI report templates we can't call why because
as reason  is no way to call a PL/SQL from the Layout Template and such functionality doesn't exist .
why because  as there is no database connection when processing layouts, so no you cannot call a pl/sql function.
 
Related Posts Plugin for WordPress, Blogger...