MSCA/ MWA Customization in R12

I was trying to extend the shipLPN page and created a custom menu to access the function and when I access it from mobile login I'm unable to retain the original pages functionality(super call to base class) instead it is in the infinite loop
"Change Responsibility --> "change org" --> "change Responsibility". Any Help appreciated.
Vinay.

I was trying to extend the shipLPN page and created a custom menu to access the function and when I access it from mobile login I'm unable to retain the original pages functionality(super call to base class) instead it is in the infinite loop
"Change Responsibility --> "change org" --> "change Responsibility". Any Help appreciated.How did you do the customization? Have you followed the steps in the docs which are referenced in (MSCA Installation Steps / FAQ [ID 274034.1] -- Question #5. How to customize mobile applications?)?
Can you find any errors in the log files?
MWA Troubleshooting Tips for Release 12 [ID 782162.1]
Howto Enable WMS / MSCA Logging? [ID 338291.1]     
Thanks,
Hussein

Similar Messages

  • MWA services in R12

    Hi All,
    We have MWA setup in R12.1.3
    Getting some errors like this in system.log :
    java.io.IOException: -1 is read from input stream
    at oracle.apps.mwa.presentation.telnet.ProtocolHandler.readChar(ProtocolHandler.java:1422)
    at oracle.apps.mwa.presentation.telnet.ProtocolHandler.readChar(ProtocolHandler.java:1404)
    at oracle.apps.mwa.presentation.telnet.ProtocolHandler.readChar(ProtocolHandler.java:1404)
    at oracle.apps.mwa.presentation.telnet.ProtocolHandler.readChar(ProtocolHandler.java:1404)
    at oracle.apps.mwa.presentation.telnet.ProtocolHandler.enterHighlight(ProtocolHandler.java:2050)
    at oracle.apps.mwa.presentation.telnet.ProtocolHandler.run(ProtocolHandler.java:754)
    And the users are being timed out after 5min.
    Checked mwa.cfg, the settings are 30min for timeout..
    Please advise.
    Referred MWA Troubleshooting Tips for Release 12 [ID 782162.1], but have not got any solution.

    940525 wrote:
    # MSCA Server allows a client that was disconnected to reconnect
    # within the time mentioned below in minutes.
    mwa.DropConnectionTimeout=30
    # MSCA Server disconnects a client after the client is idle
    # for mwa.StaleSessionTimeout minutes.
    mwa.StaleSessionTimeout=60Set the context variables in the context file and run AutoConfig then bounce the services:
    s_mwaStaleSessionTimeout
    s_mwaDropConnectionTimeout
    Oracle EBS R12 Context Variables [ID 458282.1]
    Thanks,
    Hussein

  • MSCA/MWA Extension

    Hi,
    I am extending the Inbound-> Receipts -> PO in 11.5.10. The seeded page name is RcptGenPage. I would like to know how to compile this on my client machine locally using Jdeveloper.
    I have installed Jdeveloper and applied all the patches to make it work for OAF. Can anybody give me step by step details on what needs to be done to be able to compile the page locally. Here are the details of my extended page:
    Java Files :
    RcptGenFunction.java
    RcptGenPage.java
    RcptGenFListener.java
    The java pkg is xxx.oracle.apps.inv.rcv.server
    My question is where should i place all the class files that i mentioned in "import statment" in my class files. Also where should i place the above java files that I created.
    Please let me know asap. Thanks
    Gy

    Hi,
    Please have a look at my articles for the basic understanding of MSCA under
    http://www.apps2fusion.com/at/ss
    You may also look at
    http://www.apps2fusion.com/at/70-kt/378-extending-and-customizing-the-mobile-po-receipt-form
    Feel free to post your queries in the comment section.
    Thanks and Regards,
    Senthil

  • MSCA/MWA Hide a button in a extended page

    Hi,
    I have a custom MSCA page XXDeliveryLinePage which extends the source DeliveryLinePage, and there is a cancel button (mCancelBtn) in the source page. Does anyone knows how can I hide the cancel button from the XXDeliveryLinePage page?
    I don't want to directly modified the DeliveryLinePage.
    I tried the following logic but it thoughts error, when I log into the custom page
    mCancelBtn.setHidden(true);
    Regards
    Lawrence

    Hi,
    Either you can go to 'Personalize this page' link and set the rendered property to false from front end.
    Or from custom controller, set the handle to the button in PR method and use mCancelBtn.setRendered(false).
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • MSCA and MWA Mobile Applications Customization

    I am trying to add new business logic on CycleCountPage in MWA (Whse Mgmt Responsibility).
    I copied some .class files from the server and de-compile all of them and save the new files with CustomFileName.java
    Then change the classes’ code to meet the new file names and add my new logic in the following files
    •     Function     CustomCycleCountFunction.java
    •     Page          CustomCycleCountPage.java, CustomLotSerialPage.java
    •     Field          CustomItemLOV.java
    •     Listener      CustomCycleCountFListener.java
    Then I successfully compiled the new classes on the server using javac and generate the new .class files in the same original file’s folders
    And change the .class files attributes to 755.
    Then I added a new function and add it to the menu to run the new function class
    It appears in the menu but it gives me
    Unexpected error o >
    It seems that the application couldn’t read the new function class file
    Please tell me where to copy the new classes and what are the needed steps to run the new function.

    Shiv,
    I am talking about WMS/MSCA mobile customization white paper, for OAFramework mobile development we can use the OAF Dev guide.(there are few restrictions).
    The Oracle Whitepaper "Customization of Oracle Mobile Supply Chain
    Applications and Oracle Warehouse Management System" suggests how an
    application developer or consultant could customize the mobile pages to
    provide a specific look and feel to the customer or to support a company's
    specific business logic. This is available on Metalink here
    @ https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_databa
    se_id=NOT&p_id=301926.1
    The "Advanced Barcode Strategies" White paper may also be a useful source of
    information. This provides details on out of order scanning and custom scan
    capabilities This is available on metalink here:
    @ https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_databa
    se_id=NOT&p_id=297992.1

  • R12 Reports Customization

    We are preparing a release 12.0.6 environment for testing. How do you customize a R12 reports file? (For release 11i, I used the Oracle Reports Developer). So is it the same or different in R12?
    Thanks...Colin

    Do you know if Reports Builder would have installed with the 12.0.6 stuff, or is it a separate product you need to install.Colin,
    It is installed on the server. If you want to have it installed on your local machine, you can download the software from:
    Oracle Developer Suite Software Downloads
    http://www.oracle.com/technology/software/products/ids/index.html

  • Is there an Oracle-recommended tool to customize eBS standard reports?

    Hi,
    a few days ago a collegue of mine dropped in and asked for a tool to customize eBusinessSuite (R12) standard reports. He came along with XXBA_PO_STANDARD_XSLFO.xsl (which is a mix of XSL and FO) and asked me if I could modify the position of some tables and if I knew a WYSIWYG editor that he could do the same without learning XSL and all the stuff.
    First thing was not too complicated but the second: I spent some hours to find a tool on the internet, but I didnot find a way to do that on an existing report using the big ones (XMLSpy, Stylus Studio), and I neither found another tool to archive this.
    Any hints or recommendations are appreciated.
    Thanks
    Carsten

    sorry, wrong forum!

  • EBS 11.5.8 Vs R12 version

    Dear all,
    Does anyone has been upgrade EBS from 11.5.8 version to R12 release 2 version? If yes, how much different on table structure on PO, AP, AR and GL modules?
    Best Regards,
    Amy

    >
    I agree to testing all the customization on R12, the problem is we don't have that environment. For now, we as asking oracle give us the costing upgrade from 11.5.8 to R12 and the feedback is the average effort on each form is 1.5 manday and each report is 1 manday.
    I just wondering if the data structure are not changing too much, the effort will be less than that and the customization will be done by ourseleves.As Gareth has noted, you can expect the data structures to vary considerably in some of the Core Financials modules. In our experience, the introduction of Sub-Ledger Accounting and the new E-Business Tax module presented some challenges.
    In terms of Oracle's estimates, it's hard to say. I'm a DBA, not a developer, so it doesn't seem fair for me to judge development estimates. :-) The main point to consider is that Oracle understands what has changed in the data structures, but presumably your organization has a better understanding of your customizations. Even if it takes longer to migrate the customizations yourselves as you learn the revised data model, there may be long-term benefit to your organization to have that knowledge in-house.
    Is it possible to have R12 environment for testing? Anyone counter that upgrade from 11.5.8 to R12?If you want to get a test system up and running quickly, so functional teams and end users can get an idea of what the system will look like, you can install a Vision instance. In my opinion, there's no substitute for testing a system using your own data instead of the canned Vision data. I understand, however, that the resources aren't always available to run a test upgrade during the early phases of planning a project like this one. If you can install a Vision instance at your site, you might be able to make more informed decisions about your customization effort. As an alternative, Solution Beacon offers access (free of charge) to a [hosted R12 Vision instance|http://www.solutionbeacon.com/tool_vision.htm]. I have not used their service, but I suspect that it does not permit access directly to the database.
    Good luck!
    Regards,
    John P.
    http://only4left.jpiwowar.com

  • What are the payment tables in R12?

    Hello,
    What are the payments tables in R12,
    I need retrieve the below columns from tables in R12
    Payment_id,
    Invoice_num, Invoice_amount
    Payment_num, Payment_amount
    please help us,
    Thanks,
    Raj

    Hello,
    Thanks for your helping,
    1). DUNS_NUMBER
    2). JP_DUNS_NUMBER
    3). CHECK_AMOUNT
    4). CHECK_NUMBER
    5). BANK_NUMBER
    6). DISB_BANK_ACCT
    7). COMPANY,
    8). VENDOR_NAME
    9). CMP_IDF
    Please help me to get this columns in payments
    If you know anything about NACHA Payment Format report customization in R12 please help me, Im struggling to customize this report in R12
    Thanx,
    <-- Raj -->

  • Personality development plan customization

    Hi All,
    Good Morning.
    I am new into OA framework.Here i got requirement Personality development plan customization in r12 version.
    Navigation: Performance Management > Competence Appraisal Plan / Self Assessment > Appraisals Action Button > Final Ratings
    in competency gaps page i have to add one fiels ie prioratise .this field is not in Standard Table dual.
    Standard table is "Dual". can we add field when standard table is dual?
    Please give me reply as soon as possible
    Regards
    Ramoji

    Hi,
    Post your question in [Technology - OA Framework|http://forums.oracle.com/forums/forum.jspa?forumID=210] forum, you would probably get a better/faster response.
    Regards,
    Hussein

  • Diff email subject for diff orgs for Remittance advice email in R12

    Hi All,
    We are upgrading from 11i to R12. AP Remittance advice workflow in 11i was customized to send emails with different subject for suppliers of different operating unit.
    We need to keep this customization in R12. I could find one profile option for setting the subject of the remittance advice which is IBY_FD_SRA_EMAIL_SUBJ. However, it will send the email with same subject to all suppliers. Please help me in finding a way to achieve this.
    Also the workflow in 11i is customized to not to send the notification for zero amount invoices. I could not think of any way to achieve this.
    Any help in this regard also would be highly appreciated.
    Many Thanks,
    Priyanka

    Hi,
    You could copy those customizations from 11i to R12.
    Please see
    Re: Determining Workflow Customization
    Re: Upgrading Workflow from 11i to R12.1.3
    Thanks

  • Find aging of concurrent jobs execution for last one year in R12

    DB:11.2.0.3.0
    EBS: 12.1.3
    O/S: Red Hat Linux
    Hi all,
    Could anyone please share the resolution for the below question in R12 ?
    1)      Considering only 3 weeks of data is maintained in FND tables, which means we cannot use fnd_concurrent_requests to get list of jobs submitted in last one year. Is there any other way what we can get to find out aging of jobs execution for last one year?
    Thanks for your time!
    Regards,

    Locking this thread - Pl continue the discussion in your original post - Identifying customizations in R12
    Unless you have backups of the deleted data, this is not possible

  • MW R12 upgrade questions

    Hi Folks,
    Just installed MW 2.17 and would like to a upgrade our E-Business from 11.5.10.2 to 12.1.3. I prepared a project which uses the Upgrade Assistant R12. I believe it plans to upgrade our application from 11.5.10.2 to 12.1.1. If that's the case, how can I prepare MW to upgrade the R12 (12.1.1) application to 12.1.3. Should I use 'maintenance pack assistant R12' or 'release upgrade assistant R12' or should I customize the R12 upgrade project to upgrade the application to 12.1.3 after upgrading to 12.1.1.
    Besides, when I am in 'Define Nodes' page, I see column 'Main Upgrade from' is '11.5.10.2', 'Main upgade to' is '12', but nothing in columns 'Other Upgrade from' and 'Other Update to'. Could some one tell me what these two columns ('Other Upgrade from' and 'Other Update to') for.
    Thanks,
    Derek

    Derek,
    Version 2.17 of MW will take you from 11.5.10 to 12.1.1 using the Upgrade Assistant 12 product.
    We are in the process of updating the RUP12 product to then take you from 12.1.1 to 12.1.2. This, however, has not been released yet, and does not even have a tentative date, although I do feel it will be in calendar year 2010! 12.1.3 is on the horizon, but not currently being worked on yet, as it is so new.
    If 12.1.3 is your ultimate goal, I suggest you use the MW to upgrade to 12.1.1 and then manually apply the RUP to 12.1.3. (Alternatively, you could add the steps as custom into your MW project as you suggested, if you like.)
    Hope this helps,
    -Vikki

  • MWA About Page

    Hi,
    It seems that when we click Control X to display the MWA About Page, the Function, Page Class, and Field Name are missing in the version for R12. I can see those field for the version of 11i. Do anyone knows why?
    Regards
    Lawrence

    Hi;
    Please check below which could be helpful for your issue:
    http://troubleshootingappsdba.blogspot.com/2009/10/mwa-server-in-r12.html
    http://www.scribd.com/doc/38438449/R12-1Mobile-Personalization-White-Paper-New
    Regard
    Helios

  • CMRO JSP Customization

    Hi all,
    I am working on CMRO JSP Customization in R12 Instance.
    My client requirement is to add a field in a table of Material Transactions Issues page.
    The path is CMRO--> Execution --> Material Transactions--> Issues
    I want to know how can i add a field in a table.
    I have identified the page which i have to modify is ahlprdEditMtlTransDisplay.jsp but in this all fields come from a view object.
    Could anyone please throw some points on this?
    Regards
    Hitesh

    Hi Chris,
    I've doublechecked, the parameter name is OK.
    I've also made sure that either 'APPLY' or 'OK' is passed when the customization form is submitted.
    request.getParameter("services_action") reads the value of the services_action parameter from the URL when concatenating to it manually, but doesn't read anything when the customization page is rendered.
    Is there a working copy available of this portlet I could access? I'd extremely be interested in it!
    One more thing: what's the role of the services_action hidden field? Is it required by the JavaScript:
    document.custform.services_action.value=action
    or does it have an other reason it's generated by the renderCustomizeFormHeader()?
    I'd appreciate any help as I'm loosing hope!
    Thanks,
    Peter

Maybe you are looking for