Skip to main content

Home/ BI-TAGS/ Group items tagged pl_sql

Rss Feed Group items tagged

cezarovidiu

Rittman Mead Consulting » Blog Archive » Event Triggers in BI Publisher 11g - 0 views

  •  
    "Event Triggers in BI Publisher 11g December 20th, 2011 by Robin Moffatt Event Triggers in BI Publisher 11g give the facility to call a function in Oracle either before or after a data set is refreshed. The function must return a boolean (true/false), and if it returns false the data model will abort execution."
cezarovidiu

oracle - Update Apex Tabular form with PLSQL - Stack Overflow - 0 views

  • Update Apex Tabular form with PLSQL
  • for i in 1..apex_application.g_f02.count loop update dept set dname = apex_application.g_f03(i) where deptno = apex_application.g_f02(i); end loop;
1 - 3 of 3
Showing 20 items per page