Skip to main content

Home/ BI-TAGS/ Group items tagged oracle

Rss Feed Group items tagged

cezarovidiu

Adding Extensions to the Layout Editor - 11g Release 1 (11.1.1) - 0 views

    • cezarovidiu
       
      /middleware/user_projects/domains/obi/config/bipublisher/repository/Admin/Plugins
  • To implement a plug-in: Code the JavaScript plug-in using the guidelines described in Section 11.3, "Coding the Custom Plug-in." Place the JavaScript (.js) file in the following location <BI Publisher repository>\Admin\Plugins. Reload the Layout Editor. Your plug-in icon appears in the layout editor Insert menu.
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;
« First ‹ Previous 141 - 160 of 179 Next ›
Showing 20 items per page