Oracle APPS Field Tab issue

Hi,
I am working in Oracle APPS 11i. In the inventory module a user have entered the values of all inv category flexfield segments.One category segment OTHERS has a problem in some of its values.
When I tried to enter the category codes records, in the category flexfield column this segment OTHERS has certain values that tabs automatically to the next category segment/field.
What causes this ? and how can I solve it?
Please help...

Hi,
I don't think it is possible to enter a TAB character into the EBS by typing it (it would simply cause the cursor to go to the next field). But you can enter a TAB by copying and pasting a text that contain the character. You can also do that when uploading data automatically to the database.
The TAB character is Ascii 9, so you can find all the records with it in a column by executing this query in the DB:
SELECT * FROM <table> WHERE <column> LIKE '%' || CHR(9) || '%'If you get just a few records, I would suggest to change them manually through the EBS. If you prefer to do it automatically:
UPDATE <table>
SET <column> = REPLACE(<column>,CHR(9),NULL)
WHERE <column> LIKE '%' || CHR(9) || '%'Verify also if that value has been used somewhere else in the application. If so you should change it too to keep consistency.
Hope it helps.

Similar Messages

  • Font issue in Custom Reports in oracle Apps R12.1.1

    Hi Friends,
    I am using Oracle Apps R12.1.1. Vision Instance.
    i develop custom report (using 10g DS ) and i used Ariel a font and i deployed custom report.it works fine
    The same report i opened in report builder and add a new parameter and used the same font Ariel and saved and then deployed but the concuurent report is showing all the columns in symbol(western) font not in arial font.
    what could be the issue? the first report shows proper font.Please let me kno the fix
    Regards

    yes i have used template.fmb only , and am using FND_KEY_FLEX.DEFINE as i mentioned earlier ,
    i have not given any where clause -- should we give any where clause to retrieve the data into the combinations(LOV)?It depends on what values you want to retrieve.
    i mean my requirement is if i give % and press tab all the valid combinations should be displayed.
    its showing no entries found.Did you review 420787.1 referenced above?
    Thanks,
    Hussein

  • Oracle apps r12 username,password field doesn't appear in arabic interface

    Dear all,
    I can find the username,password in ENGLISH interface in oracle apps R12 but when i switch to arabic interface i could not find the username,password field.
    Can anybody face this issue and can reply to me.
    Thanks & regards,

    Please post the details of the application release, database version and OS.
    What is the application/database characterset?
    I can find the username,password in ENGLISH interface in oracle apps R12 but when i switch to arabic interface i could not find the username,password field.
    Can anybody face this issue and can reply to me.Do you mean you get a blank page for the Arabic login page? If yes, have you tried to recompile JSP files manually and see if it helps?
    Thanks,
    Hussein

  • Issue with Custom Form opening in Oracle apps

    Hello,
    I am not sure if this is correct place for this question.
    Hi,
    I have created a custom form and tested in forms 6i. I have moved the fmb and fmx files from my local machine to unix box and registered the form in oracle apps (11.5.10).
    However, when I open the form from oracle apps, form opens OK but some of the field in form are blacked out-I am able to see the field but its black in color. When I type in field and highlight it with my mouse, the value I typed shows up.
    What can be issue here?
    I moved both fmb and fmx from my local machine to UNIX box.
    Please help...

    NV,
    Have you resolved your issue? I've run into this before. I failed to subclass all of my objects properly from the APPSTAND.fmb in accordance with the [Oracle Applications Developers Guide | http://download.oracle.com/docs/cd/B25516_18/current/acrobat/115devg.pdf]. If you have your items subclassed correctly, double check to make sure your Forms Builder is using the correct color pallet.
    Hope this helps.
    Craig...
    If mine or someone elses response was helpful, please mark it accordingly

  • EA1 - SQL DDL Tab not working for 10.2.0.3 Oracle Apps DB

    I just downloaded the EA1 SQL Developer 1.5.0.51.70 for evaluation purposes. I am connecting to various types of databases - all databases are version 10.2.0.3.
    When I am connected to an Oracle Applications 11i database (10.2.0.3 version) as the apps user, then select a table, and then click on the SQL tab - I get a message Generating DDL and then the errors:
    o.d.db.DBUtil No more data to read from socket
    o.d.r.utils.DBObject Could not get schema Object:java.sql.SQLException:OALL8 is in an inconsistent state
    When I connect to one of our other in-house (non Oracle Apps) Oracle database 10.2.0.3 I am able to view the tables and the DDL in the SQL tab.
    Is there a reason why I am unable to view the DDL from the SQL tab for Oracle Apps databases
    Message was edited by:
    user571286
    Message was edited by:
    user571286

    If you get the same error when running the equivalent DBMS_METADATA through SQL*Plus (rather than through SQL Developer), I would assume that it is a problem with DBMS_METADATA in the database - this can be fixed (based on earlier posts, such as Re: ORA-06502 error on SQL tab by reinstalling DBMS_METADATA by running $ORACLE_HOME/rdbms/admin/catmeta.sql.
    If it works in SQL*Plus, then I would say it sounds like an issue with how SQL Developer is connecting to the database - simply based on the "no more data to read from socket".
    theFurryOne

  • Issue with the report oracle.apps.xdo.XDOException:Error creating lock file

    I am getting an error while submitting the XML publisher report in Betsy N0 instance.
    Issue
    Log :- Beginning post-processing of request 145458120 on node BETSYN0DB1 at 22-DEC-2011 05:28:26.
    Post-processing of request 145458120 failed at 22-DEC-2011 05:28:28 with the error message: One or more post-processing actions failed. Consult the OPP service log for details
    Output :- Blank Report
    XML file :- XML file generated without any error
    Output process:-
    [12/23/11 4:28:10 AM] [1213640:RT145480622] Completed post-processing actions for request 145480622.
    [12/23/11 5:16:01 AM] [OPPServiceThread1] Post-processing request 145481427.
    [12/23/11 5:49:30 AM] [OPPServiceThread1] Post-processing request 145481923.
    [12/23/11 5:49:30 AM] [1213640:RT145481923] Executing post-processing actions for request 145481923.
    [12/23/11 5:49:30 AM] [1213640:RT145481923] Starting XML Publisher post-processing action.
    [12/23/11 5:49:30 AM] [1213640:RT145481923]
    Template code: XXWIP_WO_VLVS
    Template app: XXWIP
    Language: en
    Territory: US
    Output type: PDF
    oracle.apps.xdo.XDOException: Error creating lock file
         at oracle.apps.xdo.oa.util.FontCacheManager.getFontFromDB(FontCacheManager.java:320)
         at oracle.apps.xdo.oa.util.FontCacheManager.getFontFilePath(FontCacheManager.java:198)
         at oracle.apps.xdo.oa.util.FontHelper.createFontProperties(FontHelper.java:432)
         at oracle.apps.xdo.oa.util.ConfigHelper.getFontProperties(ConfigHelper.java:166)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5824)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:247)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    [12/23/11 5:49:31 AM] [UNEXPECTED] [1213640:RT145481923] oracle.apps.xdo.XDOException: Error creating lock file
         at oracle.apps.xdo.oa.util.FontCacheManager.getFontFromDB(FontCacheManager.java:320)
         at oracle.apps.xdo.oa.util.FontCacheManager.getFontFilePath(FontCacheManager.java:198)
         at oracle.apps.xdo.oa.util.FontHelper.createFontProperties(FontHelper.java:432)
         at oracle.apps.xdo.oa.util.ConfigHelper.getFontProperties(ConfigHelper.java:166)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5824)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:247)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    [12/23/11 5:49:31 AM] [1213640:RT145481923] Completed post-processing actions for request 145481923.

    The issue is fixed.
    Our XML Publisher TMP is not defined, so it uses the APPLTMP used by concurrent manager. There is a folder xdofonts/<SID> in $APPLTMP. It contains the fonts used by XML publisher and on the of font file (.ttf) was 0 byte. We copied the ttf file from QA. And it started working.
    Best practice is to define diffent TMP for concurrent managers and XML Publisher.
    Cherrish Vaidiyan

  • Issue with FRD and Forms Trace in Oracle Apps Release 12.0.6 forms

    Hi,
    Morning..could someone please assist us with this issue..
    We are trying to generate FRD and Forms Trace for a seeded Oracle Apps Forms in Release version 12.0.6
    1. We have setup the below mentioned profile option at the user level : ICX: Forms Launcher
    value : http://<host_name>:<port number>/OA_HTML/frmservlet?record=forms tracegroup=medium
    tried with this value as well : http://<host_name>:<port number>/OA_HTML/frmservlet?record=forms tracegroup=0-97
    and then log out and then tried the transaction steps again in Oracle Apps frontend
    2. Then checked at the directory location named : $FORMS_TRACE_DIR and there we see a file generated like this :forms_19136694.trc
    But in this file we could only see the generic seeded error messages...why are we not seeing all the message calls showing all the details regards form level trigger , data blocks , values etc for the form
    We need to have the FRD & Forms trace generated urgently for an issue...
    Could someone please help us as to how a complete FRD & Forms Trace be generated in Oracle Forms in Oracle Apps version R 12.0.6 & what exact steps need to be checked.
    Thanks

    2. Then checked at the directory location named : $FORMS_TRACE_DIR and there we see a file generated like this :forms_19136694.trc
    But in this file we could only see the generic seeded error messages...why are we not seeing all the message calls showing all the details regards form level trigger , data blocks , values etc for the form What is the timestamp of the file? Have you tried to delete/rename the file, reproduce the issue and see if a new file is generated?
    You would need to logout and login again, or bounce the application services (if possible) after doing the necessary configuration steps and before reproducing the issue.
    We need to have the FRD & Forms trace generated urgently for an issue...
    Could someone please help us as to how a complete FRD & Forms Trace be generated in Oracle Forms in Oracle Apps version R 12.0.6 & what exact steps need to be checked.Please see these docs.
    R12: Forms Runtime Diagnostics (FRD), Tracing And Logging For Forms In Oracle Applications [ID 438652.1]
    How To Collect And Use Forms Trace (FRD) in Oracle Applications Release 12 [ID 373548.1]
    Steps To Take FRD Trace in 11.5.10 & R12 [ID 867943.1]
    How To Generate A Stack Trace For Forms With Applications R12 [ID 789659.1]
    Thanks,
    Hussein

  • Issue in Enter Query mode (F11) is not changing color to blue in oracle apps custom form 10g

    Experts,
    I have created a custom form , everything is working fine but when i pressed on the oracle apps custom form ( F11)  then its not changing the form color to blue.
    I have already done below setup but nothing is working fine :-
    1.APP_STANDARD.EVENT('WHEN-NEW-RECORD-INSTANCE'); at your block level Trigger.
    2.Execution Hierarchy Property to "Before" or "After" at block level trigger.
    Could anyone help on this.

    please compile the CUSTOM form and retest the issue
    $ frmcmp_batch.sh module=<form name>.fmb userid=apps/<apps password> output_file=$CUSTOM_TOP/forms/US/<form name>.fmx module_type=form compile_all=special
    AppsMasti
    shairng is Caring

  • I am trying to pass the value of a field from the seeded page /oracle/apps/

    I am trying to pass the value of a field from the seeded page /oracle/apps/asn/opportunity/webui/OpptyDetPG. The value I want is in the VO oracle.apps.asn.opportunity.server.OpportunityDetailsVO and the field PartyName.
    I have created a button on the page whose destination URL is
    OA.jsp?OAFunc=XX_CS_SR_QUERY&CustName={#PartyName}
    It opens the correct page, but in the URL it shows this
    http://aa.com:8005/OA_HTML/OA.jsp?OAFunc=XX_CS_SR_QUERY&CustName=&_ti=1897289736&oapc=177&oas=x5E2TIfP1Y0FykBt1ek4ug..
    You can see that &CustName is not getting the proper value. Do I need to do something different?

    You cannot call the form with OA.jsp . This is applicable only for OAF based pages registered as a function.
    For calling a Form, use the below example:
    You have to change the application responsibility key and form function name .
    "form:PN:PN:STANDARD:XXPNTLEASE:QUERY_LEASE_ID={@QueryLeaseNumber}"
    Regards,
    Sudhakar Mani
    http://www.oraclearea51.com

  • Oracle Apps Adapter Issue

    Hi All,
      when i am trying to create the oracle app adapter in jdeveloper , I am getting the following error.
    java.lang.nullpointerexception at oracle.tip.tools.ide.adapters.designtime.adapter.apps.iRep.IRepStartPage.buildWSDL(IRepStartPage.java:1508)
    Could please any suggestions on this issue.
    Thank You,
    Vamsi

    At what stage are you seeing this error?

  • How to implement Key Flex Fields in new oracle apps custom forms.

    how to impletement key flex fields in oracle apps custom forms
    if any technicle document is there then send me on this forum and also send me on my email id.
    [email protected]
    Thanks & Regards,
    Pranay Patel

    Hi,
    Please see the note:730068.1 - How To Invoke a DFF from a custom form
    Thanks,
    Ajikumar G

  • Oracle Apps Adapter issues

    Hi,
    I have just downloaded and installed SOA 11.1.1.4.0 and am trying to work through the basic labs. I would like to be able to use the Oracle Apps adapter, but am getting the below error when trying to update the apps adapter (to change the status from Installed to Active):
    An error occurred during activation of changes, please see the log for details.
    [1] The ra.xml <connection-interface> class 'oracle.tip.adapter.apps.IAppsConnection' was not found in the resource adapter archive/application. [2] The ra.xml <connection-impl-class> class 'oracle.tip.adapter.apps.AppsConnection' was not found in the resource adapter archive/application. [3] The ra.xml <managedconnectionfactory-class> class 'oracle.tip.adapter.apps.AppsManagedConnectionFactory' was not found in the resource adapter archive/application. [4] The ra.xml <connectionfactory-impl-class> class 'oracle.tip.adapter.apps.AppsConnectionFactory' was not found in the resource adapter archive/application.
    I logon to the consiole (localhost:7001/console), under Deployments, query on OracleAppsAdapter (whose status is 'Installed').
    Source Path - C:\ Oracle\ Middleware\ Oracle_SOA1\ soa\ connectors\ AppsAdapter. rar
    Configuration Tab -> Outbound Connections Pool (sub-tab) ->
    Connection Factory -> eis/Apps/Apps
    dataSourceName = NULL
    xADataSourceName = jdbc/AppsDataSource
    I navigate to Service -> Data Sources
    Datasource Name = eBizDS, JNDI name = jdbc/AppsDataSource
    The datasource is able to connect to the DB.
    Am I missing any steps? One thing which I noticed is that the OracleAppsAdapter is not deployed on the 'AdminServer' (under Target tab). When I try to deploy it, I get the above error.
    Please let me know if I posted in the wrong forum, or if you need any more information.
    Versions:
    SOA Suite - 11.1.1.4.0
    WLS - 10.3.4
    Thanks,
    Ashish

    I deleted the existing OracleAppsAdapter .
    1) Clicked on Install
    2) Selected AppsAdapter.rar
    3) Selected "Install this deployment as application"
    4) Selected "AdminServer" as target
    5) Changed Name to EBizAppsAdapter.
    Under Source accessibility, selected "Use the defaults defined by the deployment's targets"
    6) Clicked on 'Activate Changes'.
    At this point I can see the new Adapter in Prepared state. When I try to update it, it gives the same error:
    An error occurred during activation of changes, please see the log for details.
    [1] The ra.xml <connection-interface> class 'oracle.tip.adapter.apps.IAppsConnection' was not found in the resource adapter archive/application. [2] The ra.xml <connection-impl-class> class 'oracle.tip.adapter.apps.AppsConnection' was not found in the resource adapter archive/application. [3] The ra.xml <managedconnectionfactory-class> class 'oracle.tip.adapter.apps.AppsManagedConnectionFactory' was not found in the resource adapter archive/application. [4] The ra.xml <connectionfactory-impl-class> class 'oracle.tip.adapter.apps.AppsConnectionFactory' was not found in the resource adapter archive/application.

  • Implementing Key Flex fields in Oracle apps custom form.

    Hi all,
    I have developed a custom form from scratch. Need to implement key flex fields in my form. Kindly help me and please share any document for Key flexfields implementing. Quick response will be highly appreciated. Thanks a in advance.
    Please mail to [email protected]
    Regards
    Aiyaz
    Please send me a complete document for implementing flex fields in a custom form. Screen shots in the docs will be very much help full.
    Regards
    Aiyaz
    Edited by: user6422762 on Jan 27, 2011 9:44 PM

    There are so many special cases and cases with Oracle Apps that you will need to ask this question in the dedicated Apps tech forum rather than here. Please post this question here: OA Framework

  • Concurrent Manager Issue in Oracle Apps 11i on MS Windows 2003

    Hi,
    We have Oracle Apps 11i (11.5.10) on Windows 2003 running Oracle Financilas and Supply Chain.
    From this morning onwards, concurrent requests are not getting completed. All requests are showing Running Normally. I checked the server (Single Node 4 GB Memory) and CPU usage is more than 90%. Task Manager is showing 50% CPU usage for SYSTEM (Image Name). Once the CPU usage for SYSTEM(image name) goes beyond 40% then the server is becoming slow and the problem starts.
    When I stop the Concurrent Manager it does not stop and I have to End Process the FNDLIBR process manually.
    I have recreated the concurrent manager using CCMSETUP and also ran cmclean.sql. Nothing is helping.
    System is Live since 2006 and the issue started only today.
    Please suggest any solutions as this is happening in our Production system.
    Thanks.
    Thiru

    Thiru,
    Which concurrent manager consumes the CPU usage? Are you able to identify it?
    Any errors in the CM log file? Did you try to start the CM with diag=y and see if any errors are reported in the log files?
    What happen to the CPU usage when you stop the CM?
    I assume that you are running Purge Concurrent Manager/Requests on regular basis, so this should not be an issue here.
    Please review the following notes, and see if it helps.
    Note: 114380.1 - Concurrent Manager Processes Taking Lots of CPU
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=114380.1
    Note: 264752.1 - FNDLIBR Consuming Memory Causing CPU Utilization To Increase Daily
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=264752.1
    System is Live since 2006 and the issue started only today.I assume no changes have been done recently, correct?
    Regards,
    Hussein

  • Oracle apps login issue

    When i login as 'apps' user and execute the following command it shows error like this
    set serveroutput on
    declare
    message varchar(20);
    begin
    message := 'hi';
    dbms_output.put_line(message);
    end;
    Error starting at line 28 in command:
    declare
    message varchar(20);
    begin
    message := 'hi';
    dbms_output.put_line(message);
    end;
    Error report:
    ORA-06550: line 5, column 13:
    PLS-00302: component 'PUT_LINE' must be declared
    ORA-06550: line 5, column 1:
    PL/SQL: Statement ignored
    06550. 00000 -  "line %s, column %s:\n%s"
    *Cause:    Usually a PL/SQL compilation error.
    *Action:
    This same plsql works fine in 'applsys' user.
    After executed in 'applsys' user it works in 'apps' user also.
    How to solve this issue.
    DB Version:
    VERSION
    11.1.0.7.0
    your prompt respond would be highly appreciated
    Thanks

    876943 wrote:
    immediately after login into the application we are getting this message
    Welcome to Sourcing! Before you can begin using this product, your profile needs to be completed. Please contact your System Administrator to correct your profile.
    We are on oracle apps 11.5.10.2Please see (Supplier Users With Long Job Titles And E-Mails See An Error Message When Login Into Sourcing. [ID 1276292.1]).
    Thanks,
    Hussein

Maybe you are looking for

  • How can i request apple to remove icloud from my iphone 4

    hello everyone so i have this problem on my sisters iphone 4, while in france she bought an used iphone 4 but she didnt knew anything how does icloud works, so she bought the phone and came back to home country. so she used the phone for a while unti

  • How to check an item in a database block has changed before updating

    hi, i have a database block having designation and other relative field are there . a ctrl item status (checkbox) in the same block. i want to update records only the status is marked as ticked get updated. what trigger in which levels should be used

  • Vendor number range

    Hi friends, Originally, we set up vendor account number to be external  from 10000 to 19999. The last vendor number we created was 10051.now I  unchecked the external box and make the number range to be internal with same range . When a create the ve

  • How does an I pad glass face get cracked?

    My new I pad 3 has a serious crack.  it has not been abused or dropped.  it is covered with a magnetic keyboard protector. Has that happened to anyone else.... and is there a resolution to this issue ... the store does not want to recognize this as t

  • Help sending out long email message from ORACLE PL/SQL

    Hello, I need help sending out long email message from ORACLE PL/SQL. My message(email body) contains about 4000 characters and comes out truncated somewhere on the middle. My business requirements do not allow me to send it as attachment. I am using