Create a fulfilled order in EBS R12

We are using another system to do the order fulfillment. But we are using Oracle Inventory functionality to maintain a virtual inventory. So when we fulfill an order we need to create that order in Oracle OM, so that we can increment/decrement the Oracle Inventory.
Is there a way, to create an already fulfilled Order in OM from backend. What are the steps?

You can use the Order Management api to create and fulfill the order. You find a list of such apis in Hussein's post at
Re: List of APIs and open interface R12
However, if the sole purpose of the order is to adjust the inventory, you can use a simpler solution.
Simply bring over the shipped quantities and perform a account alias issue transaction using the transactions interface.
Hope this helps,
Sandeep Gandhi

Similar Messages

  • Number of Tables in Oracle DW for Oracle EBS R12

    Hi All,
    What are the number table created when we select Oracle EBS R12 as container? In our scenario there were 360 tables that were created. But Issue with DWH DB tables creation it shows that 779 are created?
    Thanks in Advance,
    Dev

    Hi, my 7.9.5.1 datawarehouse has *787* tables (and 730 indexes).
    BTW Is the data warehouse is source independent? I thought it has the same number of tables whether you plan to load from none or any of EBS 11 / EBS 12 / Peoplesoft / Siebel or SAP or some other system. I can load from EBS11.5.10.2, then if I choose, i can truncate everything in the data warehouse, then load fom EBS R12. I dont need to recreate the warehouse in order to do this - the structure of the data ware house stays the same. Right?
    If you look at the DAC log file from the data warehouse creation operation you will see that the command issued was
    C:\app\oracle\product\1013\dac_1\DAC\log\config\createwtables.log:
    C:\app\oracle\product\1013\dac_1\DWREP\BIN\DDLIMP /I N /s N /u BAW /p ******* /c BAW /G "SSE_ROLE" /f C:\app\oracle\product\1013\dac_1\DAC/conf/sqlgen/ctl-file/oracle_bi_dw.ctl /b BAWDATA /K BAWDATA /X BAWINDEX /W N
    There is only one version of the ctl file. It is the same whether you are in the 11 or 12 container?

  • Purchase Order Report In R12

    Hi All,
    I have created a purchase order report in R12,in the test instance the report is running perfectly for all the operating units but when i moved the rdf to the LIVE instance the report is running for only one operating unit(nothing is hard coded in the rdf) and the report says completed normar but after clicking on view output i am getting a msg as the output is not generated for the concurrent request.
    After clicking on the view log i am getting an error msg as
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.US7ASCII
    Enter Password:
    REP-0004: Warning: Unable to open user preference file.
    Report Builder: Release 10.1.2.2.0 - Production on Tue Aug 19 16:41:18 2008
    Help me in fixing this issue.
    Thanks in advance

    Somu,
    chk note:
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=210795.1

  • Want to Integrate ESSO with Oracle EBS R12

    Hi,
    I am newbie to ESSO, want to enable single sign on facility with my Oracle EBS R12 using windows logon as primary authentication. Can anyone guide me how to proceed? can I use ESSO to solve this issue? if yes then please guide me with steps to proceed and achieve desired results.
    Reply awaited..
    Regards,
    Priyanka.

    Priyanka Pawar wrote:
    Thanks for your valuable reply.... Gone through documentation and it is really very helpfull. I can now proceed with downloading ESSO and installation of ESSO-LM.
    As it is 1st time i am tring to implement ESSO, is it possible to install it on my Windows XP PC for testing it's working, installation and configuration? Yes. You will need Active Directory or ADAM for storing metadata. ADAM can be installed on your PC too. There's a Deployment Guide in the docs that describes this.
    >
    What about Template creation? should i follow "Template Configuration and Diagnostics for Web Applications" for creating Template for accessing Oracle EBS R12 application?Yes

  • How to create a .exe script to start and stop Oracle EBS R12 in Linux

    Hello,
    I have installed Oracle EBS R12 in Linux enterprise through Virtual box on windows 7 professional. It takes a long time to start and stop EBS as I have to start and stop the scripts manually - can someone please help me with the following (I have tried searching the web and Oracle for help but have had no joy);
    Q1. I want to create a executable file in Linux so I can double click the file in Linux to start EBS automatically instead of going through each script manually
    Q2. I want to create a executable file in Linux so I can double click the file in Linux to stop EBS automatically instead of going through each script manually
    you help will be appreciated.
    Ali

    I have installed Oracle EBS R12 in Linux enterprise through Virtual box on windows 7 professional. It takes a long time to start and stop EBS as I have to start and stop the scripts manually - can someone please help me with the following (I have tried searching the web and Oracle for help but have had no joy);
    Q1. I want to create a executable file in Linux so I can double click the file in Linux to start EBS automatically instead of going through each script manually
    Q2. I want to create a executable file in Linux so I can double click the file in Linux to stop EBS automatically instead of going through each script manually
    you help will be appreciated.Please see these links.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Autostart+AND+Services&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Auto+AND+Start+AND+Services&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Managing Server Processes
    http://docs.oracle.com/cd/E18727_01/doc.121/e13675/T530130T530133.htm#5274555
    Thanks,
    Hussein

  • EBS R12 - How to create a Timecard

    Hello,
    I'm new to Oracle EBS R12.. I wanted to know the exact steps (including set up steps) for creating a timecard for our organization. It ll be really helpful if you can provide me with the exact step by step procedure. I have installed the Production Database of EBS R12 in my machine.
    Thanks in Advance.

    Please see these docs/links.
    Oracle 11i and R12 Human Resources (HRMS) Time And Labor (OTL) Timecard Configuration [ID 304340.1]
    Oracle Human Resources (HRMS) Time and Labor (OTL) Implementation and User Guide, Release 12 [ID 1070930.1]
    Release 12.1 Documentation Library
    http://download.oracle.com/docs/cd/B53825_03/current/html/docset.html
    Thanks,
    Hussein

  • EBS R12.1.3 BI Publisher is forcing NLS_NUMERIC_CHARACTERS to '.,'

    Hi all,
    I developed a report in EBS 11i (11.5.10.2). It creates XML file via RDF report (only data model in it) and generates layout via XML Publisher RTF template.
    I have some numbers in the report that I format in data model using TO_CHAR(some_numeric_value,'FM999G999G990D00').
    This value is then simply displayed in layout as a string field. No formatting is applied in layout.
    NLS settings that I use are:
    NLS_NUMERIC_CHARACTERS= ,.
    NLS_LANG= CROATIAN_AMERICA.UTF8
    EBS profile option ICX_NUMERIC_CHARACTERS is set to value ,.
    It works fine in EBS 11i (11.5.10.2). For numeric value 20354.1 I get formatted value 20.354,10 and this is exactly what I want.
    A part of XML file with this value is:
    <AMOUNT>20354.1</AMOUNT>
    <AMOUNT_DISP>20.354,10</AMOUNT_DISP>
    The same report also works fine in EBS R12.0.4
    But, in EBS R12.1.3 I have encountered a problem.
    With the same NLS settings as stated above I started getting formatted value 20,354.10 (decimal and grouping separators are changed).
    In a log of my concurrent request I can see the message:
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    and my XML file now looks like this:
    <AMOUNT>20354.1</AMOUNT>
    <AMOUNT_DISP>20,354.10</AMOUNT_DISP>
    This is not good for our customers, they want to see number formatted as 20.354,10.
    We raised SR on Oracle Support, but all we got is an answer that "this is the standard behavior to have the XML report submitted with NLS_NUMERIC_CHARACTER set to ".,". This is a standard and impacting only the XML data file generation in order to prevent discrepancies.".
    I've tried to search for a patch that would fix this, but with no luck.
    I will pursue this issue further on SR, but if anyone has an idea how to fix this I would appreciate it very much.
    I know that I can use "raw" numeric value (e.g.20354.1) and format it in layout template (by using format-number), but there are many reports that I would have to change so I'd rather not do that.
    Thanks!
    Dalibor

    Hi Srini,
    Yes, "NLS Compliant" is checked.
    I have looked at the document you suggested, and based on that I have tried different settings for ICX_TERRITORY profile, but that didn't help.
    I was using language CROATIAN, ICX_TERRITORY was set on AMERICA. I tried setting it to CROATIA, but (like I sadi) that didn't help.
    ICX_NUMERIC_CHARACTERS profile is set to ',.', which should produce number formatting like this: 12.345,67
    When I select from FND_CONCURRENT_REQUESTS I see NLS_NUMERIC_CHARACTERS = ',.' (correct).
    But then XML concurrent report forces NLS_NUMERIC_CHARACTERS to ".," (I see that message in the log) and when I use TO_CHAR(my_number,'FM999G999D99') I get 12,345.67 (which is not ok).
    Anyway, thanks for your effort.
    Dalibor

  • Problem in cloning of EBS R12

    Hi All,
    I am working in Oracle E-Business Suite Release 12.1.1 at RHEL 64bit Os. I want to switch my EBS R12 set to new machine of same OS.
    for the same i am following the document Cloning Oracle Applications Release 12 with Rapid Clone :406982.1. In this
    section 5. Apply the latest Rapid Clone patches
    For Release 12.1:
    Apply patches as listed in Table 3.b.
    Table 3.b: Release 12.1 Rapid Clone patches
    Patch      Description
    9171651:R12.OAM.B 12.1 RAPIDCLONE CONSOLIDATED FIXES JUL/2010
    9833058:R12.OAM.B HOT CLONE FAILS WITH ORA-00201 DURING RECOVERY MANAGER
    12404574:R12.OAM.B ORACLE_HOME REGISTRATION DOES NOT HAPPEN WITH CENTRAL INVENTORY ON LOZ
    12598630:R12.OAM.B R12.1 ONE-OFF FOR S_DB_LISTENER BUG 12362010
    Now
    in Patch : 9171651 (there is instruction to run these patches)
    Instructions For Applying This Patch
    Preparation Tasks
    The tasks in this section can be completed without taking any Applications services or users offline. Required Code levels This patch requires additional code levels to have been successfully
    applied to your system before it can be applied. These code levels,
    as at the time that this patch was built, are listed below. Please check
    'My Oracle Support' to determine if any of these have been uperseded
    R12.AD.A.delta.4
    R12.TXK.A.delta.4
    when I run the above patch p6767273_R12.AD.A_R12_LINUX.zip it give me error of
    This Patch is not compatible with your current code lines
    This patch is compatible with: entity 'ad' - codeline 'R12.AD.A'.
    Your current on site codeline for the entity 'ad' is: 'R12.AD.B'.
    you should not apply this patch
    As i read in blog the 'A' means that it's for 12.0.x release and the 'B' is for release 12.1.x.
    I am novice in EBS .Pls suggest what to do.
    Thanks in advance.

    You need to apply the Patch first.
    Download p9171651_R12.OAM.B_R12_GENERIC.zip Patch.
    Stop Applications.
    Apply the Patch with adpatch and use driver file u9171651.drv.
    Post steps to be done as listed below as per Patch Readme.
    Description
    This patch must be applied on all the APPL_TOPs.
    If your system is implemented as a Shared Application Tier File System,
    you need to apply this patch only once, on any one of the application
    tier nodes. However, AutoConfig must be executed on all the Nodes.
    This patch can be applied on 12.1 or higher.
    Post Install Steps
    After applying this patch, update all Database Tier Nodes with the code level
    provided by this patch, by performing the following steps :
    1. On the Application Tier (as the APPLMGR user):
    . Source the environment variables for Oracle Applications
    UNIX:
    . ./<APPL_TOP>/APPS<CONTEXT_NAME>.env
    Windows:
    <APPL_TOP>\envshell<CONTEXT_NAME>.cmd
    . Run AutoConfig on the APPL_TOP
    . Execute admkappsutil.pl utility to create the file appsutil.zip
    perl <AD_TOP>/bin/admkappsutil.pl
    This will create appsutil.zip in <INST_TOP>/admin/out
    Note:
    For exact details on how to run Autoconfig and how to create appsutil.zip,
    please refer to Metalink Note 387859.1.
    2. On the Database Tier (as the ORACLE user):
    . Source the environment variables for RDBMS ORACLE_HOME
    UNIX:
    cd <RDBMS ORACLE_HOME>
    . ./<RDBMS ORACLE_HOME>/<CONTEXT_NAME>.env
    Windows:
    <RDBMS ORACLE_HOME>\<CONTEXT_NAME>.cmd
    . Copy or FTP the appsutil.zip file to the <RDBMS ORACLE_HOME>
    . Uncompress appsutil.zip under the <RDBMS ORACLE_HOME>
    cd <ORACLE_HOME>
    unzip -o appsutil.zip
    . Run AutoConfig on the <RDBMS ORACLE_HOME>
    Note:
    For exact details on how to run Autoconfig on the dbTier and how transfer
    the AutoConfig updates from the APPL_TOP to the RDBMS ORACLE_HOME please
    refer to Metalink Note 387859.1, Section 2, Step 3 (Patching AutoConfig).
    3. Re-run adpreclone.pl on the dbTier and appsTier
    Warning:
    Since new updates included on this patch have been applied to the system,
    Adpreclone must be executed again in order to apply them into the clone
    directory structures used during cloning.
    perl adpreclone.pl dbTier
    perl adpreclone.pl appsTier
    Note:
    For exact details on how to run adpreclone.pl, please refer to Metalink
    Note 406982.1.

  • EBS R12.1.1 databse copy windows to windows??

    Hi All,
    I am a report developer. I have two servers(VMs)
    Server1: Win 2008, Oracle EBS R12.1.1.
    Server2: Win XP SP3, about to install Oracle 11g R1
    My goal is to copy the whole EBS R12.1.1 Vision Instance database (VIS) on Server1 to Server 2 Oracle Database....And please not that I need only data in those schemas - I use that to run ETL scripts, so, on Server2 I am not going to run any EBS Applications(Forms, or reports or others).
    In order to do this I am thinking of using http://www.dba-oracle.com/oracle_tips_db_copy.htm, or RMAN method....
    Now my questions are:
    1. Can I used any of the above methods?
    2. If yes, For both the above methods, during the installation of Target Database (Server 2) do I need to select "Create Starter Database (Additional 1482MB)" option? I am in a great disk space crisis so, I prefer not to select that option, but can I follow above clone methods with out creating a starter database in the target system?
    Thanks and regards.

    My goal is to copy the whole EBS R12.1.1 Vision Instance database (VIS) on Server1 to Server 2 Oracle Database....And please not that I need only data in those schemas - I use that to run ETL scripts, so, on Server2 I am not going to run any EBS Applications(Forms, or reports or others).
    In order to do this I am thinking of using http://www.dba-oracle.com/oracle_tips_db_copy.htm, or RMAN method....
    Now my questions are:
    1. Can I used any of the above methods?Yes, but if you are not familiar with RMAN or backup/recovery methods this may not be easy (or straightforward) for you.
    2. If yes, For both the above methods, during the installation of Target Database (Server 2) do I need to select "Create Starter Database (Additional 1482MB)" option? I am in a great disk space crisis so, I prefer not to select that option, but can I follow above clone methods with out creating a starter database in the target system?Even if you do not create a new database, you will end up having the same database size after you copy the files or use RMAN (backup/restore). Your target database size on the target database will be exactly the same database size on the source database.
    I would prefer you use one of the following methods instead of RMAN:
    1) Rapid Clone (clone the database tier node only and this is the best option for you) -- Cloning Oracle Applications Release 12 with Rapid Clone [ID 406982.1]
    2) The method in the link referenced by you
    3) Export/Impot (which is time consuming):
    Export/import process for R12 using 11gR1 or 11gR2 [ID 741818.1]
    Export/Import Process for Oracle E-Business Suite Release 12 using 10gR2 [ID 454616.1]
    Thanks,
    Hussein

  • Journal Import EBS R12 Issue

    Hi All,
    Environment :
    - Solaris 11
    - EBS R12
    - Oracle DB 11.2.0.3.0
    Journal Import Profile option is default (still no settings / default settings / not still tune).
    Our Journal Import could not submit more than 4000 records.
    When we try to import data more than 4000, there is an error SQL*Net message to client on OAM view log, and when I looking on LAB128 and OEM, the process stop mostly on gl.gl_je_lines, sometimes on gl.gl_je_headers.
    I had already followed suggestion from metalink forum :
    change DB : sqlnet.ora, listener.ora
    add sqlnet.ora on Apps Server (EBS R12 Server)
    But, now there is another issue, the error SQL*Net message to client not raise anymore, but when I see Journal Import OAM log, LAB128 and OEM, the sessions is inactive but the process looks like looping forever.
    Need suggestion solution for this issue.
    Any help is very appreciated and score. Thanks before.
    Best Regards,
    Yohanes Hany Haryadi Widodo
    Edited by: SigCle on May 7, 2013 2:11 AM

    Dear Mr. Hussein,
    Our EBS version : 12.1.3, while
    R12:Journal Import Failing With ORA-24337 Error When Importing All GROUP IDs [ID 1159594.1] Oracle General Ledger - Version: 12.0.0 to 12.1.2 - Release: 12.0 to 12.1
    I'm already change the settings of :
    Please revert to Oracle Net Server tracing/logging, set following parameter in the server's sqlnet.ora :
    DIAG_ADR_ENABLED = OFF
    - to back out the ADR diag for the Listener component, set following parameter in the server's listener.ora:
    DIAG_ADR_ENABLED_<listenername> = OFF
    - Where the <listenername> would be replaced with the actual name of the configured listener(s) in the listener.ora configuration file. For example, if the listener name is 'LISTENER', the parameter would read:
    DIAG_ADR_ENABLED_LISTENER = OFF
    -Reload or restart the TNS Listener for the parameter change to take effect.
    ACTION PLAN
    ============
    We will need to trace a connection on both CLIENT and SERVER endpoints to see what is happening. Please follow these steps:
    1. Add the following parameters in the sqlnet.ora file on the CLIENT workstation (where sql loader is executed):
    TRACE_LEVEL_CLIENT=16
    TRACE_DIRECTORY_CLIENT=<some_known_directory>
    TRACE_FILE_CLIENT=client
    TRACE_UNIQUE_CLIENT=ON
    TRACE_TIMESTAMP_CLIENT=ON
    DIAG_ADR_ENABLED =OFF -- add this in case of 11g client
    If you need to restrict the amount of disk space used by the long-term traces then you can also set the following:
    TRACE_FILELEN_CLIENT=<file_size_in_Kbytes>
    TRACE_FILENO_CLIENT=<number_of_files>
    2. Add the following parameters in the sqlnet.ora file on the SERVER:
    TRACE_LEVEL_SERVER=16
    TRACE_DIRECTORY_SERVER=<some_known_directory>
    TRACE_FILE_SERVER=server
    TRACE_TIMESTAMP_SERVER=ON
    DIAG_ADR_ENABLED =OFF
    If you need to restrict the amount of disk space used by the long-term traces then you can also set the following:
    TRACE_FILELEN_SERVER=<file_size_in_Kbytes>
    TRACE_FILENO_SERVER=<number_of_files>
    3. Try to reproduce the issue.
    4. Check if trace files were created.
    5. Disable tracing by removing the TRACE lines from sqlnet.ora on both CLIENT and SERVER.
    6. Compress (in .zip or .tar.gz format) and upload the trace files.
    We only need a pair of client and server trace files for the same sqlplus session which exhibits the issue; in order to match client and server trace files you should use the tips in Note:374116.1 "How to Match Oracle Net Client and Server Trace Files"below is result of failing Journal Import :
    +---------------------------------------------------------------------------+
    General Ledger: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    GLLEZL module: Journal Import
    +---------------------------------------------------------------------------+
    Current system time is 07-MAY-2013 19:43:26
    +---------------------------------------------------------------------------+
    gllsys() 07-MAY-2013 19:43:26
        fnd_user_id = 1164
        fnd_user_name = CN_FAH_MANAGER
        fnd_login_id = 134937
        con_request_id = 491859
        sus_on = 0
        from_date =
        to_date =
        create_summary = 1
        archive = 0
        num_rec = 25000
        run_id = 6415
    << gllsys() 07-MAY-2013 19:43:26
    SHRD0108: Retrieved 202 records from fnd_currencies
    gllcnt() 07-MAY-2013 19:43:26SHRD0118: Updated 1 record(s) in table: gl_interface_control
    source name = CN FAH Credit Card 
    interface source name = CN FAH Credit Card 
    group id = 17232
    ledger_id = -1
    LEZL0001: Found 1 sources to process.
    glluch() 07-MAY-2013 19:43:26
    << glluch() 07-MAY-2013 19:43:26
    gl_import_hook_pkg.pre_module_hook() 07-MAY-2013 19:43:26
    << gl_import_hook_pkg.pre_module_hook() 07-MAY-2013 19:43:26
    glusbe() 07-MAY-2013 19:43:26
    << glusbe() 07-MAY-2013 19:43:26
    << gllcnt() 07-MAY-2013 19:43:26
    gllacc() 07-MAY-2013 19:43:26
    << gllacc() 07-MAY-2013 19:43:26
    gllenc() 07-MAY-2013 19:43:26SHRD0108: Retrieved 6 records from gl_encumbrance_types
    << gllenc() 07-MAY-2013 19:43:26
    gllfss() 07-MAY-2013 19:43:26LEZL0005: Successfully finished building dynamic SQL statement.
    << gllfss() 07-MAY-2013 19:43:26
    gllcje() 07-MAY-2013 19:43:26
    gllalb() 07-MAY-2013 19:43:26
    << gllalb() 07-MAY-2013 19:43:26
    glllgr() 07-MAY-2013 19:43:34
    gllpst() 07-MAY-2013 19:43:34SHRD0108: Retrieved 45 records from gl_period_statuses
    << gllpst() 07-MAY-2013 19:43:34
    gllbud() 07-MAY-2013 19:43:34
    << gllbud() 07-MAY-2013 19:43:34
        currency = IDR
        sus_flag = N
        ic_flag = Y
        bc_flag = N
        latest_opened_encumbrance_year = 2011
    << glllgr() 07-MAY-2013 19:43:34
    SHRD0108: Retrieved 200 records from gl_je_categories
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    <x gllcje() 07-MAY-2013 19:49:18
    Error in: gllcje
    Function return status: 0
    Function Err Message: Executing upd_prep using descriptor updbindda
    Function warning number: -1
    sqlcaid:   sqlabc: 0  sqlcode:  -3113  sqlerrml: 48
    sqlerrmc:
    ORA-03113: end-of-file on communication channel
    sqlerrp:       sqlerrd: 0 1 0 0 0 538976288
    sqlwarn:           sqltext: 
    *****************************************************SHRD0044: Process logging off database and exiting ...
    +---------------------------------------------------------------------------+
    Start of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    End of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    ORACLE error 3114 in AFPRSR-Resubmit_Time
    Cause: AFPRSR-Resubmit_Time failed due to ORA-03114: not connected to ORACLE
    The SQL statement being executed at the time of the error was:  and was executed from the file .
    Routine FDPCLS encountered an error changing request 491859 status.
    Contact your support representative.
    ORACLE error 3114 in close_server_files
    Cause: close_server_files failed due to ORA-03114: not connected to ORACLE.
    The SQL statement being executed at the time of the error was: &SQLSTMT and was executed from the file &ERRFILE.
    ORACLE error 3114 in fetch_lines
    Cause: fetch_lines failed due to ORA-03114: not connected to ORACLE.
    The SQL statement being executed at the time of the error was: &SQLSTMT and was executed from the file &ERRFILE.
    ORACLE error 3114 in open_server_files
    Cause: open_server_files failed due to ORA-03114: not connected to ORACLE.
    The SQL statement being executed at the time of the error was: &SQLSTMT and was executed from the file &ERRFILE.
    ORACLE error 3114 in close_user_handles
    Cause: close_user_handles failed due to ORA-03114: not connected to ORACLE.
    The SQL statement being executed at the time of the error was: &SQLSTMT and was executed from the file &ERRFILE.
    ORACLE error 3114 in FDPCLS
    Cause: FDPCLS failed due to ORA-03114: not connected to ORACLE
    The SQL statement being executed at the time of the error was: lock TABLE FND_CONCURRENT_REQUESTS IN SHARE UPDATE MODE and was executed from the
    /u02/oracle/PFT/apps/apps_st/appl/gl/12.0.0/bin/GLLEZL
    Program exited with status 1
    +---------------------------------------------------------------------------+
    Executing request completion options...
    Output file size:
    0
    Finished executing request completion options.
    +---------------------------------------------------------------------------+
    Concurrent request completed
    Current system time is 07-MAY-2013 19:49:18
    +---------------------------------------------------------------------------+I don't know how ORA-03114: not connected to ORACLE could happened.
    My temporary suspect is on network issue between Apps Server and DB Server (Two-Tier) because with AutoBatch for FAH (Financial Accounting Hub), there is 5 Journal Import Processing on Request and only this one was error.
    My team had raised this issue to SR two days ago, hopefully few hours again, we could see their answer.
    Best Regards,
    Yohanes
    Edited by: SigCle on May 14, 2013 3:05 AM

  • How do you display the tables of EBS R12 (VIS)?

    Hi,
    My sqlplus does not work but I have an Oracle sqldeveloper. How do you display the tables info of order management module in EBS R12 for windows?
    For example:
    Base tables
    oe_order_headers_all
    oe_lines_all
    oe_lot_serial_numbers
    oe_sales_credits
    oe_price_adjustments
    Interface tables:
    OE_HEADERS_IFACE_ALL
    OE_LINES_IFACE_ALL
    OE_RESERVTNS_IFACE_ALL
    OE_CREDITS_IFACE_ALL
    OE_PRICE_ADJS_IFACE_ALL
    OE_LOTSERIALS_IFACE_ALL
    OE_ACTIONS_IFACE_ALL
    Thanks,
    Fernando

    Hi Fernando,
    The tables for Order Management will mostly be in ONT schema - APPS schema only holds Views, Synonyms, PL/SQL Packages and similar abstractions.
    In SQL Developer make a connection to the APPS schema, then go to Synonyms and you'll see the tables (note you should filter as there are lots of objects in Apps schema)!
    In the synonym SQL tab you can see the base schema for the table, e.g.
    CREATE OR REPLACE SYNONYM "APPS"."OE_ORDER_HEADERS_ALL" FOR *"ONT"*."OE_ORDER_HEADERS_ALL";
    Make a connection to the base schema, e.g. ONT.
    Then you'll see the ONT tables under the Tables folder.
    Alternatively, connect as apps and execute SQL "desc OE_ORDER_HEADERS_ALL"
    Or look at the APPS schema views instead, e.g. OE_ORDER_HEADERS
    Regards,
    Gareth
    Edited by: gareth.roberts on Aug 18, 2009 11:52 AM

  • Install EBS R12 in Windwos 2003 Server - Post-Install Checks Problem

    Help! Help! Help!
    I have successfully installed EBS R12 to a Windows 2003 Server. But after the Post-Install Checks, the report showed that only 'Login Page' is failure.
    Login Page:
    checking URL: http://tpcl.tpclnh.local:8000/OA_HTML/AppsLogin
    RW-50016: Error:- {0} was not created:
    File = {1}
    I tried using SQL Plus & Oracle Form to connect the Vision database. I can see the all the Vision schemas.
    The problem is I could not run the main page of
    http://tpcl.tpclnh.local:8000/
    What I can do to figure out this problem?

    Starting from Oracle E-Business Suite R12, Apache no longer comes as a standalone Windows service.
    In order to start Apache (and other iAS components) you either start 'Oracle Process Manager for SID_hostname' service from Windows services.
    OR
    Use 'adapcctl.cmd' located under $INST_TOP/admin/scripts
    - To start Apache: adapcctl.cmd start
    - To stop Apache: adapcctl.cmd stop
    - To check the status of Apache (Alive/Down) as well as other iAS components: adapcctl.cmd status

  • EBS R12 Database Copy or clone - init.ora, and spfile conflict...

    Hi All,
    I am a report developer. I have two servers(VMs)
    Server1: Win 2008, Oracle EBS R12.1.1. (db_name = vis)
    Server2: Win XP SP3, Oracle 11g R1 (db_name = orcl)
    My goal is to copy the whole EBS R12.1.1 Vision Instance database (VIS) on Server1 to Server 2 Oracle Database....And please note that I need only data in those schemas - I use that to run ETL scripts, so, on Server2 I am not going to run any EBS Applications(Forms, or reports or others).
    In order to do this I am http://www.dba-oracle.com/oracle_tips_db_copy.htm method.
    During the process I have encountered an issue - Server1 (VIS) database uses initVIS.ora file as parameter file, where as Server 2 uses SPFILE.ORA as parameter file.
    in Step8 we have to copy the init.ora file from EBS R12 to Server2, but this doesn't help me as server2 use spfile.
    please give me your suggestions to solve this gap......
    Thanks!

    user12296343 wrote:
    Hi All,
    I am a report developer. I have two servers(VMs)
    Server1: Win 2008, Oracle EBS R12.1.1. (db_name = vis)
    Server2: Win XP SP3, Oracle 11g R1 (db_name = orcl)
    My goal is to copy the whole EBS R12.1.1 Vision Instance database (VIS) on Server1 to Server 2 Oracle Database....And please note that I need only data in those schemas - I use that to run ETL scripts, so, on Server2 I am not going to run any EBS Applications(Forms, or reports or others).
    In order to do this I am http://www.dba-oracle.com/oracle_tips_db_copy.htm method.
    During the process I have encountered an issue - Server1 (VIS) database uses initVIS.ora file as parameter file, where as Server 2 uses SPFILE.ORA as parameter file.
    in Step8 we have to copy the init.ora file from EBS R12 to Server2, but this doesn't help me as server2 use spfile.
    please give me your suggestions to solve this gap......
    Thanks!Please update your original thread instead of creating new one -- Re: EBS R12.1.1 databse copy windows to windows??

  • Page can not be Displayed in EBS R12 64bit - OEL 5.4 64bit

    Hi Hussein,
    I have just installed EBS R12 (12.0.4) 64 bit on OEL 5.4 64bit, for our new client.
    The installation was successfull in general, but as usual I hit with this "Page Can Not Be Displayed" error and the client side ie browser.
    I can startup and shutdown the DbTier with status "0".
    I can startup and shutdown the AppsTier with status "0" (well it shows this overall status at the end, but I see some error with "OHS")
    This the sample log of the AppsTier:
    [applprod1@rdbms2 ~]$ ./startAPP
    You are running adstrtal.sh version 120.13.12000000.3
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adopmnctl.sh start
    script returned:
    You are running adopmnctl.sh version 120.4.12000000.3
    Starting Oracle Process Manager (OPMN) ...
    opmnctl: opmn started.
    adopmnctl.sh: exiting with status 0
    adopmnctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/app                                             l/admin/log/adopmnctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adapcctl.sh start
    script returned:
    You are running adapcctl.sh version 120.6.12000000.2
    Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    opmnctl: opmn is already running.
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=rdbms2.ficsd.com:6200
        0 of 1 processes started.
    ias-instance id=VIS_rdbms2.rdbms2.ficsd.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
        HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=399901443,pid=2395)
        failed to start a managed process after the maximum retry limit
        Log:
        /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/ora/10.1.3/opmn/HTTP_Server~1
    adapcctl.sh: exiting with status 0
    adapcctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl                                             /admin/log/adapcctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adoacorectl.sh start
    script returned:
    You are running adoacorectl.sh version 120.11.12000000.2
    Starting OPMN managed OACORE OC4J instance  ...
    adoacorectl.sh: exiting with status 0
    adoacorectl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/a                                             ppl/admin/log/adoacorectl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adformsctl.sh start
    script returned:
    You are running adformsctl.sh  version 120.12.12000000.3
    Starting OPMN managed FORMS OC4J instance  ...
    adformsctl.sh: exiting with status 0
    adformsctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/ap                                             pl/admin/log/adformsctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adoafmctl.sh start
    script returned:
    You are running adoafmctl.sh version 120.6.12000000.2
    Starting OPMN managed OAFM OC4J instance  ...
    adoafmctl.sh: exiting with status 0
    adoafmctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl/admin/log/adoafmctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adalnctl.sh start
    script returned:
    adalnctl.sh version 120.3
    Checking for FNDFS executable.
    Starting listener process APPS_VIS.
    adalnctl.sh: exiting with status 0
    adalnctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl/admin/log/adalnctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adcmctl.sh start
    script returned:
    You are running adcmctl.sh version 120.14
    Starting concurrent manager for VIS ...
    Starting VIS_1001@VIS Internal Concurrent Manager
    Default printer is noprint
    adcmctl.sh: exiting with status 0
    adcmctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl/admin/log/adcmctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/jtffmctl.sh start
    script returned:
    You are running jtffmctl.sh version 120.3
    Validating Fulfillment patch level via /u02/applprod1/VIS/apps/apps_st/comn/java/classes
    Fulfillment patch level validated.
    Starting Fulfillment Server for VIS on port 9300 ...
    jtffmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    All enabled services for this node are started.
    adstrtal.sh: Exiting with status 0
    adstrtal.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl/admin/log/adstrtal.log for more information ...As you can see, the last had overall status code "0"
    But there is this error:
    Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    opmnctl: opmn is already running.
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=rdbms2.ficsd.com:6200
    0 of 1 processes started.
    ias-instance id=VIS_rdbms2.rdbms2.ficsd.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=399901443,pid=2395)
    failed to start a managed process after the maximum retry limit
    Log:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/ora/10.1.3/opmn/HTTP_Server~1
    adapcctl.sh: exiting with status 0
    adapcctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl/admin/log/adapcctl.txt for more information ...
    But it says status 0 too, does this cause the "web page can not be displayed"?
    Please Help........................
    Thanks a lot in advance

    Did you remove the lock files as suggested before?Not yet, I am not at the client right now, I will go there tomorrow morning. I am just practising here in our office test instance :)
    The access log file has:
    127.0.0.1 - - [01/Oct/2009:21:57:20 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:57:40 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:58:00 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:58:20 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:58:40 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:59:00 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:59:20 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:59:40 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:22:00:00 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:22:00:20 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:22:00:40 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:22:01:00 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"And the error log file:
    [Thu Oct  1 08:42:44 2009] [notice] Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server configured -- resuming normal operations
    [Thu Oct  1 08:42:44 2009] [notice] Accept mutex: fcntl (Default: fcntl)
    [Thu Oct  1 08:50:51 2009] [warn] [client 192.168.1.170] oc4j_socket_recvfull timed out
    [Thu Oct  1 08:50:51 2009] [error] [client 192.168.1.170] [ecid: 1254357949:192.168.1.170:24084:0:3,0] mod_oc4j: request to OC4J rel12.ebiztech.biz:21500 failed: Connect failed
    [Thu Oct  1 09:28:40 2009] [notice] Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server configured -- resuming normal operations
    [Thu Oct  1 09:28:40 2009] [notice] Accept mutex: fcntl (Default: fcntl)
    [Thu Oct  1 09:29:58 2009] [error] [client 192.168.1.100] [ecid: 1254360598:192.168.1.170:27679:0:2,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 09:51:22 2009] [error] [client 192.168.1.101] [ecid: 1254361882:192.168.1.170:27679:0:11,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 09:51:26 2009] [error] [client 192.168.1.101] [ecid: 1254361886:192.168.1.170:28180:0:13,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 09:51:43 2009] [error] [client 192.168.1.101] [ecid: 1254361903:192.168.1.170:28256:0:17,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 09:52:55 2009] [error] [client 192.168.1.101] [ecid: 1254361975:192.168.1.170:27678:0:17,0] Directory index forbidden by rule: /u01/applr1211/VIS/apps/apps_st/comn/java/classes/
    [Thu Oct  1 11:40:43 2009] [error] [client 192.168.1.101] [ecid: 1254368443:192.168.1.170:28256:0:53,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 12:08:25 2009] [error] [client 192.168.1.101] [ecid: 1254370105:192.168.1.170:28256:0:66,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 12:08:28 2009] [error] [client 192.168.1.101] [ecid: 1254370108:192.168.1.170:27677:0:59,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 13:05:48 2009] [error] [client 192.168.1.101] [ecid: 1254373548:192.168.1.170:28179:0:127,0] Directory index forbidden by rule: /u01/applr1211/VIS/apps/apps_st/comn/java/classes/
    [Thu Oct  1 13:06:56 2009] [error] [client 192.168.1.101] [ecid: 1254373616:192.168.1.170:28178:0:226,0] Directory index forbidden by rule: /u01/applr1211/VIS/apps/apps_st/comn/java/classes/
    [Thu Oct  1 13:06:56 2009] [error] [client 192.168.1.101] [ecid: 1254373616:192.168.1.170:28178:0:227,0] File does not exist: /u01/applr1211/VIS/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Thu Oct  1 13:06:56 2009] [error] [client 192.168.1.101] [ecid: 1254373616:192.168.1.170:28178:0:228,0] File does not exist: /u01/applr1211/VIS/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gifThe above error normal? Its just my test instance and the users seem have no problem? or I am just not aware of.
    Thanks

  • EBS R12.1.3 with Apex 4.1.1 Calling a JSP

    I am running Apex 4.1.1 using EBS 12.1.3. THe EBS instance is a two tier system (web/application server on a different machine to the database). A glassfish server has been installed on the same server as EBS web server(same linux owner for both) and the Apex listner is running inside glassfish.
    I am wanting to call a JSP(located on the web) server from Apex, to get a list of files from a given directory(on the web server) and display the files in the browser using using apex. In other word, a user click on a button/tab... it runs a JSP that returns a list of the files in a given directory and displays them in a tabular format within Apex.
    Can this be done, if so how ?
    Thanks

    Hi Pete,
    I'm working on integrating EBS R12 and APEX 4.1.1, I had followed the Extending Oracle E-Business Suite Release 12 using Oracle Application Express white paper. In the white paper its said that Create Authentication Scheme From scratch, but there is no option to create application scheme from the scratch,but the page showing like this
    When you create a new authentication scheme, you have several options. Most let you reuse implementations that already exist in your application or in other applications within your workspace. There are even some pretested schemes you can copy to get you up and running immediately.
    Create Scheme:     
    Based on a pre-configured scheme from the gallery
    As a copy of an existing authentication scheme
    You may create a new authentication scheme by making a copy of one in this application or in another application in your workspace. Then you can edit the new scheme, changing the name to what you prefer and changing any of the settings to meet your requirements.
    Alternately, you may create a new authentication scheme from scratch by stepping through the wizard and specifying all of the parameters.
    How can we create Authentication Scheme using the wizard but there is no option to create via wizard.
    Kindly help me because i had no idea and stuck up at this point, is any document you have kindly share with me it would be grateful...
    Thanks,
    Karthik

Maybe you are looking for