Accessing APEX from E-Business Suite 11.5.10

Hi All -
I am brand new to APEX and have basically inherited the program duties b/c the school district that I work for had to cut costs and therefore had to let our consultants go - which means that I need to manage the system with no knowledge.....
that being said - I apologize in advance if I am very slow.
My first task is to see if we can set up the system where the users can access APEX straight from Oracle without having to login a separate time. I found this doc: http://www.oracle.com/technology/products/database/application_express/pdf/Extend_Oracle_Applications_11i.pdf
I tried to follow that but am sure I am missing something. Here is what I put in my pl/sql procedure:
/* Formatted on 1/21/2010 11:36:16 AM (QP5 v5.136.908.31019) */
CREATE OR REPLACE PACKAGE BODY OAE_PKG
IS
PROCEDURE LaunchOAE (parameters IN VARCHAR2)
IS
l_apex_launcher VARCHAR2 (2000);
l_apex_launcher_profile VARCHAR2 (2000);
l_userid applsys.FND_USER.user_id%TYPE;
l_username applsys.FND_USER.user_name%TYPE;
l_password VARCHAR2 (2000);
l_launcher_params VARCHAR2 (2000);
l_resp_id NUMBER;
l_resp_appl_id NUMBER;
l_security_group_id NUMBER;
l_org_id NUMBER;
BEGIN
l_apex_launcher_profile := fnd_profile.VALUE ('OAE_LAUNCHER');
IF l_apex_launcher_profile IS NULL
THEN
HTP.p ('Please contact System Administrator. ');
HTP.p ('Profile - OAE_LAUNCHER is null');
RETURN;
END IF;
l_userid := FND_GLOBAL.USER_ID;
l_username := FND_GLOBAL.USER_NAME;
l_resp_id := FND_GLOBAL.RESP_ID;
l_resp_appl_id := FND_GLOBAL.RESP_APPL_ID;
l_security_group_id := FND_GLOBAL.SECURITY_GROUP_ID;
l_org_id := FND_GLOBAL.ORG_ID;
l_launcher_params :=
'/f?p=200:1:::NO::P101_USERNAME,P101_PASSWORD,P101_RESP_ID,P101_RESP_APPL_ID,P101_SECURITY_GROUP_ID,P101_ORG_ID:'
|| l_username
|| ','
|| l_password
|| ','
|| l_resp_id
|| ','
|| l_resp_appl_id
|| ','
|| l_security_group_id
|| ','
|| l_org_id;
l_apex_launcher := l_apex_launcher_profile || l_launcher_params;
OWA_UTIL.redirect_url (l_apex_launcher);
--end if;
EXCEPTION
WHEN OTHERS
THEN
HTP.p (SQLERRM);
END LaunchOAE;
FUNCTION apex_generate_hash (p_string IN VARCHAR2, p_offset IN NUMBER DEFAULT 0)
RETURN VARCHAR2
IS
BEGIN
IF p_string IS NULL
THEN
RETURN NULL;
END IF;
RETURN RAWTOHEX(UTL_RAW.cast_to_raw(DBMS_OBFUSCATION_TOOLKIT.MD5 (
input_string => p_string || ':'
|| TO_CHAR (
SYSDATE
- (p_offset/24 * 60 * 60),
'YYYYMMDD HH24MISS'))));
END apex_generate_hash;
FUNCTION apex_validate_hash (p_string IN VARCHAR2,
p_hash IN VARCHAR2,
p_delay IN NUMBER DEFAULT 5)
RETURN BOOLEAN
IS
BEGIN
FOR i IN 0 .. p_delay
LOOP
IF p_hash = apex_generate_hash (p_string, i)
THEN
RETURN TRUE;
END IF;
END LOOP;
RETURN FALSE;
END apex_validate_hash;
PROCEDURE apex_launch (application IN NUMBER DEFAULT 300,
page IN NUMBER DEFAULT 18,
request IN VARCHAR2 DEFAULT NULL,
item_names IN VARCHAR2 DEFAULT NULL,
item_values IN VARCHAR2 DEFAULT NULL)
AS
BEGIN
OWA_UTIL.mime_header ('text/html', FALSE);
OWA_COOKIE.send (
name => 'APEX_APPS_' || application,
VALUE => FND_GLOBAL.user_name
|| ':'
|| apex_generate_hash (FND_GLOBAL.user_name),
PATH => '/');
OWA_UTIL.redirect_url('http://erpweb2:7777/pls/apex/f?p=300:18');-- fnd_profile.VALUE ('OAE_LAUNCHER')
--|| '/f?p='
--|| application
--|| ':'
--|| page
--|| '::'
--|| request
--|| ':::'
--|| item_names
--|| ':'
--|| item_values);
END apex_launch;
END;
When I click on the function in e-biz I get the message in my url: http://erpdev.garlandisd.net:8005/OA_HTML/AppsLocalLogin.jsp?requestUrl=APPSHOMEPAGE&cancelUrl=http%3A%2F%2Ferpdev.garlandisd.net%3A8005%2Foa_servlets%2Foracle.apps.fnd.sso.AppsLogin&langCode=US&errText=Invalid+Function.++Please+contact+the+System+Administrator.+Please+login+again.&username=RSMCANGU&s1=yhfxzOgYHeU6wrTC0FOlsQ..
Any help would be greatly appreciated!!
Rob

Hi;
Please check below link
How to access Oracle Apps (EBS) tables/views in APEX
http://apps2fusion.com/at/64-kr/393-how-to-access-oracle-apps-ebs-tablesviews-in-apex<< check Vishal post
Regard
Helios

Similar Messages

  • Report Builder Question: Printing PO's from E-Business Suite - POXPRPOL

    I'm hoping there's someone who has the time to help me: We are using Report Builder 9, Oracle 9i, and E-Business Suite 11.5.10.
    I am a new developer using Oracle, and need to make some changes to the seeded (default) POXPRPOL (Purchase Order Print - Landscape) report, using Report Builder.
    I have two problems:
    1. When I print PO Releases from E-Business Suite, and specify I want releases 1 through 2, I get those fine, but the first page is my "Purchase Agreement". The question is: Is there any way (programatically or otherwise) to say "When the "Release" fields are filled out, don't include the Purchase Agreement?
    2. Somehow, after making a few changes to the POXPRPOL report, my quantity has disappeared. Is there any suggestions on how this could happen? I look at the query where they are using "POL.QUANTITY_TO_PRINT" for the working and the non-working reports, and they look identical.
    I'm hoping DESPERATELY that someone can help me - I'm really in a bind...
    Thanks!
    Steve

    Srini,
    Thanks so much for your reply!!!
    1. Ok, but how do I hide a whole page? I noticed the conditional formatting, but I want to "not print" a whole page when this page is a "Purchase Agreement".
    2. I've checked the source - it's coming from POL.QUANTITY_TO_PRINT - POL is a view that is unpopulated. I assume it's populated at run-time. So now I am trying to track down where it's populated, but can't find that in report builder. The quantity is being taken into account, because I put a total at the bottom of the page, and that number matches price * pol.quantity_to_print. Very strange...
    Finally, here's another question, if you don't mind:
    3. When I print a purchase order that is set up as a blanket, as I mentioned before, I get my "Purchase Agreement" first, and then one (or more) pages per release. But the "Page Number" on each is "1" because each is a one-page PO. But my "total pages" is "3", so each page reads "Page 1 of 3". Any idea if there's a way around that?
    Thanks again! Hoping you have some more insight! :)
    Cheers!
    Steve

  • EXCEPTION RAISED WHILE OPENING EXCEL SHEET FROM E-BUSINESS SUITE FORM

    Hi,
    I got error message ORA-10656I when was trying to open excel sheet which is in my local drive from e-business suite form. the following is the code where it is raising error.
    Appid := dde.app_begin('C:\Program Files\Microsoft Office\Office12\EXCEL.EXE '||'D:\emp.xls' ,dde.app_mode_normal);
    Oracle EBS version : 11.5.10.2cu
    Server : HP
    OS : HP Unix 11.11
    Could anyone help me out
    Thanks

    Two different forum users, exactly the same question? Hardly possible. So I guess this is just a double post.

  • 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

  • Problems with data migration from E-Business Suite 11i to OID.

    Hi everyone i'm trying to migrate data between Oracle E-Business Suite Release 11i and Oracle Internet Directory.
    I'm following the guidelines from the document: Integrating Oracle E-Business Suite Release 11i with Oracle Internet Directory and Oracle Single Sign On.
    I have created a intermediate LDIF file that will converted to final LDIF file by ldifmigrator utility. But an error occurs when I try to disable a certain profile in the phase of converting the Intermediate LDIF file to final LDIF file. I am running the oidprovtool as cn=orcladmin and the syntax is as follows:
    oidprovtool operation=disable \
    ldap_host=portal10g.skyrr.is \
    ldap_port=3060 \
    ldap_user_dn=cn=oracleadm \
    ldap_user_password=mypasswd \
    application_dn="orclApplicatonCommonName=K95LSP,cn=EBusiness,cn=Products,cn=OracleContext,dc=skyrr,dc=is" \
    profile_mode=BOTH
    The command returns:
    ERROR: Invalid directory credentials. Please check ldap_user_dn and ldap_user_password parameters.
    I'm able to bind whith ldapbind and the syntax is as follows:
    ldapbind -h portal10g.skyrr.is \
    -p 3060
    -D cn=orcladmin
    -w ******
    Can anyone help my to resolve the "Invalid directory credentials" error so that I can continue my Applications 11i migration.
    I must admit that i'm new to Oracle Internet Directory and all advices and pointers are highly appreciated.
    Regards,
    Sammi

    Hello,
    As Scott says, the fact that you're using HTTPS rather than HTTP is pretty much transparent to the mod_plsql handler (well in the respect that you don't really need to do anything 'special' in your application I mean).
    John.
    http://jes.blogs.shellprompt.net
    http://apex-evangelists.com

  • Launching external link from E-Business suite

    Hi,
    I have a requirement to launch an external application from Oracle Application.
    I have a responsibility say 'Launch External App Responsibility' .
    When i click on that, it should launch my application (assume i have the URL of my external Application)
    Any help will be appreciated.
    Thanks in advance.

    Hi,
    Hi,
    Please see these links/threads.
    Note: 332500.1 - How To Call An HTML Webpage From 11i Navigator Menu
    Note: 883404.1 - How To Access External Url When Using SSWA PLSQL Function
    Registering my website to e-Business Suite Apps
    Re: Registering my website to e-Business Suite Apps
    Thanks,
    Hussein

  • How to install APEX wit E-Business Suite Release 12.0.4

    Hi Community,
    We have just installed the VISION demo database and the E-Business Suite Release 12.0.4 on a test environment, under SUSE SLES 10 SP3.
    In order to see if we can take advantege of APEX with the EBS 12.0.4, I would like to know what kind of installation should we make to install APEX 3.1.2.
    Any suggestion or help will be appreciated.
    Rgds.
    Luis.

    Hi Luis,
    here you can find the official statement from Oracle about R12 and mod_plsql (on which Apex is built):
    http://blogs.oracle.com/stevenChan/2008/07/new_whitepaper_mod_plsql_and_e_1.html
    BTW, the most interesting part is in the comments, where you can read "+The Application Express Product Management team is currently working on their own white paper that will discuss APEX and EBS integration best practices in detail.+"
    From my experience, it's not possible to use the Apache servers that come within an R12 environment, so you will need to install a new Apache (that includes mod_plsql) into a separate Oracle Home. Then you will need to install the Apex sw into the Apps R12 database and make sure that Apex is called from the new Apache server that should point to the R12 db.
    Hope it's useful,
    Paolo

  • Unhandled exception while opening excel file from e-business suite form

    Hello,
    I am getting error ORA-106561 (Unhandled errorg) when I am trying to open excel sheet which is reside in my desk top from Oracle E-business suite customized form using dde.app_begin('C:\Program Files\Microsoft Office\Office12\EXCEL.EXE'||'d:\emp.xls' ,dde.app_mode_normal)
    E-BUSINESS SUITE is in Unix server and EBS version is 10.5.10.2cu and hp Unix version is 11.11
    Please help me out in the above issue
    My objective is to open an excel sheet which is in my local disk and read and update the excel.
    Edited by: user538673 on Jul 23, 2010 2:20 AM

    Hello,
    This is the standalone Forms forum here.
    Please, ask your EBS questions on the E-Business Suite forum ;-)
    Francois

  • Fax and SMS from E-Business Suite

    I am currently working on the implementation of HRMS and finance
    modules from the E-business suite. My question is, Is it
    possible to fax or SMS from these core modules, if so how is
    this achieved if using Microsoft exchange, is there any relevant
    documentation around
    Thanks
    Mark

    While I am not aware of any standard published means to do so, you can also think of triggering a Java code to instantiate the business event.
    A non-intrusive approach could be.
    1. Have a Java Business Event Subscription to the Item-create/update event.
    2. Make API calls to the BPEL invocation code from this Java BPES. (The OTN BPEL tutorials have sample code)
    However, there is a risk that the Java client classes required for invoking BPEL processes may not be part of the middle-tier JAVA classpath. ($AF_CLASSPATH in adovars.env). You need to check with techstack team in case you run into issues and need additional jars in the classpath.
    Alternatively,
    3. Create a seeded JMS queue in apps
    4. You can publish a message to a JMS AQ Queue from your Java BES code
    5. Have a JMS adapter to trigger your BPEL process.
    Alternatively, (probably not what you want)
    1. Create a new interface table to store BPEL invocation requests.
    2. Have a DB polling on this table.
    3. Maintain status of BPEL process also in this table.
    4. Purge "success" records from this table at regular intervals. This will keep your DB polling non-intrusive from your actual process flow in apps.

  • Prob in accessing apex from remote machine

    hi,
    i've installed APEX successfully in my server
    and its working fine in the server.
    now i would like to access it from client machines...
    but its not connecting..
    when i tried " ping serverIP " it pings successfully...
    can anyone tel me what the prob is???

    Hi,
    This might help
    http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25143/toc.htm#BABBEFAJ
    Check also that your firewall port is open. If you try connect to Apex port 8080 should be open.
    Br,Jari

  • Use FDM to write mapped data TO (not from) E-Business Suite staging DB

    Hello All,
    Looking for the most efficient method to write FDM mapped data TO (not from) Oracle E-Business Suite staging DB.
    Any thoughts/suggestions are most appreciated.

    You can use the data mart adapter to export the FDM Mapped Data to a file to be imported into EBS.
    You could also use ERPI and use the writeback functionality.

  • How to disable direct forms access in Oracle E-Business Suite R12.1.3

    @Hussein Sawwan
    Hi Hussein,
    I don't know if I have well formulated the title of this discussion. But I will try to explain.
    I have a problem on my TEST Oracle E-Business Suite R12.1.3 instance. After login into the homepage, some forms automatically start opening. I don't know why, last week the system was working fine. This TEST instance is used by users to train themselves.
    How can I make sure that the forms are opening only when someone clicks on them? I don't want the forms to be popping out automatically after someone logs in.
    Thanks in advance.
    Clamarion.

    Hi Clamarion,
    Login as those users and check the preferences, or you can check the value from the backend (through FND_USER_PREFERENCES table).
    About "Applications Start Page" profile option (Doc ID 729375.1)
    https://forums.oracle.com/thread/940401
    Thanks,
    Hussein

  • Active Uasers list required from E Business Suit (11.5.10.2)

    Current Setup -
    We are on Windows setup for Oracle E Business Suit (11.5.10.2), We do not have HR implemented.
    My Requirement -
    I required a select query to find out the active login users who are having email id's attached and seperate list of users id's who do not have attached email id's.
    Also requred a list of AME users / Workflow related users list as well.
    So can any body give me the select statement or a program from which i can get the information which is required?
    Regards,

    Hi,
    Please review links:
    Oracle Applications, SQL, PL/SQL: R12/11i - Current Login Users List
    Useful E-Business Suite Queries
    Oracle Applications - Step by step Approach: Find out which users are logged in Oracle Applications
    SQL to extract active user list with responsibilities | Oracle E-Business Suite
    Thanks &
    Best Regards,

  • Unable to access help for e-business suite

    Hi ,
    We are on R12.0.4. We are getting this error while accessing help .
    "Help target US/AP/@APXSSFSO_FINANCIALS_SYSTEM_PARAMETER could not be found."
    Any help will be appreciated.
    Best regards,
    brinda

    Hi brinda;
    We are on R12.0.4. We are getting this error while accessing help .What is OS? When u are getting this error,i mean accessing where? login page-forms etc.
    "Help target US/AP/@APXSSFSO_FINANCIALS_SYSTEM_PARAMETER could not be found."Is this compliate error? It was working before,if yes what u have been changed?
    Please look at Note:R11: FRM-40735 WHEN ENTERING FINANCIAL OPTIONS IN APXSSFSO FORM - RELEASE 11 [ID 1057440.6] and see helpful
    Regard
    Helios

  • Sending Emails from E-Business Suite

    Hi ,
    we are in the process of implementing Oracle 11i...
    Our consultants tell us that we can automate the sending of emails from PO system..
    If we want ( for example ) to email a Sales Order Acknowledgement to a customer when created , it looks like we'll need a 3rd party app or some development..
    Or if we want to email/fax Invoices...?
    Has anyone any pointers/comments?
    Thanks in advance
    Stephen

    Probably best place to set context is prepareSession() method in ApplicationModuleImpl class.
    See this:
    prepareSession method in ADF | Techartifact
    Oracle Fusion Development: Overriding prepareSession on Application Modules
    Dario

Maybe you are looking for

  • R3trans error with code 0012 and its Solution

    After system refresh i got following error from Quality system while running R3trans -d This is R3trans version 6.14 (release 700 - 18.09.06 - 09:35:00). unicode enabled version 2EETW169 no connect possible: "DBMS = ORACLE --- dbs_ora_tnsname = 'QUA'

  • HT4437 Do you have to have an apple t.v. To use air play

    Do you have to have an apple t.v. To use air play

  • How do I get 30GB of video onto a DVD?

    I recently had an event filmed on an HD video camera. It is about 6 hours of footage total. I cut it down to about 4 hours in iMovie and exported it using QuickTime H.264. The output file is 30GB. What steps would I take to get this burned onto a DVD

  • Basis Support package level of ECC 6.0

    Dear All, I use SAP Version ECC 6.0 (700 Kernel, 64bit) Database SQL. My question is what should be the support package level of ECC 6.0? SAP recommends for the latest support package level always. But, whether the latest support package level will b

  • Can you delete PO (Service, Limit or Material) in SRM ECS????

    We are currently using SRM 4.0 (ECS) and we appear to have problems when deleting PO's (Service, Limit, Material) with just one line item.  The PO after having the one line item deleted goes into status Error in Process.  My questions are these: