Unable to retrieve data from apex objects on certain areas... strage error bug?

I have a form with a list of different selection...
I use dynamic action for validation... Here's the code...

The strange part is mtest we see the following result...

--------------------------------------------------------------------------------
claudecocoviloin
xxx1095226
xxx

SQL > spool off

There is data in the other fields in the list... which included official address 2... and start the problem...
These data are not picked by the code... But as the field data: P185_SUBSCRIBE_nO is visible i.e. 1095226.
Why the apex behave this way... Is it a bug pls confirm...
I use apex 4.02 in 11 g xe...

DECLARE
MSI number (10);
BEGIN
MSI: = 0;

SELECT orginal_date FROM MSI of SUBSCRIBERS WHERE SUBSCRIBE_NO =: P185_SUBSCRIBE_nO;
insert into mtest values ("claudecocoviloin" |: P185_start_issue);
insert into mtest values ("xxx" |: P185_SUBSCRIBE_nO);
insert into mtest values ("xxx" |: p185_off_address2);
IF to_number(:p185_start_issue) < = 100 THEN
insertion in mtest values ("enter dragong");
raise_application_error (-20290, ' will raise error isue the problem');
on the other
null;

END IF;

END;

Published by: pauljohny on January 3, 2012 20:37

Paul

If you are - you by using a dynamic type "running PL/SQL" action then you are already using AJAX. And it sounds to me that you are from the code you posted is PL/SQL.

One of the parameters to this dynamic action is Put "Page to go" here all elements on the page that you use in you are PL/SQL code. As the name already suggests these will be submitted and there the value in session state.

Nicolette

Tags: Database

