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

Similar Messages

  • SOA Suite 11.1.1.2: Human workflow: custom application: Attachment: getCont

    Hello,
    i am building a custom application for the human workflow component in SOA Suite 11.1.1.2.
    I am able to add attachments to the created tasks. But when i try to get the contents with the function AttachmentType.getContent(), i always receive a null pointer.
    I have looket into the database and there are the entries in a blob in the content-column of the table wfattachment. But there is the contents binary, although i put it to the task Base64Encoded.
    Can someone help me to get the contents of the attachments?
    Best regards and thanks a lot
    Friedrich

    Thank you.
    I must have changed something by accident. I would never had caught that. I reversed the changes in the WebLogic Console and all was right in the world. The app deployed correctly and the Human Task Approval Form worked flawlessly.
    I guess I do some things right. ;-)
    Steve Davies

  • Best practices on how to implement logging in custom application

    In the Enterprise Manager it is possible to display/browse the content of different log files generated by the application server modules.
    I have some custom web applications which currently use the log4j framework to write to log files. Is it possible to make these log files accesible for the Enterprise Manager ?
    Or what is the best practice on how to implement logging in custom applications which can be browsed in the Enterprise Manager (I do not want to use system.out)

    I thought that this could be done. An ex- colleague did this - but he didn't tell me how to solve this.
    But as it just took 10 minutes to solve this I believe it's fairly easy.
    cu
    Andreas

  • What is Oracle E-Bussiness Suite

    Hi All
    I am newly heard this term Oracle E-business suite, i tried to make a lot of R&D on this but it was not fruitfull. Can any one let me know what is this, from where i can download it, could this software is customizable, the modules and functionalities available in this Bussiness Suite and what is the cost of this Application if one is going to implement in his organization
    plz do reply
    With Regards
    Yogesh Agarwal

    Yogesh,
    Can any one let me know what is thisPlease have a look at the following links:
    Oracle E-Business Suite
    http://www.oracle.com/applications/e-business-suite.html
    Oracle E-Business Suite
    http://en.wikipedia.org/wiki/Oracle_Financials
    from where i can download itOracle® E-Delivery Web site.
    http://edelivery.oracle.com/
    could this software is customizableYes.
    what is the cost of this Application if one is going to implement in his organizationPlease contact a sales representative to get more details about Oracle E-Business Suite License. You may also check the following document:
    Application Licensing Table
    http://www.oracle.com/corporate/pricing/application_licensing_table.pdf

  • How can I use custom WLST commands for Oracle SOA Suite in Weblogic

    Hi There,
    I'm trying to view and search the weblogic log files using WLST on a Solaris/Unix system.
    I have come across this "custom WLST commands for Oracle SOA Suite" and thought of using the custom logging commands to get my task done.
    However, my WLST shell is not recognizing the commands and giving me the NameError!
    wls:/devDomain1/domainRuntime> listLogs()
    Traceback (innermost last):
    File "<console>", line 1, in ?
    NameError: listLogs
    I tried the commands listLogs, displayLogs, getLogLevel & setLogLevel but in vain!
    I have followed the instructions as per the oracle recommendation of using Custom WLST commands (http://docs.oracle.com/cd/E29597_01/core.1111/e10105/getstart.htm#ASADM10692) as below
    - Launched the WLST shell from Oracle Home.
    cd ORACLE_HOME/common/bin
    ./wlst.sh
    - Tried to run the listLogs command from domainRuntime()
    I would like to know if I need to import any additional libraries to run the custom WLST commands for Oracle SOA Suite in my WLST shell?
    I have only weblogic 10.3.1 server installed on my Solaris 10 machine on which I have deployed the OSB application software.
    There is no SOA Suite installed.
    Or is there any other way I can browse the Server Log file and get the list of log messages? Basically I would like to use this feature in my script to customize it according to my requirement of listing specific error logs which I can work it out if I know how to make these commands work.
    Please advise if this is possible and how?
    Cheers.
    Satish

    I have tried on my OSB installation (no SOA Suite here), the command listLogs() works (I was in online mode, after a connect), and the classpath is:
    CLASSPATH=/opt/oracle/fmw11_1_1_5/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/fw11_1_1_5/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/lib/jvm/java-1.6.0-sun-1.6.0.33.x6_64/lib/tools.jar:/opt/oracle/fmw11_1_1_5/wlserver_10.3/server/lib/weblogic_sp.jar:/opt/oracle/fmw11_1_1_5/wlserver_10./server/lib/weblogic.jar:/opt/oracle/fmw11_1_1_5/modules/features/weblogic.server.modules_10.3.5.0.jar:/opt/oracle/fmw111_1_5/wlserver_10.3/server/lib/webservices.jar:/opt/oracle/fmw11_1_1_5/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/optoracle/fmw11_1_1_5/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/opt/oracle/fmw11_1_1_5/oracle_common/moules/oracle.jrf_11.1.1/jrf-wlstman.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/lib/adfscripting.jar:/opt/oracl/fmw11_1_1_5/oracle_common/common/wlst/lib/adf-share-mbeans-wlst.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/lb/mdswlst.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/auditwlst.jar:/opt/oracle/fmw11_1_1_5/oracle_cmmon/common/wlst/resources/igfwlsthelp.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/jps-wlst.jar:/optoracle/fmw11_1_1_5/oracle_common/common/wlst/resources/jrf-wlst.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/reources/oamap_help.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/oamAuthnProvider.jar:/opt/oracle/fmw111_1_5/oracle_common/common/wlst/resources/ossoiap_help.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/osoiap.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/ovdwlsthelp.jar:/opt/oracle/fmw11_1_1_5/oracle_comon/common/wlst/resources/sslconfigwlst.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/wsm-wlst.jar:/optoracle/fmw11_1_1_5/utils/config/10.3/config-launch.jar::/opt/oracle/fmw11_1_1_5/wlserver_10.3/common/derby/lib/derbynet.ar:/opt/oracle/fmw11_1_1_5/wlserver_10.3/common/derby/lib/derbyclient.jar:/opt/oracle/fmw11_1_1_5/wlserver_10.3/common/drby/lib/derbytools.jar::
    The wlst.sh I have used is /opt/oracle/fmw11_1_1_5/osb/common/bin/wlst.sh
    I hope this can help

  • How to include custom application.xml in JDev9i project

    Can anybody explain to me how to include a custom application.xml file when deploying to an .ear file? I need to include application wide security roles, and I can't see where in Jev9i how to do this.
    After searching this forum, I see that jdev9i can't include the orion-application.xml, but I want to include just the standard J2EE application.xml. Is this possible?
    Thanks,
    matt

    The standard application.xml file unfortunately can't be customized in JDev 9.0.2. The reasons why this capability was left out of JDev 9.0.2 are same reasons why the other EAR-level XML files were excluded. The OTN thread
    Re: Regarding 11i and E-business suite
    has a summary of those reasons, which you've probably seen. We know this is an area in need of improvement and will be adding this functionality in the JDev 9.0.3 release. Until then, you'll have to go with a work-around like an Ant build file, batch file, Java application, or some other kind of script.
    Below is a sample Java application which can be used to insert <security-role> elements into an EAR file's application.xml. Modify the main() method to customize for your purposes, and put xmlparserv2.jar on the classpath (in a JDev project, add the "Oracle XML Parser v2" library):
    package mypackage4;
    import java.io.*;
    import java.util.*;
    import java.util.zip.*;
    import oracle.xml.parser.v2.*;
    import org.w3c.dom.*;
    import org.xml.sax.SAXException;
    public class PostProcessEAR
    public static void main( String[] args ) throws IOException
    final String earFile = "C:\\temp\\myapp.ear";
    final PostProcessEAR postProcess = new PostProcessEAR( earFile );
    postProcess.addSecurityRole( null, "first_role" );
    postProcess.addSecurityRole( "Description for the second role", "second_role" );
    postProcess.commit();
    System.out.println( "Done." );
    private final File _earFile;
    private final ArrayList _securityRoles = new ArrayList();
    public PostProcessEAR( String earFile )
    _earFile = new File( earFile );
    public void addSecurityRole( String description, String roleName )
    if ( roleName == null )
    throw new IllegalArgumentException();
    _securityRoles.add( description );
    _securityRoles.add( roleName );
    * Write out modified EAR file.
    public void commit() throws IOException
    if ( _securityRoles.size() == 0 )
    return;
    final ZipFile zipFile = new ZipFile( _earFile );
    final Enumeration entries = zipFile.entries();
    final File outFile = new File( _earFile.getAbsolutePath() + ".out" );
    final ZipOutputStream out = new ZipOutputStream( new BufferedOutputStream( new FileOutputStream( outFile ) ) );
    while ( entries.hasMoreElements() )
    final ZipEntry entry = (ZipEntry) entries.nextElement();
    final InputStream in = zipFile.getInputStream( entry );
    if ( "META-INF/application.xml".equals( entry.getName() ) )
    final XMLDocument modifiedApplicationXml = insertSecurityRoles( in );
    final ByteArrayOutputStream byteOutput = new ByteArrayOutputStream();
    modifiedApplicationXml.print( byteOutput );
    final int numBytes = byteOutput.size();
    entry.setSize( numBytes );
    if ( entry.getMethod() == ZipEntry.STORED )
    entry.setCompressedSize( numBytes );
    final CRC32 crc32 = new CRC32();
    crc32.update( byteOutput.toByteArray() );
    entry.setCrc( crc32.getValue() );
    out.putNextEntry( entry );
    byteOutput.writeTo( out );
    else
    // Copy all other zip entries as they are.
    out.putNextEntry( entry );
    copy( in, out );
    in.close();
    out.close();
    private XMLDocument insertSecurityRoles( InputStream in ) throws IOException
    final DOMParser domParser = new DOMParser();
    domParser.setAttribute( DOMParser.STANDALONE, Boolean.TRUE );
    try
    domParser.parse( in );
    final XMLDocument doc = domParser.getDocument();
    final Element docElem = doc.getDocumentElement();
    final Iterator iter = _securityRoles.iterator();
    while ( iter.hasNext() )
    final String desc = (String) iter.next(); // might be null
    final String roleName = iter.next().toString(); // must not be null
    final Element securityRoleElem = doc.createElement( "security-role" );
    if ( desc != null )
    securityRoleElem.appendChild( createPcdata( doc, "description", desc ) );
    securityRoleElem.appendChild( createPcdata( doc, "role-name", roleName ) );
    docElem.appendChild( securityRoleElem );
    return doc;
    catch ( SAXException e )
    e.printStackTrace();
    return null;
    private Element createPcdata( XMLDocument doc, String elemName, String pcdata )
    final Element elem = doc.createElement( elemName );
    elem.appendChild( doc.createTextNode( pcdata ) );
    return elem;
    private final byte[] buffer = new byte[4096];
    private void copy( InputStream in, OutputStream out ) throws IOException
    while ( true )
    final int bytesRead = in.read( buffer );
    if ( bytesRead < 0 )
    break;
    out.write( buffer, 0, bytesRead );

  • How to use Cache Management Library (CML) for custom applications?

    Hello,
    We are planning the migration of multiple applications (J2EE, Portal, Web-Dynpro for Java) from 7.01 to 7.3 and we would like to replace some custom cache implementations with a central cache management provided by the SAP Web-AS Java.
    Several SAP standard services (e.g. UME, Configuration Manager, Scheduler) seems to use the "Cache Management Library" (CML):
    [http://help.sap.com/saphelp_nw73/helpdata/en/4a/f833eb306628d2e10000000a42189b/frameset.htm]
    Such caches can be monitored using SAP Management Console (AS Java Caches).
    Portal Runtime (cache_type=CML) and Web Page Composer can also be configured to use CML:
    [http://help.sap.com/saphelp_nw73/helpdata/en/49/d822a779cf0e80e10000000a42189b/frameset.htm]
    [http://help.sap.com/saphelp_nw70ehp2ru/helpdata/en/13/76db395a3140fcb17b8d24f5966766/frameset.htm]
    So our questions:
    How to use CML for custom applications?
    Is there any example or documentation available?
    Kind Regards,
    Dirk

    Thanks Vidyut! You've answered my question.
    I placed the jar file in the $CATALINA_HOME/shared/lib directory. But where should I place the taglib TLD file? And how should I reference it in web.xml?
    Currently, my web.xml is as follows and it doesn't work.
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <taglib>
    <taglib-uri>http://abc.com</taglib-uri>
    <taglib-location>c:\Tomcat\shared\lib\mytags-taglib.tld</taglib-location>
    </taglib>
    </web-app>
    Thanks again!
    Joe

  • Migrating a Forms 6i custom application to Oracle Apps R12 custom bolt on

    Hi,
    I need to migrate an oracle forms custom application built in 6i to sit within oracle apps R12 (Forms 10g) and use Oracle Apps user authentication and session. It could become a custom bolt on to Oracle Apps and might be accessed from a custom responsibility in oracle applications.
    a) How easy/difficult is this?
    b) What are the challenges or things to look for to do this migration?
    Thanks,
    Ayyappa

    979379 wrote:
    Hi,
    We have two node architecture for R12.1.1 on windows 2008 32 Bit. One node for Database and the other node for application.
    As we are facing a lot of memory issues, we are planning to go for 64 Bit.
    I Have already read the document
    Migrating Oracle E-Business Suite R12 to Microsoft Windows Server 2008 R2 [ID 1188535.1]
    The doc says in place OS upgrades are not supported....
    So my question is...
    While keeping the production, how can i migrate using the same servers. Coz my company does not want to buy new servers..
    Please suggest.Complete all the steps in the doc for Rapid Clone and other steps, then take a backup of the files after you run preclone and create a trace file for the database. Once you have the backup ready, install a 64-bit version of the OS and install 11gR2 software and restore the files from the backup and complete the migration.
    Thanks,
    Hussein

  • Oracle E-Bussiness Suit (11.5.9) and Linux RHEL AS4

    Hello, somebody help me to find documents about Oracle E-Bussiness Suit (11.5.9) and Linux RHEL AS4.
    How it comunicate?
    I just need a simple scheme how it is work.
    Pleas! Urgent!
    Message was edited by:
    user527625

    Hi, Hussein,
    I did see the adgrants.sql after the patch installation and ran it, but AD patch had some errors. One of them about not being able to generate the jar files. I ignored it and chose to continue, thinking that I can generate them with adadmin utility later. Adadmin failed with the following error message:
    adearea();
    Warning=> unable to locate /u0/oracle/prod/comn/java/owa.zip file.
    Signing product JAR files in  JAVA_TOP -
    +/u0/oracle/prod/comn/java+
    using entity PROD_oraprod and certificate 1.
    +/u0/oracle/prod/comn/util/jre/1.1.8/bin/../lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)+
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    AD Administration error:
    aiojavaGetJavaVersion(),ERROR creating javaVersionFile.
    Error :  java version file format not correct
    adogjf() Unable to generate jar files under JAVA_TOP
    When l looked it up in Metalink, I found this document
    Version GLIBC_2.0 Not Defined In File Libc.so.6, Unable To Initialize Threads: Cannot Find class java/lang/Thread [ID 806345.1]
    stating that "JRE 1.1.8 and java 1.3.1 are not certified on Red Hat or Oracle Enterprise Linux 5." It also directs me to upgrade it by following one these documents:
    Please upgrade to java 1.4.2 or higher, following the appropriate note:
    Note 246105.1 - Upgrading to J2SE 1.4.2 with Oracle Applications 11i to upgrade to java 1.4.2.
    Note 304099.1 - Using J2SE Version 5.0 with Oracle E-Business Suite 11i
    Note 401561.1 - Using J2SE Version 6 with Oracle E-Business Suite 11i
    Would it be enough to upgrade it to version 1.4.2? Because the minimum patch levels for the other versions (J2SE 5.0 and 6) are much higher than what I have.
    Can you please advise?
    Thank you,
    Sinan

  • How to install E-bussiness suite with out creating the database?

    We are planning to Migrate our Single node Tru64 E-bussines suit installation to multi node IBM-AIX (DB Node) and Sun Solaris(APPL_TOP)
    We are thinking to follow below step
    1) Install E-Bussines suit with out Oracle Database( Only Oracle DB sotware and Apps Filesystem need to be installed) -- IBM AIX (DB Node) & Sun Solaris (APPL_TOP)
    2) Migrate current Oracle DB on Tru64 into IBM AIX using transportable Tablespace method
    It is ok to follow this approach?
    How to install Oracle E-bussiness suit with out Oracle Database? ( Only Oracle DB sotware and Apps Filesystem need to be installed)
    Thanks
    John

    John,
    For migrating the application tier, please refer to the following note:
    Note: 238276.1 - Migrating to Linux with Oracle Applications Release 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=238276.1
    For the database, you need to export/import the database.
    Note: 369693.1 - Using Oracle Applications with a Split Configuration Database Tier on Oracle 10g Release 2
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=369693.1
    Note: 362205.1 - 10g Release 2 Export/Import Process for Oracle Applications Release 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=362205.1
    Note: 304489.1 - Using Oracle Applications with a Split Configuration Database Tier on Oracle 9i Release 2
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=304489.1
    Note: 230627.1 - 9i Export/Import Process for Oracle Applications Release 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=230627.1
    1) Install E-Bussines suit with out Oracle Database( Only Oracle DB sotware and Apps Filesystem need to be installed) -- IBM AIX (DB Node) & Sun Solaris (APPL_TOP)
    2) Migrate current Oracle DB on Tru64 into IBM AIX using transportable Tablespace method
    It is ok to follow this approach? 1) What about the patches you have applied since the time of the installation? Doing a fresh installation will not include these patches.
    2) The supported method to migrate an Oracle Apps database between two Operating Systems which are not binary compatible is by using export/import. I believe transportable Tablespace has some limitations and would not work for such migration.
    How to install Oracle E-bussiness suit with out Oracle Database? ( Only Oracle DB sotware and Apps Filesystem need to be installed)You would need to follow the steps in the notes referenced above. However, to answer your question, please refer to:
    Oracle Applications Installation Guide: Using Rapid Install - Chapter 5, Installing Technology Stack Components
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/r115102ins.pdf

  • Custom application

    Hi,
    I am working on  a IT separation project. In this project the source system has some amount of data.And the target server is the fresh installation and the source data will be imported to the target server using some api. This part is over .
    Now  for the custom application we are planning to use the same custom top name and all the object name same as it is. And the mean time we need to make sure that  end user (Target side) shouldn't know that we used the same top name and object names.
    Is there any possibility to the user that they can identify this thing at any level ?
    Will it make any problem during the implementation or in future. ?
    Thanks

    Now  for the custom application we are planning to use the same custom top name and all the object name same as it is. And the mean time we need to make sure that  end user (Target side) shouldn't know that we used the same top name and object names.
    If the same custom top name and objects names will be used, what is the logic behind "And the mean time we need to make sure that  end user (Target side) shouldn't know that we used the same top name and object names."? Could you please elaborate more.
    Is there any possibility to the user that they can identify this thing at any level ?
    Do you mean identify if the custom top was not changed? If the answer is yes, then they can find it from the application when they open those forms (Help > About Oracle Applications).
    Will it make any problem during the implementation or in future. ?
    It should not, as long as your CUSTOM_TOP is set correctly in the application env/context files then there should be no issues.
    Thanks,
    Hussein

  • Error while accessing custom application

    Hi,
    I get below error while accessing custom application.
    "Function not available to this responsibility.Change responsibilities or contact your System Administrator."
    Thanks
    Regards
    GSM

    1)While compiling the custom forms through Form builder the forms compile successfully & opens also but doesn't close.All other form than custom form close completely.How was this form created? Did you use the TEMPLATE.fmb file to create this custom form?
    Please obtain the FRD for details about the error.
    Note: 438652.1 - R12: Forms Runtime Diagnostics (FRD), Tracing And Logging For Forms In Oracle Applications
    Note: 445166.1 - How to create a FRD (Forms Runtime Diagnostic) Log in EBusiness Suite R12 using Forms 10g
    2)While compiling the custom forms through command
    "frmcmp_batch.sh module=/d02/oracle/abc/apps/apps_st/appl/au/12.0.0/forms/US/custom01.fmb userid=APPS/APPS output_file=/d02/oracle/abc/apps/apps_st/appl/cust/12.0.0/forms/US/custom01.fmx module_type=form compile_all=special
    While opening the form it's give Error:You are not authorized to access this functionality.Please check Apache log files as well as the application.log file for any errors.
    Thanks,
    Hussein

  • 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

  • Unkown length in custom CharSequence implementation

    I'm trying to write a custom implementation of the CharSequence interface for use with the Regular Expression package java.util.regex. This implementation adapts a generic Reader object to the CharSequence interface, so I can read directly from the Reader and do reg exp matching.
    However, the CharSequence interface defines the public int length() method and there is no sensible value to return in my implementation, since I have no reasonable way of knowing how many characters a given Reader may contain.
    For efficiency reasons, I don't want to read the entire contents of the Reader into a StringBuffer (Reader could be backed by a 4MB file). I just want the reg exp matcher to read a ways into the Reader, then stop.
    Is there a way to get around this? This seems like a great deficiency in the CharSequence interface, assuming the length of the sequence should ALWAYS be known.
    Thanks,
    Zach Cox
    [email protected]

    If you do not know the length a CharacterItterator
    implementation is perhaps more suited than
    CharSequence?Which CharacterIterator? java.text.CharacterIterator isn't appropriate for reg exp. org.apache.regexp.CharacterIterator is great - its public boolean isEnd(int pos) method is good because the length of the character sequence isn't required to be known ahead of time.
    However, this requires using the Jakarta RegExp package when I'd much rather use JDK 1.4.1 classes and not have to ship another jar with my distribution.
    The CharSequence method public int length() may offer the reg exp matching algorithm some efficiency in that in knows how many chars it has to process, but IMHO they should have built in support for unknown sequence lengths (i.e. return -1 if you don't know the length).

  • Distributed Oracle Application implementation

    Dear all
    I am EBS technical consultant and I am working on SOA and have distributed Oracle Application implementation, Please consider the scenario and suggest me and idea.
    Assume
    1. We have 2 Oracle Application R12 (EBS-1, EBS-2) installed at 2 different remote locations, network disconnection may be broken in this network.
    2. User always work on (EBS-1 installed at Head office) and only work on EBS-2 (installed local) in case network connection is lost to connect with EBS-1.
    EBS-2 is a replica of EBS-1 when installed first time.
    Scenario
    Last inventory Item ID is 5444 at EBS-1
    Last inventory Item ID is 5444 at EBS-2
    user created new item at EBS-1
    Last inventory Item ID is 5445 at EBS-1
    Last inventory Item ID is 5444 at EBS-2 (No new item created)
    Now User can not access EBS-1 and now start working on local EBS-2 and take following steps.
    create new item at and now inventory item id is 5445. and create misc receipt to this newly created item.
    Now EBS-2 installed at head office is available and now transaction made at EBS-2 need to be transferred at head office, and what about inventory item id, 5445 is already created at EBS-1 how and i have to import item and misc receipt, inventory item will be different how can i load misc receipt transaction.
    Please help.
    1. Can I solve this issue by using BPEL process. ? or
    2. this type of integration is not possible in Oracle E Business suite.
    3. Oracle Application will not work in Distributed environment.
    please suggest me.
    Thanks
    Aamir

    Dear expert !
    I have a similar question but the scenario is somewhat different.
    The are two separate organizations and both have implemented EBS (Vision 1 and 2). they both are under third organization (vision A). for numerous business processes, both vision 1 & 2 get their approvals from vision A. Moreover, inventory and master data is required to be sync in all three.
    vision A
    ^ ^
    v v
    vision 1 vision 2
    In some instances, a sub organization from vision 1 can be placed under vision 2, thus requiring movement of its relevant data from vision 1 to 2.
    the scenario implies that all three organizations are running an EBS instance which is a legacy for the other.
    can we achieve this integration?
    Please do let me know if I am unable to explain the use case.
    best regards

Maybe you are looking for

  • How can I change read/write permissions for a DVD RW?

    I've some files saved onto a DVD RW previously and would like to add on more files to it.  However, it doesn't allow me to do that.  When I checked the file info, it says that I have read & write privilege, but at the same time, there's another line

  • Does any one know if the 15% refund rumor is true?

    I have had my 27" iMac for about 2 months. of that time it has only been working for 2 weeks. After installing the 2nd display firmware update the machine died would not come back on from sleep and some times would not turn on at all. It has been and

  • Oracle ODBC  - Internal Error - unable to initialize NLS during driver load

    I'm having some trouble with my ODBC connections which I hope someone can please help me with! About 6 weeks ago all was working as normal. As far as I know there have been no updates to the ORacle DB, the Windows XP operating system or the ODBC Driv

  • How to Create Free Text Area

    Hi all, I have a requirement where i need to create some 70 Z-fields inside Incident line item where user just enters data and will save the form. i have achived this by adding the fields into ORDERADM_I and is working fine.. i am able to bring the f

  • Connectivity Prob in Or8 Personal &...

    Hello, I have two separate problems which I have tried and got tired to solve and now in need of your help... No1: Problem with Oracle8 (Personal) Loaded Personal Oracle8 (8.o.3.) and Oracle Developer release 2.1. Now there is a problem in connecting