RE: APEX Issue displaying dynamic PL/SQL content

From: Bort, Guillermo <guillermo.bort_at_eds.com>
Date: Thu, 16 Oct 2008 14:09:38 -0500
Message-ID: <785A4E1EF4D9E745BAC909B7941BEC009BEC3E@usplm201.amer.corp.eds.com>


This actually helped me quiet a lot. I remember havin trouble with forms after toying with them and having to create a new page (I must have broken something without noticing). All I did was build a new page with the dynamic PL/SQL and it worked like a charm.

Thanks a lot ^_^

Guillermo Alan Bort
DBA / DBA Main Team

EDS, an HP company

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Rich Jesse Sent: Thursday, October 16, 2008 3:32 PM To: ORACLE-L
Subject: Re: APEX Issue displaying dynamic PL/SQL content

Howdy,

As I'm developing my first production APEX app, I thought I'd try to reproduce your issue. No such luck, at least on APEX v3.1.0 with the PL/SQL
HTTP server on 11g (what version are you on?) -- it worked fine. Here's what I did:

  • Created your show_rda procedure in the app owner's schema.
  • Created a new app, then a new page -- a form based on a table.
  • Added a computation to populate the PK column when null.
  • Tested the page to make sure it displayed a row from the table.
  • Added a dynamic PL/SQL region whose source is "show_rda (:P1_QUOTA);"

This worked fine for me. Not that it necessarily helps you, but thought you'd like to know that conceptually it should work.

GL!

Rich

> I have a weird issue with APEX that I cannot put my finger on.
> Basically I'm generating a custom HTML with a PL/SQL procedure that
> needs only one variable input.

--
http://www.freelists.org/webpage/oracle-l


--
http://www.freelists.org/webpage/oracle-l
Received on Thu Oct 16 2008 - 14:09:38 CDT

Original text of this message