Creating a Custom Application in Applications 11i

Am on 11.5.10.2
To create a Creating a Custom Application in Applications 11i...
i having a doubt in this.. plz explain me...
Apply ADX.E.1 and add the entry to topfile.txt as a standard product top
entry (follow the existing model in the file)
which means suppose i need to add CUSTOM_TOP, i have to add following entry in top.txt file right..
CUST /sidapp/sidappl
Customised environment variables can be added to AutoConfig by using the filename specificed by s_custom_file, which is then called from theAPPSORA.env file. If using Forms Listener Servlet, you may also need to add $CUSTOM_TOP to formsservlet.ini in $APACHE_TOP/Jserv/etc
can anybody explain wats the meaning of above sentence....

HI
I need to create a CUSTOM_TOP
Edit topfile.txt file under $APPL_TOP/admin to have the following entry:
cust /u01/oracle/testappl
Where:
- abc is your custom top directory
- /u01/oracle/testappl is absolute path of your APPL_TOP
In APPSORA.env
# Source the custom file if it exists
customfile=/testAPP/testappl/customTEST_HOSTNAME.env
if [  -f $customfile ]; then
. /testAPP/testappl/customTEST_HOSTNAME.env
fi
. /testAPP/testora/8.0.6/TEST_HOSTNAME.env
. /testAPP/testappl/TEST_HOSTNAME.env
In this file i suppose to replace customfile=/testAPP/testappl/customTEST_HOSTNAME.env with CUSTOM_TOP=/testAPP/testappl/customTEST_HOSTNAME.env
or
i have to add seperate
CUSTOM_TOP=/testAPP/testappl/custom/11.5.0
thanks,

Similar Messages

  • Step By Step Guide to Creating a Custom Application in Applications R12

    Hi All,
    Can anyone please help me in getting a Step By Step Guide to Creating a Custom Application in Applications R12.
    Thanks
    Sagb

    In addition to " Oracle Applications Developer's Guide", please refer to the following note. The concept of creating a custom application should be similar to 11i
    Note: 216589.1 - Step By Step Guide to Creating a Custom Application in Applications 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=216589.1

  • How to create a custom application in Fusion Apps release 4 ?

    Hello Experts,
    My project has a requirement to define a custom application in Fusion Apps, the one that is equivalent to fnd_application from EBS.
    Any document or note explaining the creation of custom application in Fusion and its association with Unix directory structure would be of great help.
    Kindly share the experience if any of you have worked on the same and have anything documented.
    Thanks in advance.

    You are asking in red wrong forum. Try an EBS forum.
    Timo

  • Create Custom Application Page using SharePoint designer

    Hi All,
               I have a task to create the Custom Application page using SharePoint designer.Can any one help me how can I do this.Can any one help me how can I achieve this
    Samar

    Hi Samar,
    By application page do you mean writing C# code from SP designer? If so as far as I know you can't write C# code from designer, you have to use Visual Studio for it.
    But if you only want an aspx page with some JS code you can create one from "all files" in designer. you will see files menü on ribbon from where you can create aspx page.
    Best regards,
    Mustafa Yılmaz
    Best Regards, Mustafa Yılmaz MCITP, MCPD | www.mustafa-yilmaz.org | www.sharepointciyiz.biz

  • Creating a new application in E-BS

    Hello,
    Not sure, if OAF forum is the right one to ask this question, but as we have been customizing EBS only using OAF, asking it here.
    Are there any guidelines in deciding whether to create a new application or not during EBS customization. I mean, even if you add
    a new custom table to EBS we generally create a new schema and create it there, similarly how do we decide whether we should
    be creating a new application or not for the customizations.
    regards, Yora

    If you are writing custom code from scratch, it is recommended that it be registered to a custom application. If you are only doing personalizations, then a custom application is not necessary
    Integrating Custom Applications with Oracle Applications Release 11i          (Doc ID 176852.1)
    Step By Step Guide to Creating a Custom Application in Applications 11i          (Doc ID 216589.1)
    HTH
    Srini

  • Custom application implemented in E-bussiness Suite

    Hi all
    I m looking to solve problem deal with custom application which will be implement into E-bussiness Suite.
    Thanks,
    g-

    What kind of issue you have?
    Commonly the custom_top is placed in the $APPL_TOP directory. In the context file located in $APPL_TOP/admin there is a pointer to a custom environment variable file (this also shows up in APPSORA.env). The context file points to a directory and filename, you will need to create the "custom" environment variable file there and then add whatever you want into it. This file that you create will not be touched by AutoConfig. Patches and upgrades should not affect the custom_top no matter where you put it.
    For more details, please refer to the following notes:
    Note: 216589.1 - Step By Step Guide to Creating a Custom Application in Applications 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=216589.1
    Note: 304266.1 - Where Should Custom Top Environment Variable Get Added?
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=304266.1
    Note: 105127.1 - FAQ (Customization)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=105127.1
    Note: 174200.1 - Troubleshooting Custom Reports
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=174200.1
    Note: 172282.1 - Troubleshooting Custom Reports in Oracle Applications
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=172282.1

  • Location for class files for the custom application

    Hello everyone.
    I want to create new custom application with the short name as "myapp". According to convention what should be the namespace? Should it be mycompany.app.myapp or should it have oracle somewhere in the namespace?
    - Yora

    Hi Yora,
    Package Structure for Standard Application like below
    oracle.apps.myapp.webui  //Structure for Page and Region.xml(PG.xml,RN.xml,CO.class)
    oracle.apps.myapp.server  //Structure for .class files(VO,AM)
    Package Structure for custom Application like  below
    mycompany.oracle.apps.myapp.webui  //Structure for Page and Region.xml
    mycompany.oracle.apps.myapp.server  //Structure for .class files
    Thanks,
    Dilip

  • Re:Custom Application

    hi ,
    I am learining r12 sysadmin on linux.
    I have two questions.
    1)when i create a custome application ,i have to specify the "Base_path"....
    Is this a unix path which i set in my .env file for ebs suite ? IF yes
    can it be any custom alias like 'MY_PATH'=/u01/test/my_app in my .env ? OR does it have to follow certain rules as per the ebus product ?
    2)when i create an application in ebus suite ,which database table to query to check the newly created custom application details?
    also any information regarding the other related tables would be helpful....
    rgds
    s

    Hi,
    1)when i create a custome application ,i have to specify the "Base_path"....
    Is this a unix path which i set in my .env file for ebs suite ? IF yes
    can it be any custom alias like 'MY_PATH'=/u01/test/my_app in my .env ? OR does it have to follow certain rules as per the ebus product ?Yes, but it is recommended you follow the customization standards (i.e. create the product top directory under $APPL_TOP and use the same setting of other modules).
    2)when i create an application in ebus suite ,which database table to query to check the newly created custom application details?Already answered above.
    also any information regarding the other related tables would be helpful....custom application top configuration
    Re: custom application top configuration
    Note: 304266.1 - Where Should Custom Top Environment Variable Get Added?
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=304266.1

  • Pointing to Customized Application

    hi,
    i have created a customized application ZCRMM_ACCOUNT from CRMM_ACCOUNT. but in the PCUI hyperlinks whenever i click on an account id the page that is opening up is pointing to the Standard one rather than the customized one.
    can you please guide me as what should be done so that it points to the customized application.
    thanks,
    uday

    hi,
    if there are tables in which i need to change the entries from CRMM_ACCOUNT to ZCRMM_ACCOUNT please give me the list of the same.
    please guide me to resolve the issue,
    regards,
    uday kiran

  • What to take into account to create a custom schema?

    Hello, we are going to start the process of migrating from Oracle E-business suites R11.5.10.2 to R12; we have been doing our custom applications into the APPS schema. For this upgrade, we would like to start fresh and move all our custom applications to a custom schema to have control of all the customizations. I need your feedback on what are the things we need to take into account to accomplish that.
    Please let me know anything that comes to your mind on what to consider, and if you have a good guidance on how to do it should be great.
    Thank you.

    user8969211 wrote:
    Hello, we are going to start the process of migrating from Oracle E-business suites R11.5.10.2 to R12; we have been doing our custom applications into the APPS schema. For this upgrade, we would like to start fresh and move all our custom applications to a custom schema to have control of all the customizations. I need your feedback on what are the things we need to take into account to accomplish that.
    Please let me know anything that comes to your mind on what to consider, and if you have a good guidance on how to do it should be great.Please see these docs/links.
    Integrating Custom Applications with Oracle Applications [ID 176852.1]
    Step By Step Guide to Creating a Custom Application in Applications 11i [ID 216589.1]
    Integrating Custom Objects and Schemas
    http://docs.oracle.com/cd/E18727_01/doc.121/e12897/T302934T458264.htm#4164796
    Can't Open Custom Forms After R12 Upgrade [ID 552010.1]
    How To Upgrade 11i Custom Forms To R12 [ID 563258.1]
    Accessing Custom Forms After Upgrading From To R12. [ID 451934.1]
    Do Not Compile EBS R12 Reports Using rwconverter.sh or Reports Builder from IDS 10gR2 [ID 786794.1]
    Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 [ID 444248.1]
    Thanks,
    Hussein

  • How to create a user in UME Database using web dynpro java custom application

    Hi,
    Can you please suggest me how to create a user in UME Database using web dynpro java custom application.
    My Requirement is user can register his/her user id in SAP Portal 7.3 UME database.
    Please suggest me.
    Thanks and Regards,
    Amit

    Hi Amit,
    Generated Documentation (Untitled)
    This is what you're looking for, there's no real cook-book -- though Amey mentioned there might be some material on SDN, perhaps some tutorials.
    You should be looking into com.sap.security.api.IUserFactory, methods newUser(String) which gives you and IUserMaint and commitUser(IUserMaint, IUserAccount) -- IUserAccount can be obtained using com.sap.security.api.IUserAccountFactory, method newUserAccount(String)
    Hope it helps,
    D.

  • How Tou2026 Create Custom Application in E-Commerce 7.0?

    Hi all,
    We want to set up SAP E-Commerce for ERP 7.0. For SAP E-Commerce for ERP 5.0 the following configuration guide is available:
    How Tou2026 Create Custom Application in E-Commerce 5.0
    What about SAP E-Commerce for ERP 7.0? Is this guideline also valid for 7.0?
    If not, where can I find the corresponding configuration guideline for SAP E-Commerce for ERP 7.0 (on the SAP Service Marketplace?)?
    Thanks in advance.
    Regards,
    AV

    Hello Av,
    Please see the Development and extension guide @
    http://service.sap.com/crm-inst
    => Release 7.0
    => Operate
    Regards
    Mark

  • How to create Custom Application .plist file

    Hi all,
    I want to create a custom myapp.plist file from where my application can read or write information.
    I used the java.util.prefs.Preferences class for that it works fine.
    but the problems are
    (a) I want file name myapp.plist instead of
    com.apple.java.util.prefs.plist
    (b) only 2-3 levels of nodes are created .
    If anybody has an idea please let me know
    thanks

    Hi Lukas,
    You can use Mass device setup (MDS) for the same.
    Setup Package Or Software Package should serve your purpose.
    Setup package: You can packeg Server/connection detailsApplicationDevice details.
    Software package: Server/connection Details+Application.
    Please refer to the documentation for creating MDS.
    You can also refer to below links
    How to Rollout Device Using Setup Package - http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e03d3384-7a43-2b10-5698-c2584ce88c26
    How to Rollout Device Using Software Package - http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/40db9161-7d43-2b10-b699-bba304dacccd
    Regards
    Rohith
    Edited by: Rohith Deraje on Apr 7, 2011 2:08 PM

  • Custom Application Privs for XML file generation in 11i(11.5.7)

    We have created Custom Application Module in the Oracle Apps R11i.
    I am running the below query in my custom application module user using SQL*Plus, it gives the error:
    SQL Statment:
    DECLARE
    queryCtx DBMS_XMLQuery.ctxType;
    result CLOB;
    BEGIN
    -- set the query context.
    queryCtx := DBMS_XMLQuery.newContext('select * from per_all_people_f where
    rownum <=10');
    DBMS_XMLQuery.setRowTag(queryCtx,'EMP'); -- sets the row tag name
    DBMS_XMLQuery.setRowSetTag(queryCtx,'EMPSET'); -- sets rowset tag name
    result := DBMS_XMLQuery.getXML(queryCtx); -- get the result
    DBMS_XMLQuery.closeContext(queryCtx); -- close the query handle;
    END;
    Error:
    Error on line 0
    DECLARE
    queryCtx DBMS_XMLQuery.ctxType;
    result CLOB;
    BEGIN
    -- set t
    ORA-29532: Java call terminated by uncaught Java exception:
    java.lang.NullPointerException
    ORA-06512: at "SYS.DBMS_XMLQUERY", line 206
    ORA-06512: at "SYS.DBMS_XMLQUERY", line 214
    ORA-06512: at "SYS.DBMS_XMLQUERY", line 204
    ORA-06512: at line 11
    The same query is running fine with apps user. What are the objects privileges required for the custom module user?.

    I have found resolution for this.
    1. Created the Public Synonym for the following Apps user Java Class objects:
    /109a284b_OracleXMLStaticQuery
    /12249373_OracleXMLStaticQuery
    /c33162ba_OracleXMLStaticQuery
    2. Execute privilege for Apps.DBMS_XMLQUERY to custom application user.
    Thanks.
    -Venkat

  • Steps to create a custom responsibility in Oracle applications R12

    Hi All,
    I need to define and create a new custom responsibility in Front end applications. Can you let me know the steps to create it or any links through which I can work on it.
    Data group
    Menu
    Request group
    with step by step procedure
    Regards,
    Kalyan

    Please see these links/docs.
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Create+AND+Custom+AND+Responsibility&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Oracle Applications System Administrator's Guide Documentation Set
    http://download.oracle.com/docs/cd/B53825_03/current/html/docset.html
    Thanks,
    Hussein

Maybe you are looking for