Similar Questions

  • With the help of the socket object to retrieve data from web application without the html files

    I tried to use the socket object to retrieve data from a web application (I just control script version vs version online). So all I want to do is access http://hyle.io/version that returns me the current version of the application (such as a simple string) in order to compare it in my script and then notifies the user accordingly. I have just a few problems using the socket object. I used this code from the Adobe Javascript Tools Guide:


    reply = "";
    conn = new Socket;
    // access Adobe’s home page
    if (conn.open ("www.adobe.com:80")) {
    // send a HTTP GET request
    conn.write ("GET /index.html HTTP/1.0\n\n");
    // and read the server’s reply
    reply = conn.read(999999);
    conn.close();
    }
    

    ... that I then adapted as:

    reply = "";
    conn = new Socket;
    if (conn.open ("hyle.io:80")) {
      conn.write ("GET /version HTTP/1.0\n\n");
      reply = conn.read(999999); 
      conn.close();
    }
    

    And here is what I get:

    HTTP/1.1 400 Bad Request
    Content-Length: 225
    Content-Type: text/html
    Server: Pagodabox-Routing-Mesh
    
    

    Bad Request

    Your browser sent a request that this server could not understand.

    Résultat : true

    I don't know a lot about HTTP requests, but I wondered if it was related to the fact that I am not pointing to a specific HTML file and the type of request was wrong or if I should rather check if there is something wrong with my host?

    The site/app is PHP and is hosted on PagodaBox if it helps.

    Thanks in advance!

    Hi Sebastien Lavoie,

    It should work

    var HTTPFile = function (url, port) {}

    If (arguments.length == 1) {}

    URL = arguments [0];

    port = 80;

    };

    This.url = url;

    This.port = port;

    this.httpPrefix = this.url.match(/http:\/\//);

    This.Domain = this.httpPrefix is nothing? This.URL.Split("/") [0] + ":" + this.port: this .url .split ("/") [2] +":" + this.port;

    This.Call = ' GET ' + (this.httpPrefix == null? ' "). " http://" (+ this.url: this.url) + "HTTP/1.0\r\nHost: ' + (this.httpPrefix is nothing? "This.URL.Split("/ ") [0]: this .url .split (" / ") [2]) +" \r\nConnection: close\r\n\r\n ";

    This.Reply = new String();

    This.Conn = new Socket();

    This.Conn.Encoding = "binary";

    HTTPFile.prototype.getFile = {function (f)}

    var typeMatch = this.url.match(/(\.) (\w{3,4}\b)/g);

    If (this.conn.open (this.domain, "binary")) {}

    This.Conn.Write (this.) Call);

    This.Reply = this.conn.read (9999999999);

    This.Conn.Close ();

    } else {}

    This.Reply = "";

    }

    (Return this.reply.substr(this.reply.indexOf("\r\n\r\n")+4);

    };

    }

    Hyle var = new HTTPFile ("http://hyle.io/version");

    Alert (hyle. GetFile());

    And by the way, I like the idea of 'http://hyle.io'. Can you give me your email address, I want to learn more about this Web site.

    Please send me an email to [email protected]

  • Unable to transfer data from the laptop hard drive external/pendrive.

    Dear Experts,

    Unable to transfer data from the laptop hard drive external/pendrive.

    Each time that tried to transfer meesage seems to the authorization of the administration.

    Kindly help me to solve the problem.

    Concerning

    Hello

    Follow these steps and check:

    To take ownership of a folder

    a. click on the USB key you want to learnand then click on Properties.

    b. click on the Security tab, click Advanced and then click on the tab owner.

    c. click on change. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.

    d. click on the name of the person you want to give to the property.

    e. If you want that person to be the owner of the files and subfolders in this folder, select the owner of subcontainers and objects replace check.

    f. click on OK.

  • Y510 unable to get data from the camera.

    Hello

    I have a Y510 with Windows Vista 32 bit, 3 GB RAM, only 5 weeks. I get this message when I try to use Veriface, "unable to get data from the camera. The camera may have been disconnected or busy. I reinstalled Vista of the State in which the laptop came, but it does not work. I also updated the bios and install other updates were available. I would appreciate any advice.

    Thank you

    Peter

    I wish it was as easy as press Fn + Esc, I looked through an another Y510 our office and managed to find a process that must be set to Auto, the process is KtmRm. This process cannot be disabled, handicapped, or on a time delay, it must be AUTOMATIC.

  • create the http client to retrieve data from web service

    Hello

    I am newbie on our webworks. I need to retrieve data from web service. How to connect to this service and analyzed. There is a tutorial that can help me get started with it.

    Can any one advice me how can I start working with webworks on blackberry 10

    Thanks for any help

    In general, you will need to use an AJAX call to the server

    It really depends on what the server returns as to how the information is easy to digest

    JQuery provides a simple interface, and returns information easy to use

    If you deal with things gets complicated XML according to namespace

    If you look at the raw XML data and it goes something like fred: name you will have questions requiring an implementation of SAX - JSON is simple if you don't get that even if (nothing too confusing here)

    If using an external data source JSON go if you have the choice

    As examples go - just look to the top of JQuery Ajax [JSON / XML] and you will get where you're going quickly

    SAX is MUCH harder because of the namespace - Dublin is the most common and same XML without namespace is not simple to handle, so avoid it if you can

  • An FTP error occurred - cannot establish a connection to the host. Internal data error. Unable to send data from network.

    Recently, I started out of the blue to get this message when I try to connect to an FTP of Dreamweaver. I have CC was last updated. I have like 50 sites, more on different servers and none of them will connect. So I don't know, it can't be a server problem. Yesterday, everything was fine. I made no change what so ever. I uninstalled Dreamweaver and reinstalled him and I get the same thing. It is not the site for 30 seconds and then exhale. As soon as I hit the button to connect as 1 second later, I get this error. I have reset all modems and routers, etc. I can't find anything online about this specific problem. I'm at my wits end. I have projects due, but cannot connect. It's Thanksgiving and trying to solve this problem instead of spending time with the family. Any help would be much appreciated.

    "An FTP error occurred - cannot establish a connection to the host." Internal data error. Unable to send data from network. »

    Nope, that is not the case, I have disabled this service and now it works fine!
    He was not the firewall, but the update 25-nov2014 of Norton Protection against vulnerabilities.  ! Norton is the note and fix it for the next update in the coming days...

    I have

  • to retrieve data from xml data type

    Hello...
    I have a doubt in the oracle database... Here's how to retrieve data from xml data type?

    Like this...

    SQL> ed
    Wrote file afiedt.buf
    
      1  with t as (select xmltype('
      2  
    3 4 toMonth5 5 ctTestPan1 6 costType2 7 toYear2012 8 fromMonth12 9 fromYear2011 10 11
    ') as xml from dual) 12 -- 13 -- end of sample XMLDATA, use below query on your own table etc. as required 14 -- 15 select x.* 16 from t 17 ,xmltable('/DETAILS/FIELDS_VALUES/FIELD' 18 passing t.xml 19 columns name varchar2(30) path './NAME' 20 ,val varchar2(10) path './VALUE' 21* ) x SQL> / NAME VAL ------------------------------ ---------- toMonth 5 ctTestPan 1 costType 2 toYear 2012 fromMonth 12 fromYear 2011 6 rows selected.
  • retrieve data from staging account

    Hello

    does anyone know how we can retrieve data from staging of account using 'Segmentation Wizard', "report analysis tool", model of fusion and mailing, etc.?

    Seems that these tools connect only to the production instance...

    Thanks, Sab

    SAB,

    for segmentation Wizard (and perhaps other office files), you will have to go file - properties - Custom and update the values for the name of pod, if you have a job you know what value it is as I am not "have a practice to watch.

    see you soon
    Alex

  • Unable to display data from database using persistence mobile A-team

    Hello

    We use the accelerator of persistence for Mobile A-team with application of the MAF. We built the REST services based for CRUD operations on a table. We are unable to use the POST CREATE service by application of the MAF. We tried using saveTask and addTask data control methods it generates automatically. Although it is saved locally to the iterator of data control, it doesn't push the data from database. We tried to test the service REMAINS independent and works well.

    Can anyone help regarding if lack us measures in the same?

    Thank you

    Vignesh

    Vignesh,

    Indeed, there are two issues here:

    -the attributes of the payload are different

    -the structure of the payload is different, the GET request has an attribute "Task" that returns an array, the POST request submitting a single object through the attribute "taskDetails.

    By default, the accelerator of persistence assumes that the POST request has the same payload structure and attributes as the GET request that you used to 'discover' the data objects.

    However, you can easily change this as follows:

    -To add additional attributes required in the POST, you should restart the wizard REST-JSON directly access the data object attributes screen and click on the button 'add an attribute '. Add each attribute you need in the POST request and the attribute name to the value required in the POST request payload. No matter that this attribute of the payload does not exist in the payload GET, it will be ignored during extraction of the tasks.

    -To fix the second issue, you must change the persistence - mapping.xml:

    -go to the createMethod task

    -Remove the payloadElementName attribute

    -Add the payloadRowElementName attribute and set the value to "TaskDetails.

    It's a little strange that you post in order to get other attributes, it is there another resource GET that returns all attributes for a task?

    In addition, you cannot derive columns audit as created_by on the server-side? It's a bit unusual set these values at the level of the customer.

    Steven.

  • Media Player play error "unable to retrieve information from server, UPnP media."

    I have a Denon AVR 1912 receiver and a PC running Windows 7 w/WMP12.  When I try to use the ' play to ' I can select the receiver but get an error "Unable to retrieve media information from media server."

    I tried to re - install WMP 12 and tried to disable my firewall without success.  AirPlay works very well, but I prefer WMP I-Tunes.

    The content is on the same computer.  Streaming is enabled and that the receiver is "allowed".

    I don't know if it's fixed or not... but I found the solution last night after I spent the most frustrating 5 hours of my life! It is probably a windows problem. I recently replaced my HP laptop with a Dell Vostro 3450 and all of a sudden, I found that this "Play To" feature did not work with my Samsung LED TV UA55C8000. To confirm that this was not a firewall or format related issue I even used the Samsung PC Share software on my PC to act as a DLNA server... With PC share the WMP12 server found no problem 'Contacting the media server' as... but with its own library, it's just stuck there, with a possible failure message. [Point to note is that, even when he could not contact the media server, I could control the TV volume using the same window!]

    This is what did the trick for me:

    1 closed WMP12.

    2. go into [Control Panel-> system] Services and safety-> administration-> Services tools

    3. Locate the service named "Windows Media Player Network Sharing Service"

    4. stop the Service manually.

    5 locate the "UpnP device host" service Stop the service and restart it.

    6. start 'Windows Media Player Network Sharing Service' now.

    7. close the control panel and all the windows. Open Windows Media Player... make a right click on a playlist and see if the Play option lists the TV. Try to play now... He started playing for me at this point!

  • Retrieve data from AddressBook for Webworks Smartphone

    Hi all
    I want to implement the address book API. Where can I get/retrieve data (phone number, address of E-mail etc) for my Application project.
    Is it possible to invoke the address book to recover data?

    I go through this link, but it did not help me https://developer.blackberry.com/html5/apis/blackberry.invoke.addressbookarguments.html#view

    I have searched several times but could not get a code to make it possible.
    Please help me if someone know the solution or have any sample code.

    Thank you best regards &,.
    Castillo

    Its seems quite surprising that no member of this forum suggests even a single code related to this problem...

    However, I still have more research and find the alternative.

    var contactResult = new Array();
    
    var Fname = new blackberry.find.FilterExpression("firstName", "!=", "");
    
        contactResult = blackberry.pim.Contact.find(Fname);
        for ( var i = 0; i < contactResult.length; i++) {
            var totalName = contactResult[i].title+ " "+ contactResult[i].firstName+ " "+ contactResult[i].lastName;
            }
    

    This will retrieve all data or contacts from the address book. For which I have to do a custom address book.

  • Extract data from multiple objects of BAM

    If you send data to multiple objects... Controls object and object elements, you can bring together them for a BAM dashboard? Or are you stuck with pulling of an object for your reports? I can't find any documentation on this... all of the examples I can find point from the data of an object.

    Thank you

    S

    Yes, you can join several data objects using the fields look (this is equivalent to JOIN in SQL). Please see documentation BAM on search fields. You can find it in the developer's guide in the chapter "Creating data objects," in the section "how to add search columns to a data object.

  • [Urgent] Retrieve data from oracle datafile partially crushed

    We have a big problem, we stopped in a backup/restore process from production to the test database because we found that some development SP/package code was not saved previous test DB. Now we have partially crushed oracle datafile and I guess that / hope the compiled code was stored in the last section of the data file, there is a way to retrieve the data from this data file? I intend to use an editor of exadcimal as a last resource, hoping that the data was not encrypted, but if there is another useful tool could be better. There are other storage media like newspapers/redo logs reach where we can try to find the lost code? The machine was not under a protocol of backup, so we can't count on that.

    Help, please

    Fabrizio

    MS code is stored in the dictionary (System tablespace), if you were restoring with RMAN, is the last file to restore.

    Good luck!
    : p

  • Retrieve data from a data Bitlocker Drive lost like BRUT space

    original title: MBR error? BitLocker data reader lost as RAW space... help get it back me? (Please...)

    OK I was experimenting with a system dual boot and naively assumes that it would protect my system Windows 7 of all the problems to have 2 separate drives. Everything was fine for a while - although I had to make some changes in the bios and boot in AHCI instead of IDE mode, which meant a small registry change... I managed to get Win7 to start with ACHI just fine, if something happened to my drive D: (data) and it has now only show as space GROSS, it was a Bitlocker-protected drive, so something has gone wrong with the MBR or partition tables or something. I need a way to recover the files in the Bitlocker partition... (need to SEE the bitlocker partition can still help)

    Any help would be greatly appreciated - I'll have a terrible run of luck with computers at the moment!

    Thanks in advance... =)

    [I tried this logging with good support from Microsoft query, but he repeated 'network error, try again later' when entering my serial number... They offer free support for legitimate users of Win7?]

    Hi Larry_Jackson,

    Take a look at thisdocument. The Technet Forum is better suited to help with your problem.

    Dena
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Which service API should I use to retrieve data from Eloqua 'Integration of the internal queue'?

    In my Eloqua Sandbox environment, I managed to create several "external Test calls complete" that appear on the tab 'Reports of the integration of queue internally'. Can someone tell me what Eloqua API or services are required to recover the data of this "Internal queue" Eloqua? I guess that's the way to connect the dots of data updates occurring in Eloqua to an external system. My ultimate goal is personalized with a non-native CRM integration.

    Thank you

    Heath

    Hi Heath,

    The post following (How to recover data from activity through the API) describes how to extract data from the queue inside.

    Hope this helps and please let me know if you need more information.

    Thank you

    Fred

Maybe you are looking for

  • I need Mavericks?

    I am very happy with OSX Mavericks.   I especially don't want to part with nice 3D dock.  (I hate the flat doc in the newest operating system)  I don't want to see changes in how the operating system works now because I'm so used to it after 3 years.

  • Mouse button open Central closed recent tab, new tab as not always

    As in the subject, all the time until recent days click the middle button on the tabs Panel, always made opening new tab, recently changed it by opening the last closed tab. It's a huge frustration for me, a way to solve this problem?Please remember

  • Tecra S1: Step by step how to reformat HARD drive by using the product recovery CD

    OK guys, I'm about to return my lease (Toshiba Tecra S1); because the video card is 'us' and I would like to reformat the drive and return the system to its original state by using the "product recovery cd-rom provided Toshiba." My problem is that th

  • Portege Z30T.-a. -from the battery shows "fair."

    I recently bought a new PORTEGE Z30T-A PT24CE-01600EN5 a few days ago It is pre installed Win7 and I upgraded to:Microsoft Windows OS Version 8.1 Pro 6.3.9600 with their CDs In any case under PC Health monitor battery health shows always fair.I just

  • Python compiler for 32 bit Vista Home Premium

    (1) where can I get free downloadable compiler Python for Vista 32 bit windows OS? (2) how can I extract the files to an archive .tar , for use with the above mentioned operating system? Thanks for your reply. It was very helpful / sorry your propose