URGENT HELP: When some users submit, application carries empty fields from html components to plsql code

Hi APEX users and developer, especially forum's active users, please get me rid of this problem because it is really very bad situation.
I have a real trouble with application. It behaves unusual. Application is used by 60 users but only 3 of them have these problem and they can not use the application anymore.
Application is
http://apex.oracle.com/pls/apex/f?p=70547
After fields are filled and some rows checked from tabular form in page, user submits the page. Process called newReyestr calls plsql procedure from package with inputs from page. But only same 3 users get empty fields in plsql code. I see it just after when the first line stepped in procedure.
So, "what is the problem?"

Hi NoGot,
you know, I have not written big quote. The code was big. But it has no any meaning. Because problem is in first line. No need to understand it.
There is no any difference between those users. They also tried it from different browser and even computers.
BTW: I am not russian.

Similar Messages

  • When i click any application in app store from my new iphone 4s its opening a white blank screen .how to resolve it ?

    When i click any application in app store from my new iphone 4s its open

    First startup of App Store may take a while, trying to pull up sign in and apple-made apps. Especially if you have a slow connection

  • Urgent help need for user exit

    Hi all,
    i have just did one user exit but in RSA3 field is not coming. in step 1 i modified the extract structure. in step 2 in added field in include program ,saved and activated it. but field is not coming in RSA3. can anyone plese help me what should i do now or what has went wrong.
    in RSA3 update mode is 'F'
    thanks in advance

    hi,
      Have you created a project in CMOD and included your User exit component(RSAP0001) and activated it?.
    check that. otherwise give some more details reg. your problem.
    rgrds,
    v.sen.
    Message was edited by:
            Senthilkumar Viswanathan

  • Help giving some users standard connections, other users secure

    We've setup firewall forwarding and security, and everything works well over port 443.
    Need to also give some users standard connections, however.
    Have ready the manual front to back, but can't get this to work. Have done this:
    -Followed instructions for setting up SGD security services and firewall forwarding. As stated, it works fine if everyone is over a secure connection
    -Have ports 3144, 5307, 80, and 443 open
    -want to have some users connect over standard connection.
    Every time, I get to the login screen, but after entering credentials, it times out and says "No response from the Secure Global Desktop Client"
    Can someone please point to where in the manual it explains how to make some people connect with secure connections and some connect with standard connections? We really need a 'how to' as I find I'm chasing down disparate parts of the manual to try to figure this out and am getting pretty lost.
    Thank you

    Hi,
    You can do that, but it needs to open more ports, In the Array Manager Secure connections should be to 443 and standard connections should be to 3144.
    So from that starting poing, the users connecting in secure mode will use only 443.
    Users connecting in standard mode will use 443 for the first AIP connection before the login process, after the users loggs in, the AIP connection will be changed to port 3144.
    Believe me, I see that working from version 3.xx, and I tested it too in 4.30.
    So as the previous folk says you can not use only 443 for standard and secure connections.
    I hope that helps,

  • Can we restrict help for some users

    Hello Experts,
    Can we restrict some users for Help.
    Help Required,
    Regards,

    I don't understand your motive to block the user browsing help.  However, it can be done through shared folder authorization to block those users.  You don't need any functions from B1.  Just need to set help files under shared folder.
    Thanks,
    Gordon

  • Is there any solution for windows 7 to avoid focus stealing problem as some background running applications are stealing focus from current windows.

    To reproduce the focus stealing you can follow these steps
    1. Go to following link and click on 'Try it'    
    2. Before the popup is displayed from the above page switch to another application like notepad and start typing.
    3. When popup is displayed in #1 your keyboard focus should remain in the notepad.
    we have some other java applications which are stealing the focus from current work and creating this disturbance.
    Could you please let us know if there is any solution or work around to solve this issue.
    Thanks,
    <p style="border:0px;margin-bottom:0px;padding-right:0px;padding-left:0px;vertical-align:top;-webkit-font-smoothing:antialiased;min-height:

    Hi,
    I think this issue is focused on java application development or software which supports the development, while this forum is mainly discussing issue about Windows 7 performance rather than development issues, I suggest you contact support in this forum,
    thanks for your support
    MSDN Forum
    http://social.msdn.microsoft.com/Forums/en-US/home?sort=relevancedesc&brandIgnore=True&searchTerm=java+application+
    Yolanda Zhu
    TechNet Community Support

  • How to solve this problem, pls help when I try to see remote camera system from home."Dual streaming is required for HTML viewing"

    How to solve this problem, pls help when, I try to see remote camera system(spec dvr) from home. The Error I get is "Dual streaming is required for HTML viewing"

    I had the same probelm and found that the problem lies with 64bit programs such as safari and microsoft internet explorer. I have resolved the issue on my PC based server by using a 32 bit ie and same on my mac by using the same running windows under parallels.
    So far the problem with the 64 bit side of it is still to be resolved.
    Hope this helps and gets you guys up and running until suchtime a 64 bit solution is found.
    Craig

  • Help Required @ some real time application developement help!!

    I have just started off with Jdeveloper and I need some very much real time examples so that I can give a head start and do applications as soon as possible
    can anyone show me the links to files and I will make the application learning where and when the binginds happen and also where the exact structured flow is taking place.
    Thanks
    AC

    Also check out the SR Demo
    http://www.oracle.com/technology/products/jdev/samples/srdemo.html
    Message was edited by:
    Grant Ronald

  • Urgent help in va01 user exit

    va01
    userexit_check_vbap.
    an idoc is coming from edi .
    i need to read idoc and depending on condition of field value which is in idoc .
    i need to pass a error log to some transation
    how to read a idoc which is coming form edi
    any sample code is help full

    Hi Vijay,
    There are a number of options depending upon your requirement but these are the things I would try (I don't have access to a system with inbound orders so cannot give conclusive answer).
    1. Use userexits in inbound processing FM to transfer data to the application. In your case this will be IDOC_INPUT_ORDERS and CMOD exit VEDA0001 (FM EXIT_SAPLVEDA_011).  This exit is called prior to to the BDC and contains all the data from the IDOC and the IDOC number.  You could pass this data in a number of ways:
    - import/export to memory
    - use a common function group for all processing - place data into function group memory during EXIT_SAPLVEDA_011 and retrieve back in the sales userexits
    2. The same processing FM IDOC_INPUT_ORDERS exports a flag to memory so you can detect in the sales userexits (da_edi_sign value SDEDI - see include LVEDAF01) - this will be useful for separating IDOC processing to other processing modes
    3. Again using the userexit and the idoc number pass these to the application as in (1).  You should then be able to call the IDOC function modules to read the IDOC content back (with something like FM IDOC_READ_COMPLETELY).  Use this method if the data in the IDOC that you require is not parsed into the sales order tables
    Hope this helps.
    Thanks,
    Pete

  • OS X help - filenames some letters missing; applications unexpectedly quit

    This is the email I sent to [email protected] below. They sent me back an email saying they don't answer questions over email. Then why have an email??
    Any help is greatly appreciated.
    I just received my Macbook last month, and now there is some kind of
    software problem going on. After 2 days and several restarts, it
    (crosses fingers) is working ok for the moment. But here is what was
    happening:
    - Some of the widgets disappeared from the dashboard (i.e. dictionary
    and Rot Rox).
    - Many of the letters were missing from things: like Finder was
    "nder", shut down was "hut do", etc. this also affected other things
    like webpages, etc
    - iChat and Safari kept unexpectedly quitting
    - everything ended up messing up and there was no text in the boxes
    that would pop up on the screen.
    Can you please tell me what was happening with my computer and what I
    should do if this happens again???

    hi roguecircuit,
    to be honest i have no idea what happened to your mac. it could be various things like a bad harddisk or ram but i will try to give you some assistance.
    - did you repair permissions in the disk utility?
    - did you repair your harddisk from the install cd utility?
    and if that won't help (thinking of oyur corrupted file names it won't) you could maybe try to do an archive and install from your install cds. this installs the mac os again but preserves your user settings / or a normal install which wipes your hd.
    ...and if that won't help i guess you'll have to bring your macbook to an apple store to have them check it.
    ...but always make a backup of your important data!
    j.

  • Using Custom css in master page but it changing the alignment when some user log in

    Hi all,
    I created a custom css and i applied on master page,this css is good for admin log in,but other group users are loges in,  css is  changing in Alignment of Pictures how to solve this issue ,  I given the permission for the style library where
    i placed the images and css file 

    hi,
    This usually happens to me when the CSS file is not published or approved yet. Where is your new CSS located? Have a look
    with SharePoint Designer or browse to it and publish/approve it.
    use refrence from below links
    http://sharepoint.stackexchange.com/questions/53565/css-and-js-files-work-for-admin-but-not-for-members-and-visitors-sp-2013
    http://sharepoint.stackexchange.com/questions/20558/sharepoint-2010-branding-i-see-it-as-site-admin-but-rest-users-dont
    Whenever you see a reply and if you think is helpful,Vote As Helpful! And whenever you see a reply being an answer to the question of the thread, click Mark As Answer

  • Urgent help needed reg. user exists..

    HI friends,
    I have one issue reg. user exists.
    I need to add 3 additional fields are
    Project Sponsor, Project Manager, WBS Function
    to the transaction  cje2 using the
    enhancement : KAP10001
    Exit :  EXIT_SAPLPS01_002
    i followed writing the code for kap10001 inserted some code and also updated the fields in the ddic tables  RPSCO_X, and  RPSCO_y. 
    the new fields has to populate in the  cje1  characteristic view of the form and report name 12KST1G.
    could you suggest me, how can i populate the new fields in the cje1.
    thanks in advance
    raghavendra rao G

    Hi,
    The code in the attachment is working correctly.
    My client wanted to populate the description also.
    for example.  if astnr(applicant no.), in the report it has to populate as
    applicant number and applicant name.
    for this i have  created entries in TKAF table as follows
    APPLC     KP                                          
    FIENM     ZZASTNR                                                                               
    USGFL     D                                           
    ROLNM     PS_ASTNR                                              
    CHTAB     TCJ05                                       
    CHFIE     ASTNR                                       
    RETAB     TCJ05                                       
    REFIE     ASTNA                                       
    REFIL     ASTNA                                       
    REFLL     25                                          
    DIMPR     0                                           
    RCSIN         1
    RSLIN     1
    CHAIN     1
    CCNUM        0      
    if i run the cje2 transaction, the applicant name is not appearing.
    can anybody give me ideas for this.
    regards
    raghavendra rao G

  • Urgent help needed -- how to submit a web page from a PL/SQL api

    Hi,
    Could anyone tell me how to submit a remote web page through pl/sql
    Thanks,
    Rachna

    I am not sure what you mean by this question.
    You can submit from PL/SQL to an external webpage/website using the UTL_HTTP package.
    You can submit from an external webpage to a PL/SQL package if that package is invoked by you webserver. The most direct way is using the MOD_PLSQL module for Apache that Oracle ships as HttpServer and that is the foundation for Oracle Portal and HTML DB. Alternatively your webpage can submit to a JSP that invokes your PLSQL package through JDBC.
    best regards,
    Lucas

  • Urgent Help! How can i execute in the same block diagram two separate labview codes each one with diferent execution timings?

    Dear All.
    I have 2 application progrlams in the same block diagram. the intention is to use  the 2 programs at different excuting time for different application, and each have stop and start button ofcourse i will have master stop. But when i run the program, it only works one program at time , that is the 1st block which i make it active only , when i tried to make active the second block it will not work, only works when i stoped the1st one. So, this it to request ur hlep how can i solve my problem. here i have attached some of  my program.
    Regards!
    Solved!
    Go to Solution.
    Attachments:
    2_block application.vi ‏14 KB

    Usually you set up a task that has all the channels from all the modules configured. When a loop starts it reserves that task and the cDAQ can't be used by other loops unless you start and stop tasks.
    You can have one loop acquire all the data and if you want certain channels to go to other loops you can use the producer/consumer design pattern. If you wanted a third loop you would add another queue and the third loop would dequeue that data. See attached.
    Eric
    Attachments:
    prod-cons.vi ‏69 KB

  • Urgent Help jdk 1.4.2  JWindow and Text Field

    Go thgh this code pls
    import java.awt.*;
    import javax.swing.*;
    class Test1 extends JWindow
         TextField tf;
         public Test1()
              Container contentPane = getContentPane();
              contentPane.setLayout(new FlowLayout());
              tf = new TextField(10);
              contentPane.add(tf);
    public class Test extends Test1
         public static void main(String[] args)
              Test1 t = new Test1();
              t.setSize(300,200);
              t.show();
    when the above application is compiled and run using jdk1.4 0r above the text field gets disabled. ie nothing gets entered in the text field.
    However if i extend JFrame instead of JWindow then everything is fine.
    Also note that the same code compiles and runs perfectly on 1.3.1 ie even if i extend JWindow i am able to enter text in text field.
    Pls help asap

    this works because theres an owner frame behind the window:import java.awt.*;
    import javax.swing.*;
    class Test extends JWindow
         static TextField tf;
         public Test(JFrame owner)
              super(owner);
              Container contentPane = getContentPane();
              contentPane.setLayout(new FlowLayout());
              tf = new TextField(10);
              contentPane.add(tf);
         public static void main(String[] args)
              JFrame frame = new FrameForWindow();
              Test t = new Test(frame);
              t.setSize(300, 200);
              frame.setVisible(true);
              t.setVisible(true);
    class FrameForWindow extends JFrame{}regards,
    Tim

Maybe you are looking for