Open form 140 from form 133 by a query in B1

Hi @all!
I have a problem. When a user has opened form 133 for input and selceted a businesspartner, a query is checking if  a QryGroup1 is set. This works fine. When it is set, another query shout open the form 144 (and close form 133?). How can I realize it? I am using B1 2005.
Thanks a lot!
Greetings Juergen

Hi Jurgen,
Like Ad said - a query can't open or close forms. But the UI API can. Here is some code if you decide to fo that way:
The example is when form 140 open it should close and open 133 - you can change the logic to fit your needs.
Private Sub SBO_App_ItemEvent(ByVal FormUID As String, ByRef pVal As SAPbouiCOM.ItemEvent, ByRef BubbleEvent As Boolean) Handles SBO_App.ItemEvent
If pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_LOAD And _
            pVal.FormTypeEx = 140 Then
Dim oForm As SAPbouiCOM.Form
'1. Cast the Form 140
oForm = SBO_App.Forms.Item(FormUID)
'Close the Form
oForm.Close
'2. Open the A/R Invoice Form (133)
oAppObj.SBO_App.ActivateMenuItem(2053)
End Sub

Similar Messages

  • Open documents/files from Application Server in forms 6i

    Hello All,
    Our requirement is to open files that are in Application server( We do not want to upload them into database).
    Is there a way to open this files from forms 6i.
    I am wondering how the "View Output" or View log button works on the concurrent program submission form. Its the doing the same thing i.e pulling the file from Application server and showing up.
    Please let me know if anyone has any ideas on how to get this done.
    Thanks
    Sunil

    I assume you are using Forms 6i in web mode here. Then it is just a URL to the file if you properly map to a directory where you store the files:
    web.show_document('http://...../myfile.pdf');
    But it also looks like you are using Oracle Apps, so might want to ask it in the e-Business Suite.

  • Open Word Doc from form in web setting not client/server

    Hello, I am new to form. I need to open a word doc (on client PC )from Oracle Form by a button click. I did some research online and looks like Client_Ole2 is the package I need. But when I looked into my Build-in Package (in forms builder), I only see OLE2, TEXT_IO etc. So when I try to declare a variable which is CLIENT_OLE2 like some post suggest, I got error message "identifier CLIENT_OLE2.OBJ_TYPE must be declared".
    So is that means that I need to install/setup WebUtil on my env to get this Client_Ole2 to show up on Form Builder?
    Thanks for help, please advise.

    I found the way to add webutil.pll to attached Libraries.This is the wrong way. Open the webutil.olb in the Forms Builder. Then open your form you want to add the Object Library too. In the Object Libraries node of the Object Navigator - double-click on the WEBUTIL node. This will open the Object Library properties window. Click on and drag the WEBUTIL entry to the Object Groups node of your Form. You will be prompted "Do you want to copy the object or subclass it?" Click on the Subclass button.
    Subclassing is a Forms method that allows you to share a single source of an object/code between multiple Forms. It is Forms' way of implementing inheritance.
    I also copied them to /forms/java directory too.This is not necessary. I recommend you delete the files you copied to the /forms/java directory. Forms will find the libraries if the .../forms directory is listed in your FORMS_PATH environment variable (see the default.env file). The /DevSuiteHome/forms directory should be the first directory listed in the FORMS_PATH variable.
    Remove path?". So I selected Yes. But when I run form, I got FRM_40039: Cannot attach library webutil while opening form ......".The fact that you are getting this error indicates that the /forms directory is NOT part of the FORMS_PATH.
    If I choose No to keep the hard code path, then if I deploy the form to testing server or production server, it will become problem! Right? How to solve this?Double-check to ensure it is listed. The variable entry should look something like:
    FORMS_PATH=D:\DevSuiteHome_1\forms;<any other directories you want to be part of your path seperated by ";">Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Is there a way to open form as if from different responsibility in R12

    Is there a way to open form as if from different responsibility in R12. Have tried to call FND_GLOBAL.apps_initialize but it did not changed a thing.

    *"Is there any way I can send her messages back and make it look as though my email address no longer exists? "*
    "Message" menu --> Bounce

  • Not able to open office documents from SharePoint site using Forms auth on a Mac with Office 2011

    I posted the same question on the Mac Office forum (http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macstart/not-able-to-open-office-documents-from-sharepoint/7fba517b-ebd1-4e90-a54a-c70c5f035146?tm=1418836613595) but figured it's probably more
    of a SharePoint question so I'm going to try here as well.
    We just discovered an issue where a user logs into a SharePoint site using Forms based authentication.  When clicking on an Office file they get
    'Sorry, this site hasn't been shared with you' message:
    The user can download the file and can also open the file within the browser (Office Web apps).  This SharePoint site is on a Web app that uses mixed authentication (forms for external partners) and Windows/Kerberos for internal employees.
     When logging into this same site as an internal user I am able to open the file just fine.
    I checked the 'Microsoft Document Connection' settings and selected and deselected 'Enable Basic Authentication' and neither helped.  
    I also tried to add the site URL under 'Microsoft Document Connection' -> Add connection -> Connect to a SharePoint site.  When I put the site URL in and click 'Connect', I get an error saying that 'Only connection to SharePoint or OneDrive
    servers are supported' message.  If I try the same thing as an internal user using Windows/Kerberos authentication I am able to connect to the site just fine.
    Any ideas??

    Hi Szamir,
    As you are using Form Based authentication to open the documents from SharePoint site, I recommend to check the things below:
    Make sure that the user has permission to view the documents in the site.
    Please select "Sign me in automatically" when you sign in the login page.
    More references:
    https://social.technet.microsoft.com/Forums/en-US/ae8cc886-c362-4709-8575-07d339144714/not-able-to-open-microsoft-office-documentsdocxxls-etc-from-document-library-in-a-fba-site-in?forum=sharepointgeneralprevious
    http://manojvnair.blogspot.com/2011/06/login-prompt-while-opening-office.html
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Open Form not working when called from When-Mouse-Click

    In our application to navigate to other forms we have created a feature where user selects the Forms from a LOV, the form id is returned to the text item and user needs to click the text item.....In the text item the Open form command is given
    This is not working
    The form builder throws an error
    Frm 92100 Connection interupted
    what could be the reason

    Code written in When-Mouse-click
    for item :boo_toolblk.nbt_nxtscr which contains the form id
    DECLARE
    p_name_id PARAMLIST;
    lv_param_name VARCHAR2(8):= :boo_toolblk.nbt_nxtscr;
    lf_next_form_id FORMMODULE;
    BEGIN
    Clear_Item;
    /*Create a parameter list named 'TEMPLT_PARAM'. First
    ** make sure the list does not already exist, then
    ** attempt to create a new list*/
    IF not Id_Null(Get_Parameter_List('TEMPLT_PARAM'))/*Returns a BOOLEAN value if the object ID is available*/
    THEN Destroy_Parameter_List('TEMPLT_PARAM');
    END IF;
    p_name_id:= Create_Parameter_List('TEMPLT_PARAM');
    /*Add a value parameter to an existing Parameter
    ** List */
    Add_Parameter(p_name_id,'templt_nxtscr',TEXT_PARAMETER,lv_param_name);
    Go_Block(Get_Form_Property(:system.current_form,FIRST_NAVIGATION_BLOCK));
    lf_next_form_id := FIND_FORM(lv_param_name);
    :PARAMETER.next_form := lv_param_name;
    IF lf_next_form_id.id is not null
    THEN
    Close_form(lf_next_form_id);
    END IF;
    Add_parameter(p_name_id,'previous_form',TEXT_PARAMETER,:SYSTEM.CURRENT_FORM);
    /* opens another form*/
    Open_Form(lv_param_name,ACTIVATE,NO_SESSION,SHARE_LIBRARY_DATA,p_name_id);
    EXCEPTION
    WHEN FORM_TRIGGER_FAILURE
    THEN RAISE FORM_TRIGGER_FAILURE;
    WHEN OTHERS
    THEN RAISE FORM_TRIGGER_FAILURE;
    END;
    Error :-
    Frm-92100 : Your Connection to the Server was Interrupted
    This may be the result of a networn error or a failure on the server.
    You will need to re-establish

  • Opening a popup from custom button in a Form

    I have a requirement to open a popup from a custom button of a portal form and once the value is selected from the popup the control should return to the main form with the value selected and set it to some display only field in that same form. It can be done thru' popup of a field directly but how can I do this thru'a button ?.
    Help would be appreciated.
    Thanks
    -Krishnamurthy

    Works for me if I middle-click a bookmark on the Bookmarks Toolbar and browser.tabs.loadBookmarksInBackground is set to true.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How to open an URL from Forms in blocking mode?

    Can anyone tell me if it is possible to open a website from within forms in blocking mode? The reason why I have to use blocking mode is that the user has to take some action in the website and has to end that session explicitly with a button on the website. After that, a file is written on the server that is needed for further action. Without that file the process can't go on.
    I use Forms (32-bits) versie 10.1.2.0.2.

    Thanks for your answer.
    Your suggestion is only possible with a timer-trigger (correct me if I'm wrong). And that's the point.... The time the user can act in the website is unlimited. So, how to set up a timer-trigger? Another work around is to make a process that works at some time and searches for the files on the server. But that's not what we want to do.
    Does anyone have another idea?

  • Browser enabled InfoPath form not opening in browser from a link in a Task list

    I have a browser enabled InfoPath deployed to SharePoint as a template in a Forms Library. The form opens in the browser when a user navigates to the Form library and clicks New.
    There is an Approval workflow associated with this form which kicks in whenever a new Form is submitted. The workflow creates a task in a task list. The task list shows a Link column which provides the link to open the form. Now, when a user clicks on the
    link (in the Task list), the form always open in InfoPath instead of opening in a browser.
    I see that the URL for the form (http://<Server>/Training/Enrollment%20Forms/<FormName>.xml)  is same in both the Forms Library and Task list link.
    What am I doing wrong or what do I need to do to make the form open in browser from the Task list link.
    Thanks
    Rajat

    This question is asked constantly - we just discussed this last week, I believe - so you can probably find a lot more discussion to help you out if yous earch within this form or browse through the topics.  The reason for your issue is because of
    what you just wrote - the URL is directly to the XML file, so it tries to invoke InfoPath.  Browser forms are rendered by Forms Services, which has a much different URL.  Go click on one of your existing forms, and notice how different the URL is. 
    To get forms to open in the browser when invoked from a different location, you must use this full Forms Services URL.  Built-in workflows only generate a link to the XML file, and since the task in a different list than the form, then it has no idea
    how to open the form in the browser.  Only users who don't have InfoPath installed will see it in the browser automatically.  This is why I generate my own URLs dynamically with custom workflows and don't use OOTB workflows.SharePoint Architect || Microsoft MVP ||
    My Blog

  • Firefox w/ not open forms from websites. Internet Explorer had no problem. Re-installed FF with no resolution.

    Firefox will not open forms (i.e. registration forms, class schedule, flyer, etc.) on certain websites. Updated Adobe Reader and Re-installed and updated FF. Still will not open the forms. Tried Internet Explorer with no problem at all. Tried FF on a different computer w/ no problem. Help please?

    I also have this problem. I cannot open links from a discussion board I frequent nor can I open links from my email. Also after opening my email, I cannot go to any other sites except my home page. I can then go no where else.
    When I close Firefox and try to reopen it, it does nothing! I have to bring up the Task Manager and end the Firefox process before I can get back in.
    To the best of my knowledge, this problem started with the new update to Ver. 3.6.9. I am running Windows XP Media Center 2005

  • Extracting the card code (vendor code) from form 133

    hi all.
    im kinda new in SBO sdk
    and im trying to extract the data from form 133 item 4 = cardcode
    i tried this code
                         SAPbouiCOM.Item oItem = null;
                        oItem = oForm.Items.Item("4");
                        SAPbouiCOM.ComboBox oEditStatus = (SAPbouiCOM.ComboBox)oItem.Specific;
                       string strStatus = oEditStatus.Selected.Description;
    but it didnt work
    please help
    thank you
    Guy

    Dear vitor
    thank you very much for your help
    your tip gave me the lead i needed to get the data from item 4
    it was like this after all
                       SAPbouiCOM.Item oItem = null;
                        oItem = oForm.Items.Item("4");
                        SAPbouiCOM.EditText edit = (SAPbouiCOM.EditText)oItem.Specific;
                        string strStatus = edit.Value;
    i dont know why sap made it so hard to extract data from a form.
    does any one have a dictionary  to read the invioce A/R after getdata method ?
    thanks

  • How to open word doc. from forms 10g

    hi all
    i am trying to open word doc. from forms 10g using ole2.
    but it is not working.
    basiccaly this command is not working
    app := CLIENT_OLE2.CREATE_OBJ('Word.Application');
    can anybody help
    thanx

    I found this searching this forum and it works..however, my issue is to open up Microsoft Word passing in data from a query.
    I am working on Forms 10g
    DECLARE AppID PLS_INTEGER;
    BEGIN
    AppID := DDE.App_Begin('C:\Program Files\Microsoft Office\OFFICE11\winword.exe C:\test.doc',
    DDE.APP_MODE_NORMAL);
    END;

  • Unable to open forms from E-Business Suite home page

    After cloning i am unable to open forms from E-Business Suite home page wher i can open form directly using http://erpap.erp.ae:8000/dev60cgi/f60cgi.
    i found the below eror in apache error_log
    [Sun Jan 8 12:22:53 2012] [error] [client 172.20.250.198] File does not exist: /erpapp/prod/prodcomn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Sun Jan 8 12:22:53 2012] [error] [client 172.20.250.198] File does not exist: /erpapp/prod/prodcomn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Sun Jan 8 12:23:06 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 12:23:06 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 12:23:06 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 12:23:07 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 12:23:08 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/oracle/jdbc
    [Sun Jan 8 12:23:08 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/oracle/jdbc
    [Sun Jan 8 13:41:04 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/oracle/jdbc
    [Sun Jan 8 13:41:04 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/oracle/jdbc
    [Sun Jan 8 13:48:22 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 13:48:22 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 13:48:22 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 13:48:22 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    These directories doestn't exist in the cloned instance as well as prod.

    $ cat access_log.1325980800
    172.20.250.123 - - [08/Jan/2012:09:54:09 +0400] "GET / HTTP/1.1" 200 2592 1
    172.20.250.123 - - [08/Jan/2012:09:54:09 +0400] "GET /apptitle.html HTTP/1.1" 200 1018 0
    172.20.250.123 - - [08/Jan/2012:09:54:10 +0400] "GET /appdet.html HTTP/1.1" 200 1012 0
    172.20.250.123 - - [08/Jan/2012:09:54:10 +0400] "GET /appsmed3.gif HTTP/1.1" 200 1981 0
    172.20.250.123 - - [08/Jan/2012:09:54:10 +0400] "GET /applist.html HTTP/1.1" 200 1608 0
    172.20.250.123 - - [08/Jan/2012:09:54:10 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.123 - - [08/Jan/2012:09:54:13 +0400] "GET /aplogon.html HTTP/1.1" 200 1959 0
    172.20.250.123 - - [08/Jan/2012:09:54:15 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.123 - - [08/Jan/2012:09:54:53 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7209 38
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 200 21940 1
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 200 92920 1
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 200 85 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 200 28 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 200 1435 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 200 211 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 200 136 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 200 102 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 200 433 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 200 171 0
    172.20.250.123 - - [08/Jan/2012:09:54:55 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 200 119 1
    172.20.250.123 - - [08/Jan/2012:09:57:31 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 17
    172.20.250.198 - - [08/Jan/2012:10:07:45 +0400] "GET / HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:10:07:45 +0400] "GET /apptitle.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:10:07:45 +0400] "GET /appdet.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:10:07:45 +0400] "GET /appsmed3.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:10:07:46 +0400] "GET /applist.html HTTP/1.1" 304 - 1
    172.20.250.198 - - [08/Jan/2012:10:07:47 +0400] "GET /aplogon.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:10:08:28 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7209 40
    172.20.250.198 - - [08/Jan/2012:10:08:28 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 200 21940 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 200 92920 1
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 200 85 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 200 28 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 200 211 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 200 136 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 200 119 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 200 102 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 200 1435 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 200 433 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 200 171 0
    172.20.250.198 - - [08/Jan/2012:10:08:53 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 10
    172.20.250.123 - - [08/Jan/2012:10:14:29 +0400] "GET / HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:29 +0400] "GET /apptitle.html HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:29 +0400] "GET /appdet.html HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:29 +0400] "GET /applist.html HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:29 +0400] "GET /appsmed3.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:32 +0400] "GET /aplogon.html HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:44 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7209 11
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:52 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 0
    172.20.250.198 - - [08/Jan/2012:11:50:09 +0400] "GET / HTTP/1.1" 200 2592 1
    172.20.250.198 - - [08/Jan/2012:11:50:09 +0400] "GET /apptitle.html HTTP/1.1" 200 1018 0
    172.20.250.198 - - [08/Jan/2012:11:50:09 +0400] "GET /appdet.html HTTP/1.1" 200 1012 0
    172.20.250.198 - - [08/Jan/2012:11:51:00 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:51:00 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:51:00 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:51:12 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 4
    172.20.250.198 - - [08/Jan/2012:11:51:50 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7238 2
    172.20.250.198 - - [08/Jan/2012:11:53:43 +0400] "GET /OA_HTML/AppsLocalLogin.jsp?langCode=US&username=SYSADMIN HTTP/1.1" 200 7226 1
    172.20.250.198 - - [08/Jan/2012:11:53:53 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 1
    172.20.250.198 - - [08/Jan/2012:11:56:19 +0400] "GET / HTTP/1.1" 304 - 1
    172.20.250.198 - - [08/Jan/2012:11:56:19 +0400] "GET /apptitle.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:56:19 +0400] "GET /appdet.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:56:19 +0400] "GET /applist.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:56:19 +0400] "GET /appsmed3.gif HTTP/1.1" 304 - 0
    erpapt1.erp.du.ae - - [08/Jan/2012:11:56:26 +0400] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=XmlSvcsGrp&port=19000 HTTP/1.1" 200 15 0
    erpapt1.erp.du.ae - - [08/Jan/2012:11:56:26 +0400] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=OACoreGroup&port=16000 HTTP/1.1" 200 15 0
    erpapt1.erp.du.ae - - [08/Jan/2012:11:56:26 +0400] "GET /oprocmgr-service?cmd=Register&index=1&modName=JServ&grpName=OACoreGroup&port=16003 HTTP/1.1" 200 15 0
    erpapt1.erp.du.ae - - [08/Jan/2012:11:56:27 +0400] "GET /oprocmgr-service?cmd=Register&index=3&modName=JServ&grpName=OACoreGroup&port=16002 HTTP/1.1" 200 15 0
    erpapt1.erp.du.ae - - [08/Jan/2012:11:56:27 +0400] "GET /oprocmgr-service?cmd=Register&index=2&modName=JServ&grpName=OACoreGroup&port=16001 HTTP/1.1" 200 15 0
    erpapt1.erp.du.ae - - [08/Jan/2012:11:56:27 +0400] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=DiscoGroup&port=17000 HTTP/1.1" 200 15 0
    172.20.250.198 - - [08/Jan/2012:11:56:28 +0400] "GET /aplogon.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:14 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7238 33
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:12:00:39 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 1
    172.20.250.198 - - [08/Jan/2012:12:01:59 +0400] "GET /OA_HTML/blank.html HTTP/1.1" 200 98 0
    172.20.250.198 - - [08/Jan/2012:12:02:06 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 1
    172.20.250.198 - - [08/Jan/2012:12:02:11 +0400] "GET /OA_HTML/RF.jsp?function_id=109&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=U7kI2EMPzRdDXg5_j2HQ6g..&formsLink=yes HTTP/1.1" 302 374 1
    172.20.250.198 - - [08/Jan/2012:12:02:15 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 1
    172.20.250.198 - - [08/Jan/2012:12:03:34 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 0
    172.20.250.198 - - [08/Jan/2012:12:04:11 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 0
    172.20.250.198 - - [08/Jan/2012:13:28:02 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7238 1
    172.20.250.198 - - [08/Jan/2012:13:28:12 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 1
    172.20.250.198 - - [08/Jan/2012:13:29:43 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 0
    172.20.250.198 - - [08/Jan/2012:13:29:51 +0400] "GET /OA_HTML/RF.jsp?function_id=109&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=U7kI2EMPzRdDXg5_j2HQ6g..&formsLink=yes HTTP/1.1" 302 374 0
    172.20.250.198 - - [08/Jan/2012:13:29:54 +0400] "GET /OA_HTML/RF.jsp?function_id=20809&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=aXR9rxEOOpPLiLvW2hotuQ.. HTTP/1.1" 302 252 0
    172.20.250.198 - - [08/Jan/2012:13:29:59 +0400] "GET /oa_servlets/weboam/oam/oamApps HTTP/1.1" 302 223 5
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_HTML/cabo/images/cache/en/bGopk9n.gif HTTP/1.1" 200 396 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_HTML/cabo/images/cache/cstlu.gif HTTP/1.1" 200 809 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_HTML/cabo/images/cache/cstru.gif HTTP/1.1" 200 810 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/refresh_enabled.gif HTTP/1.1" 200 335 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/notstartedind_active.gif HTTP/1.1" 200 1031 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/criticalind_active.gif HTTP/1.1" 200 1034 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/warningind_status.gif HTTP/1.1" 200 1040 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/unknown.gif HTTP/1.1" 200 373 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/okind_active.gif HTTP/1.1" 200 1040 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/okind_status.gif HTTP/1.1" 200 987 0
    172.20.250.198 - - [08/Jan/2012:13:31:29 +0400] "GET /oa_servlets/weboam/oam/functionMap$target=PROD HTTP/1.1" 302 247 1
    172.20.250.198 - - [08/Jan/2012:13:31:30 +0400] "GET /oa_servlets/weboam/oam/functionMap$target=PROD$index=0 HTTP/1.1" 200 21372 1
    172.20.250.198 - - [08/Jan/2012:13:31:30 +0400] "GET /OA_HTML/cabo/images/pbs.gif HTTP/1.1" 200 151 0
    172.20.250.198 - - [08/Jan/2012:13:31:33 +0400] "GET /oa_servlets/weboam/oam/functionMap$target=PROD$index=1 HTTP/1.1" 200 24150 0
    172.20.250.198 - - [08/Jan/2012:13:31:40 +0400] "GET /oa_servlets/weboam/oam/functionMap$target=PROD$index=1?event=link&service_handle=FormsL&target=PROD&fnctNm=FUNCTION_MAP.VIEW_FRM&page=SERVICE_INSTANCE HTTP/1.1" 302 301 1
    172.20.250.198 - - [08/Jan/2012:13:31:41 +0400] "GET /oa_servlets/weboam/oam/service/serviceInst$service*_handle=FormsL$target=PROD$fnctNm=FUNCTION*_MAP.VIEW*_FRM HTTP/1.1" 302 350 1
    172.20.250.198 - - [08/Jan/2012:13:31:43 +0400] "GET /oa_servlets/weboam/oam/service/serviceInst$crtHnd=CMDCART$service*_handle=FormsL$id=1000$target=PROD$DCA=R$ac=N$ae=Y$SRSV=YYNN$fnctNm=FUNCTION*_MAP.VIEW*_FRM HTTP/1.1" 200 17043 2
    172.20.250.198 - - [08/Jan/2012:13:31:44 +0400] "GET /OA_HTML/cabo/images/cache/en/bRunt0DmS.gif HTTP/1.1" 200 573 0
    172.20.250.198 - - [08/Jan/2012:13:31:44 +0400] "GET /OA_HTML/cabo/images/cache/en/bAdd_WjOZ.gif HTTP/1.1" 200 585 0
    172.20.250.198 - - [08/Jan/2012:13:31:44 +0400] "GET /OA_HTML/cabo/images/cache/casort.gif HTTP/1.1" 200 79 0
    172.20.250.198 - - [08/Jan/2012:13:31:52 +0400] "GET /oa_servlets/weboam/oam/service/serviceInst$crtHnd=CMDCART$service*_handle=FormsL$id=1000$target=PROD$DCA=R$ac=N$ae=Y$SRSV=YYNN$fnctNm=FUNCTION*_MAP.VIEW*_FRM?event=link&target=PROD&crtHnd=CMDCART&service_handle=FormsL&id=1000&APP_ID=0&MGR_ID=20302&shrtNm=FORMS_erpdbt3_9000&MGR_TYPE=7&SRSV=YYNN&DCA=R&fnctNm=SERVICE_INSTANCE.VIEW_STS&page=OAM_SRVC_STS HTTP/1.1" 302 410 0
    172.20.250.198 - - [08/Jan/2012:13:34:49 +0400] "GET / HTTP/1.1" 304 - 1
    172.20.250.198 - - [08/Jan/2012:13:34:49 +0400] "GET /apptitle.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:34:49 +0400] "GET /appdet.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:34:49 +0400] "GET /applist.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:34:49 +0400] "GET /appsmed3.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:34:56 +0400] "GET /OA_HTML/txkObjectTag.js HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:34:57 +0400] "GET /dev60cgi/f60cgi HTTP/1.1" 200 43057 1
    172.20.250.198 - - [08/Jan/2012:13:35:07 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndforms.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:07 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:07 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndewt.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:08 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndswing.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:09 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:09 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndaol.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:10 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndctx.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:10 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndlist.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:10 +0400] "GET /OA_JAVA/java/awt/KeyboardFocusManager.class HTTP/1.1" 403 253 0
    172.20.250.198 - - [08/Jan/2012:13:35:11 +0400] "GET /OA_JAVA/java/awt/KeyboardFocusManager.class HTTP/1.1" 403 253 0
    172.20.250.198 - - [08/Jan/2012:13:35:11 +0400] "GET /OA_JAVA/java/awt/event/MouseWheelListener.class HTTP/1.1" 403 257 0
    172.20.250.198 - - [08/Jan/2012:13:35:11 +0400] "GET /OA_JAVA/java/awt/event/MouseWheelListener.class HTTP/1.1" 403 257 0
    172.20.250.198 - - [08/Jan/2012:13:35:12 +0400] "GET /OA_JAVA/oracle/forms/registry/Registry.dat HTTP/1.1" 200 4117 0
    172.20.250.198 - - [08/Jan/2012:13:35:12 +0400] "GET /OA_JAVA/oracle/apps/fnd/formsClient/OracleApplications.dat HTTP/1.1" 200 1361 0
    172.20.250.198 - - [08/Jan/2012:13:35:18 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndutil.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:36:53 +0400] "GET /oa_servlets/weboam/oam/service/serviceStatus$APP*_ID=0$SRSV=YYNN$crtHnd=CMDCART$shrtNm=FORMS*_erpdbt3*_9000$MGR*_TYPE=7$DCA=R$service*_handle=FormsL$id=1000$target=PROD$MGR*_ID=20302$fnctNm=SERVICE*_INSTANCE.VIEW*_STS HTTP/1.1" 200 - 301
    172.20.250.198 - - [08/Jan/2012:13:40:02 +0400] "GET /oa_servlets/weboam/oam/service/serviceInst$crtHnd=CMDCART$service*_handle=FormsL$id=1000$target=PROD$DCA=R$ac=N$ae=Y$SRSV=YYNN$fnctNm=FUNCTION*_MAP.VIEW*_FRM?event=link&target=PROD&crtHnd=CMDCART&service_handle=FormsL&id=1000&APP_ID=0&MGR_ID=20302&shrtNm=FORMS_erpdbt3_9000&MGR_TYPE=7&SRSV=YYNN&DCA=R&fnctNm=SERVICE_INSTANCE.VIEW_PROC&page=OAM_SRVC_PROC HTTP/1.1" 302 409 228
    172.20.250.198 - - [08/Jan/2012:13:40:03 +0400] "GET /oa_servlets/weboam/oam/service/serviceProc$APP*_ID=0$SRSV=YYNN$crtHnd=CMDCART$shrtNm=FORMS*_erpdbt3*_9000$MGR*_TYPE=7$DCA=R$service*_handle=FormsL$id=1000$target=PROD$MGR*_ID=20302$fnctNm=SERVICE*_INSTANCE.VIEW*_PROC HTTP/1.1" 302 409 1
    172.20.250.198 - - [08/Jan/2012:13:40:04 +0400] "GET /oa_servlets/weboam/oam/oamLogin?event=returnToPortal HTTP/1.1" 302 302 0
    172.20.250.198 - - [08/Jan/2012:13:40:04 +0400] "GET /oa_servlets/weboam/redirectURL$url=http_3A$|$|erpdbt3.erp.du.ae_3A8000$|OA*_HTML$|OA.jsp_3FOAFunc$=OAHOMEPAGE HTTP/1.1" 302 254 0
    172.20.250.198 - - [08/Jan/2012:14:13:25 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7238 1
    172.20.250.33 - - [08/Jan/2012:14:14:19 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7209 27
    172.20.250.33 - - [08/Jan/2012:14:14:19 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 200 21940 0
    172.20.250.33 - - [08/Jan/2012:14:14:20 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 200 92920 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 200 28 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 200 1435 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 200 85 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 200 211 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 200 136 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 200 119 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 200 102 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 200 433 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 200 171 0
    172.20.250.33 - - [08/Jan/2012:14:14:22 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.33 - - [08/Jan/2012:14:15:12 +0400] "GET /OA_HTML/blank.html HTTP/1.1" 200 98 0
    172.20.250.33 - - [08/Jan/2012:14:15:12 +0400] "GET /OA_HTML/blank.html HTTP/1.1" 200 98 0
    172.20.250.33 - - [08/Jan/2012:14:15:26 +0400] "GET /OA_HTML/RF.jsp?function_id=26355&resp_id=26973&resp_appl_id=800&security_group_id=0&lang_code=US&params=88OpBk3ncg-DlE0ANF9OaSugrPkqCTX-v2PhUaYqdTk&oas=rqLHbUKgD1rFJ-YHnBj3QQ.. HTTP/1.1" 302 480 4
    172.20.250.123 - - [08/Jan/2012:14:47:52 +0400] "GET / HTTP/1.1" 200 2592 2
    172.20.250.123 - - [08/Jan/2012:14:47:55 +0400] "GET /apptitle.html HTTP/1.1" 200 1018 0
    172.20.250.123 - - [08/Jan/2012:14:47:55 +0400] "GET /appdet.html HTTP/1.1" 200 1012 0
    172.20.250.123 - - [08/Jan/2012:14:47:57 +0400] "GET /appsmed3.gif HTTP/1.1" 200 1981 1
    172.20.250.123 - - [08/Jan/2012:14:47:57 +0400] "GET /applist.html HTTP/1.1" 200 1608 1
    172.20.250.123 - - [08/Jan/2012:14:47:57 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.123 - - [08/Jan/2012:14:47:59 +0400] "GET /aplogon.html HTTP/1.1" 200 1959 0
    172.20.250.123 - - [08/Jan/2012:14:48:01 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.123 - - [08/Jan/2012:14:48:38 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7209 37
    172.20.250.123 - - [08/Jan/2012:14:48:38 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:38 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.123 - - [08/Jan/2012:14:49:11 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 12
    172.20.250.123 - - [08/Jan/2012:14:49:48 +0400] "GET /OA_HTML/blank.html HTTP/1.1" 200 98 0
    172.20.250.123 - - [08/Jan/2012:14:50:32 +0400] "GET /OA_HTML/RF.jsp?function_id=90&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=3kDMcCtdrf4dy1BjJAUbxA..&formsLink=yes HTTP/1.1" 302 378 8
    172.20.250.29 - - [08/Jan/2012:15:03:10 +0400] "GET /oa_servlets/oracle.apps.fnd.sso.AppsLogin?requestUrl=http%3A%2F%2Ferpdbt3.erp.du.ae%3A8000%2FOA_HTML%2FOA.jsp%3Fpage%3D%2Foracle%2Fapps%2Ffnd%2Fframework%2Fnavigate%2Fwebui%2FHomePG%26homePage%3DY%26OAPB%3DFWK_HOMEPAGE_BRAND%26transactionid%3D1404776423%26oapc%3D2%26oas%3D8eJ7fbUrkUJ6Q0k0hGxVwA..&cancelUrl=http%3A%2F%2Ferpapt1.erp.du.ae%3A8000%2Foa_servlets%2Foracle.apps.fnd.sso.AppsLogin&errText=You+have+insufficient+privileges+for+the+current+operation. HTTP/1.1" 302 517 1
    172.20.250.29 - - [08/Jan/2012:15:03:24 +0400] "GET /OA_HTML/AppsLocalLogin.jsp?requestUrl=APPSHOMEPAGE&cancelUrl=http%3A%2F%2Ferpapt1.erp.du.ae%3A8000%2Foa_servlets%2Foracle.apps.fnd.sso.AppsLogin&errCode=FND_SSO_PHISH_ERROR&errText=You+have+insufficient+privileges+for+the+current+operation.&s2=EAFB83E5C4BBBE952873ECD3B7468FAC57AB5AA4D267B5E24CDF41065645CB72 HTTP/1.1" 200 8446 14
    172.20.250.29 - - [08/Jan/2012:15:03:24 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 200 21940 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 200 92920 1
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 200 85 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 200 28 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 200 211 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 200 136 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 200 1435 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/cache/cmbts.gif HTTP/1.1" 200 154 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 200 102 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 200 433 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/errorl.gif HTTP/1.1" 200 988 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 200 171 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 200 119 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.29 - - [08/Jan/2012:15:04:12 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 8
    172.20.250.171 - - [08/Jan/2012:15:26:41 +0400] "GET / HTTP/1.1" 200 2592 0
    172.20.250.171 - - [08/Jan/2012:15:26:42 +0400] "GET /apptitle.html HTTP/1.1" 200 1018 0
    172.20.250.171 - - [08/Jan/2012:15:26:42 +0400] "GET /applist.html HTTP/1.1" 200 1608 0
    172.20.250.171 - - [08/Jan/2012:15:26:42 +0400] "GET /appdet.html HTTP/1.1" 200 1012 0
    172.20.250.171 - - [08/Jan/2012:15:26:42 +0400] "GET /appsmed3.gif HTTP/1.1" 200 1981 0
    172.20.250.171 - - [08/Jan/2012:15:26:42 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.171 - - [08/Jan/2012:15:26:46 +0400] "GET /aplogon.html HTTP/1.1" 200 1959 0
    172.20.250.171 - - [08/Jan/2012:15:26:48 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.171 - - [08/Jan/2012:15:26:50 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7209 2
    172.20.250.171 - - [08/Jan/2012:15:26:50 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:50 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:50 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:50 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:50 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 304 - 1
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.171 - - [08/Jan/2012:15:27:28 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 5
    172.20.250.171 - - [08/Jan/2012:15:29:56 +0400] "GET /OA_HTML/RF.jsp?function_id=90&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=FKrKS3J_gqEufubNCI47VQ..&formsLink=yes HTTP/1.1" 302 378 1
    172.20.250.171 - - [08/Jan/2012:15:32:21 +0400] "GET /OA_HTML/RF.jsp?function_id=109&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=A-kIj_ymVCbKFxe8CFAL7A..&formsLink=yes HTTP/1.1" 302 374 1
    172.20.250.171 - - [08/Jan/2012:15:32:30 +0400] "GET /OA_HTML/RF.jsp?function_id=77&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=fCl6JV7SRIFRKlQO3_JGqQ..&formsLink=yes HTTP/1.1" 302 374 1
    172.20.250.171 - - [08/Jan/2012:15:32:37 +0400] "GET /OA_HTML/RF.jsp?function_id=77&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=fCl6JV7SRIFRKlQO3_JGqQ..&formsLink=yes HTTP/1.1" 302 374 3
    172.20.250.171 - - [08/Jan/2012:16:07:58 +0400] "GET /oa_servlets/oracle.apps.fnd.sso.AppsLogout HTTP/1.1" 500 539 0
    172.22.27.10 - - [08/Jan/2012:16:23:47 +0400] "GET / HTTP/1.1" 200 2592 1
    172.20.250.198 - - [08/Jan/2012:16:29:41 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 1
    172.20.250.198 - - [08/Jan/2012:16:29:49 +0400] "GET /OA_HTML/RF.jsp?function_id=109&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=U7kI2EMPzRdDXg5_j2HQ6g..&formsLink=yes HTTP/1.1" 302 374 0
    172.20.250.198 - - [08/Jan/2012:16:30:45 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 0
    172.20.250.198 - - [08/Jan/2012:16:30:48 +0400] "GET /OA_HTML/RF.jsp?function_id=12481&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&params=R2O79muh0aPEOytL2jgzGwmUodupzbPYyU0qBd.BSoM&oas=mo3beqolB-zMJiVP0nKvFQ.. HTTP/1.1" 302 513 0

  • Find the names of all open forms from inside a PJC

    Hi,
    is it possible to find the names of all open forms from inside a PJC (pluggable java bean)?
    I have tried the window bean but it retrieves currently open windows and reads the title of each window, but what i need is to find the form name not the window title.
    oracle forms version: 10g
    Thank you
    Edited by: user542352 on Jun 26, 2009 1:07 AM

    You don't need to know names of all open forms to close them.
    Try to do someting like this :
    When you need to close all forms, set some global variable flag and call exit_form
    in WHEN-WINDOW-ACTIVATED of each form check your global flag and if set, also exit_form.

  • COMMIT FROM OPEN FORM

    I'm using Developer suite 9i and i've created a form on which I have several buttons that when pressed it "Open_forms, activate) a particular form that selects and inserts data into the form based on a global variable. This Opened form goes against a separate table but the inserted data is mostly inserted into the form from the original form that is still open. The problem is, when I use "commit_form" on the "Open form", it says saved, but then when I exit the form, it says it couldn't insert into the table. It appears to be trying to insert data from the original form into it's tables also. This I don't want or need to happen. Any clue???
    Thanks
    Steven

    Hi,
    can u more clearly explain ur problem. whati understand is that u are opening a form from another form. on the opened form u r saving some data. But, after that u r not able to put ur problem properly. So, plz mention more clearly.
    One thing u keep in mind that when u commit through the opened form by using OPEN_FORM Built in then commit will take place in both forms i.e. the form which is being called and the form which is calling other form. To avoide this functionality u should use NEW_SESSION parameter in OPEN_FORM or use CALL_FORM instead.
    Hoping that u reply back ur problem.

Maybe you are looking for

  • Getting multiple PDFs, when I only want 1, from a Word doc

    When trying to save a Word 2004 document with some pages that are portrait and some landscape as a PDF file (print > save as PDF), the result is multiple PDFs. For example, if the first three pages are portrait, the fourth is landscape, and the fifth

  • OS/DB Migration to Windows X64 bit /Oracle 10G from OS400/DB4 V5R4

    Hi, We need to do the OS/ DB migration in BI servers .. Kindly guide me .. what are the prerequesties ? I think we can achieve this throught Heterogeneous system copy . Source system    Target system NW2004 -BI 7.0   NW2004 -BI 7.0 DB4 V5R4          

  • Reg:Outbound Queues are strucked in CRM

    Hi All,          After Extracting Data from CRM source system,the rercords are still displaying in the outbound queues of the CRM Source system.what might be the issue?In outbound queues the status is NOSEND or is it maintaining one more copy of the

  • Re :adding custom fields to standard transaction

    Hi ..      I've added custom fields to vbap table..I have also added these fields in the va02 screen. Now whatever values I enter for the zfields(va02 ) must be saved in vbap table. How do i do this?. Should I write in MV45AIZZ .(PAI). what are the s

  • LR6 Soften Skin adjustment brush issue

    Anyone having problems with the Soften Skin adjustment brush in LR6 for very backlit photos? Mine is showing as very dark since upgrading my catalogue from LR5 and I can't get it to blend in with the skin tones now. Thank you!