RE: APEX Issue displaying dynamic PL/SQL content

  • From: "Bort, Guillermo" <guillermo.bort@xxxxxxx>
  • To: "Toon Koppelaars" <toon@xxxxxxxxxxx>
  • Date: Thu, 16 Oct 2008 13:07:32 -0500

For testing purposes the P108_SERVER_ID item is a textfield (disabled,
saves state). I print it out before the report region and it displays
the value correctly. I can also see the correct value in the URL. I call
this page from a dynamic report. The value is assigned from the dynamic
report through the URL syntax. There is no page processing other than
generating the report which is in the reports region, not the processing
region.

 

Thanks, I will check the APEX forum on OTN, I just thought I'd ask
here... ^_^ perhaps someone met a similar issue before.

 

Guillermo Alan Bort

DBA / DBA Main Team

 

EDS, an HP company

From: rulegen@xxxxxxxxx [mailto:rulegen@xxxxxxxxx] On Behalf Of Toon
Koppelaars
Sent: Thursday, October 16, 2008 2:50 PM
To: Bort, Guillermo
Cc: ORACLE-L
Subject: Re: APEX Issue displaying dynamic PL/SQL content

 

Guillermo,

The only logical conclusion can be that item P108_SERVER_ID, has not
(yet) been assigned the value you expect it to have, when Apex renders
your PL/SQL region (which calls your show_rda procedure). Causes for
this can be various. What type of item is it? How is it's value
assigned? How do you 'branch' to your region? Is page processing
happening, which would assign the item (under normal circumstances)....

This really is an Apex question, and you would probably be better of
posting this on the Apex forum on OTN.

Toon

Other related posts: