How to get E-Business Suite session.

I want to get E-business suite session in Java program.

Hi User,
TRY THIS..!!
FND_GLOBAL.APPS_INITIALIZE (Server)
Variable      Description
Summary      
procedure APPS_INITIALIZE(user_id in number,
          resp_id in number,
          resp_appl_id in number);
Description      This procedure sets up global variables and profile values in a database session. Call this procedure to initialize the global security context for a database session. You can use it for routines such as Java, PL/SQL, or other programs that are not integrated with either the Oracle E-Business Suite concurrent processing facility or Oracle Forms (both of which already do a similar initialization for a database session). The typical use for this routine would be as part of the logic for launching a separate non-Forms session (such as a Java program) from an established Oracle E-Business Suite form session. You can also use this procedure to set up a database session for manually testing application code using SQL*Plus. This routine should only be used when the session must be established outside of a normal form or concurrent program connection
You can obtain valid values to use with this procedure by using profile option routines to retrieve these values in an existing Oracle E-Business Suite form session. For manual testing purposes, you can use Examine during an Oracle E-Business Suite form session to retrieve the profile option values.
Variable      Description
USER_ID      The USER_ID number
RESP_ID      The ID number of the responsibility
RESP_APPL_ID      The ID number of the application to which the responsibility belongs
Example
fnd_global.APPS_INITIALIZE (1010, 20417, 201);
Hope this is Helpful
MARK THE ANSWER CORRECT OR HELPFUL...

Similar Messages

  • How to install E-business suite for easy and simple?

    Please help me.
    I installed oracle application 11i,but i don,t use it. when i create a new user or modify a user,then login in system with this user name,but it is failed.the error message is :
    ORA-01403:not found data.
    ORA-06510:
    ORA-01403: Traslation data has not been installed yet,pleas apply NLS patch.
    who tell me:how to get NLS pacth?where get NLS patch?

    LAVANKV wrote:
    Hi All,
    Can any body direct me how to install e business suite on linux 32 bit env.
    Thanks.Interesting Documents Concerning E-Business Suite 11i to R12 Upgrades [ID 850008.1]
    Oracle E-Business Suite Installation Guide Using Rapid Install
    http://docs.oracle.com/cd/E18727_01/doc.121/e12842/toc.htm
    Thanks,
    Hussein

  • How to install e business suite on linux 32 bit?

    Hi All,
    Can any body direct me how to install e business suite on linux 32 bit env.
    Thanks.

    LAVANKV wrote:
    Hi All,
    Can any body direct me how to install e business suite on linux 32 bit env.
    Thanks.Interesting Documents Concerning E-Business Suite 11i to R12 Upgrades [ID 850008.1]
    Oracle E-Business Suite Installation Guide Using Rapid Install
    http://docs.oracle.com/cd/E18727_01/doc.121/e12842/toc.htm
    Thanks,
    Hussein

  • How to maintaing E-Business suite with latest product levels and bug/securi

    Hi All,
    How to maintaing E-Business suite with latest product levels and bug/security fixes?
    backup strataegies for database and E-BS suite?
    what is mean by gather user requirements?
    Please some one explain briefly...........
    Thanks

    Please post your question in the appropriate forum.
    E-Business Suite
    http://forums.oracle.com/forums/category.jspa?categoryID=3
    Thanks,
    Hussein

  • How to Unlicensed E-business suite product ?

    Hi,
    How to Unlicensed E-business suite product module ?
    If I want to take off CASH management which is currently showing as licensed product like that.
    Thanks

    Hi,
    There is no direct way to achieve this, so you will have to restore the application/database files from a backup before this module was licensed. If you cannot afford this solution, please log a SR and see if Oracle support would suggest any workaround.
    Note: Please do not update any table manually unless you are instructed to do so by Oracle Support.
    Regards,
    Hussein

  • How to reduce buffer busy waits, session hanging due to buffer busy waits

    Hi,
    How to reduce buffer busy waits, session hanging due to buffer busy waits.
    Thanks,
    Sathis.

    When I see through enterprise manager I see lot of
    tables with buffer busy waits.
    Is there any way by table name we can check the
    blocks info.
    The simple way is to look at the SQL statement and corresponding table name?
    P1=file#, P2=block#. You can extract segment name(table or index) using this info.
    Query v$bh like following:
    SQL> select file#, block#, class#, objd from v$bh where file# = P1 and block# = P2;
    SQL> select object_name from all_objects where object_id = <objd>;See following doc:
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14237/dynviews_1051.htm
    Or you can dump block:
    SQL> alter system dump datafie <P1> block <P2>;Some excerpts from block dump:
    scn: 0x07df.17e70782 seq: 0x01 flg: 0x04 tail: 0x07822301
    frmt: 0x02 chkval: 0x61d0 type: 0x23=PAGETABLE SEGMENT HEADER
    Map Header:: next  0x00000000  #extents: 1    obj#: 55881  flag: 0x10000000>
    Can we do something at table level that will reduce
    the waits.
    Yes, some methods are known. But before thinking of that, you must verify which block class and which access are involved.
    Typo... always. :(
    Message was edited by:
    Dion_Cho

  • Can anyone explain to how to get rid off restore session on the mozilla firefox it keeps coming up every time i click on mozilla firefox it comes up restore session why is this it is driving me nuts

    can anyone explain to me how to get rid off restore session on the mozilla firefox it keeps coming up every time i click on mozilla firefox it comes up restore session why is this i want to get rid of it it is driving me nuts

    What do you have checked in Firefox Preferences>General?
    Ciao.

  • How to Restore E-Business Suite after Server Crash?

    Hi Hussein Sawwan,
    I have a question that will be useful to other members of the community. How do I restore Oracle E-Business Suite R12 after physically loosing the server that hosts the ERP instance?
    I have 2 scenarios here:
    1-Existing cold backups of the DbTier and AppsTier are available
    I have been doing a full backup of the Apps and Inst folders once a week on an external drive.
    I have been copying the DB folder (Data + DBMS_ORACLE_HOME) after shutting down the database cleanly once a week on an external drive. Noting that, here the database is in NOARCHIVELOG mode.
    2-Existing Hot backups of the Database are available and I have a backup of the Apps and Inst folders (AppsTier)
    The database is in archivelog here. I have been doing a full hot backup of the database once a week, an Incremental backup everyday, and a full backup of the archivelogs once a week. All of this to an external drive. The Apps and Inst folders are backed up once a week to an external drive.
    Let say something bad happens and we completely loose the physical server. How can I do to restore and recover my Oracle E-Business Suite R12 to a new server?
    I know I will have to Install the same OS on the new server, but what happens after that?
    Thanks in advance,
    Clamarion.

    I believe the easiest approach would be:
    - Install the same OS on the new servers
    - Install OS pre-req software and packages for your EBS instance
    - Restore from cold backup (if the crash happened directly after this backup and you haven't lost any data)
    OR,
    - Restore from hot backup (if the crash happened after your cold backup and you have data that wasn't part of the cold backup)
    I assume that no changes to the hostname, domainname, IP Address, port numbers, directory structure, ..etc is taking place in this restore.
    Thanks,
    Hussein

  • How to integrate E-Business Suite and OWB

    I want to extract data from an E-business Suite (EBS) database. In the OWB 10.2 userguide is a paragraph, Enabling Integration with Oracle E-business Suite, telling me to import some metadata tables from the EBS-database. But how do I go from there to extracting the application data from the EBS database?
    Jaap.

    Hi Jaap,
    Take a look at the following paper on OTN as to how the EBS connector works in 10.2 (http://www.oracle.com/technology/products/warehouse/pdf/ERP%20Data%20Integration%20with%20OWB.pdf)
    In general this works like most import and loads in OWB. You basically read the EBS metadata catalog and then once that information is in OWB, you drag these tables into mappings.
    Hope this answers the questions,
    JP

  • How to study E-business suite?

    Hi all,
    I never studied Oracle any products. I want to study Oracle 11i e-business suite, but I don't know how to study it. Can you give me some suggestions and give me some documents for study? Thanks!

    Hi,
    Please see the following threads.
    How to go over E business suite?
    Re: How to go over E business suite?
    Books/Documents that I can Refer to pass Certification
    Re: Books/Documents that I can Refer to pass Certification.
    Regards,
    Hussein

  • How to customize E-Business Suite Forms Managed Attachments Solution

    Hi
    i had requirement in that i have to configure E-Business Suite Forms Managed Attachments Solution , i have to add an extra attribute in header region of oaf Form
    how can i add an extra attribute in that region .
    In the Line item entry The left box shows Oracle E-Business Suite configuration and connects to the Oracle E-Business Suite configuration database; it includes transaction tables, custom PLLs, and AXF PL/SQL procedures. To the right are two WebLogic Server boxes, one connecting to an AXF configuration database and containing AXF 11g , and the other WebLogic Server box connecting to a Content Server database and containing Content Server 11g and Content Server functionality (components, search engines, and services, including the AF Grant Access Service).
    Thanks regards
    Rajendar

    If you can use any unused variable already available in the header part that will be a quick and easy solution.
    On other hand if you are very much sure you want to add a new header field then you have to make changes in all the layers including AXF DB and OOTB SPs.
    Regards,
    Vikrant Korde.

  • How To Install E-Business Suite Release 12.1.1 Media Pack On Windows Server

    Hi Every body,
    I am trying to install Oracle E-Business Suite Release 12.1.1 Media Pack on Windows Server
    and hope to find guidance and answers to some points
    1- which Windows Server Version would be better for this installation Windows Server 2003 or 2008?
    -- Currently I have Windows Server Enterprise Edition 2008 SP2 32-Bit Update (2010-12-15).
    2- Is it possible to run the installation on Windows 7?
    -- My knowledge is that Oracle certified Windows 7 as an EBS client machine (means IE8) and Oracle certifies Server systems to run Oracle server applications and Databases.
    and certifies desktop machines to run the client side applications So >>
    3- If I do not need the Oracle support over my EBS , then is that means that I am free to successfully install and run the EBS on my desired system? or what is the importance of Oracle systems certification any way ? 4- I need a step by step installation guide for the version you recommend ?. -- >(The MOST important Point)
    -- I am new to EBS world
    5- If I completed the installation successfully then would I be able to login to EBS from the same machine ?
    -- I am trying to install EBS on my Toshiba L500 Laptop which its resources is
    (Processor Core(TM) i3 M330 @ 2.13 GHz
    RAM 4 GB
    HD 320 GB). and I want this Installation for both functional and technical learning.
    I know guys this questions may cause headache to answer but I'd really appreciate your patience.

    1- which Windows Server Version would be better for this installation Windows Server 2003 or 2008?
    -- Currently I have Windows Server Enterprise Edition 2008 SP2 32-Bit Update (2010-12-15). The list of supported OS can be found in (Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit) [ID 761567.1]).
    2- Is it possible to run the installation on Windows 7?
    -- My knowledge is that Oracle certified Windows 7 as an EBS client machine (means IE8) and Oracle certifies Server systems to run Oracle server applications and Databases.
    and certifies desktop machines to run the client side applications So >> No -- Windows 7 is certified as a client tier only (Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]).
    3- If I do not need the Oracle support over my EBS , then is that means that I am free to successfully install and run the EBS on my desired system? or what is the importance of Oracle systems certification any way ? Certification means running your application/database on a combination of OS/Hardware so whenever you have an issue, Oracle support will be able to help in troubleshooting -- You need to run your application on a certified OS.
    Current E-Business Suite Technology Stack Certifications
    http://blogs.oracle.com/stevenChan/certifications.html
    4- I need a step by step installation guide for the version you recommend ?. -- >(The MOST important Point)
    -- I am new to EBS world Install 12.1.1 as per the document referenced above. Also, refer to:
    Oracle Applications Installation Guide: Using Rapid Install
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121oaig.pdf
    You can upgrade to 12.1.3 once you are done with 12.1.1 installation (12.1.3 cannot be installed from the beginning, and in order to have this release you need to install 12.1.1 first).
    Oracle E-Business Suite Release 12.1.3 Now Available
    http://blogs.oracle.com/stevenChan/2010/08/ebs_1213_available.html
    5- If I completed the installation successfully then would I be able to login to EBS from the same machine ?
    -- I am trying to install EBS on my Toshiba L500 Laptop which its resources is
    (Processor Core(TM) i3 M330 @ 2.13 GHz
    RAM 4 GB
    HD 320 GB). and I want this Installation for both functional and technical learning. You can access the application from the same machine as long as you are using a supported OS (please see the two docs referenced above for the supported OS and browsers). All Oracle Apps 12.1.1 documentation can be found at:
    Oracle Release 12.1 Documentation Library
    http://download.oracle.com/docs/cd/B53825_03/current/html/docset.html
    Thanks,
    Hussein

  • How to start E Business Suite ?~~

    i install E Business Suite on redhat AS4 system. but i can't login on E Business Suite home .the error is:
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, changeOnOHSInstall and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    where are the documents about E Business Suite on redhat as4/as3?
    help ~~~please...:)

    I recommend to you to enter with the following with the following url, http: // yourserver.domain:port/dev60cgi/f60cgi, and enter with sysadmin user and enable the system profile FND: Debug to yes, and retry the normal login, and review the log error file.
    Good Luck

  • How to remove E-Business Suite R12 in linux?

    Hi Guru's
    I am using Linux OS Server
    In that i am using 2 fresh , 1 Production and 1 Vision EBS-R12.
    Now i need to remove One Fresh because i want to install New fresh Setup.
    So Please Guide me how to remove E.Busainess suite R12 in Linux.
    Regards,
    ***SBJ***

    In that i am using 2 fresh , 1 Production and 1 Vision EBS-R12.
    Now i need to remove One Fresh because i want to install New fresh Setup.
    So Please Guide me how to remove E.Busainess suite R12 in Linux.https://forums.oracle.com/forums/search.jspa?threadID=&q=Remove+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Clean+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • How to install E-Business Suite 11.5.9 on Linux ES4 64bits

    Dear Sir,
    I am upgrading E-Business Suite to 11.5.10.2. Before upgrading i have to install E-Business Suite on the new servers with OS Linux ES4 64bits which gives better performance and stability on the environment. Could you please guide me on this installation as in the documents it's said that 11.5.9 cannot be installed on a 64bits environment.
    By which steps must i proceed?
    Best Regards
    Stéphane

    64-bit operating systems are supported on x86-64 servers for E-Business Suite 11i database tier only.
    For more details, check Note: 343917.1 - Frequently Asked Questions: Oracle E-Business Suite Support on x86-64
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=343917.1
    You may also review the following link:
    Three New 64-Bit Database Tier Certifications for Apps 11i
    http://blogs.oracle.com/schan/2008/02/20

Maybe you are looking for