Issue with VO extension in expert mode unchecked

hello
i ma try to extend a VO which having Expert Mode Uncheck and Vo is EO base d
is it possible to extend that VO
regards
Vivek

Hi,
You can do it through personalization. Open that page and click on about this page link which is in the bottom left corner of the page and inside this search for the VO and after getting the exact VO, Click on it.
You will get the whole query of this.
If you can't find about this page link on the page then you have to activate a profile option i.e. FND:Diagnostic=> "Yes"
Thanks
--Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • Issue with VO extension after upgrading from 11i to R12

    Hi All,
    We are facing issue with VO extension after upgrading from 11i to R12(12.1.3).
    Most of the cases we are facing issue as given below,
    oracle.apps.fnd.framework.OAException: oracle.jbo.AttributeLoadException: JBO-27022: Failed to load value at index 21 with java object of type java.lang.Boolean due to java.sql.SQLException.
    Please help me out to resolve this issue.
    Any help/suggestion will highly appreciate.
    Thanks & Regards,
    Sunita

    Hi Gyan,
    Thanks for the response.
    There is one attribute has added in VO query.
    In VO.xml file ViewAttribute definition is as given below,
    <ViewAttribute
    Name="DisplayApproveButton"
    IsUpdateable="false"
    IsQueriable="true"
    IsPersistent="false"
    Type="java.lang.Boolean"
    ColumnType="NUMBER"
    AliasName="DisplayApproveButton"
    Expression="xxh_invoice_approval_pkg.check approval(invoice_id)"
    SQLType="BIT" >
    </ViewAttribute>
    Thanks & Regards,
    Sunita

  • Performance Issues with Debugging even in Display Mode

    Hi not certain if this would sit in Security, ABAP or Basis, but lets start here as it is security related.
    S_DEVELOP with any activity on DEBUG on a production system is a concern, but what are the performance related issues when a super user has to go into debug in display only on a production system because of a really complex issue?
    I've heard in the past of a scenario where system performance was impacted, and we have notes around the allocation of S_DEVELOP display DEBUG access to this point. (I've summarised these below)
    The risk with debug is associated with the length of time that the actual debugging process is being performed.
    u2022     Work processes are dedicated solely to the users for the duration of the debug. If these are being performed for a long time, these can cause issues with not enough work processes being available.
    u2022     It can cause DB2 locks. If the debug session last awhile, DB2 locks are not released. This impacts the availability of tablespaces, thus, affecting various transactions running across the system.
    Even with these concerns, security will often get asked for debug display access.
    As security is about risk identification, assessment and then controlled access what do other organisations do?
    Options (not exhaustive) are "No Debug ever" or "Debug display only via a fire fight or super user on a time limited basis".
    We are currently in the "debug display only via fire fight" camp, but would like to canvas opinion on this.
    As one of the concepts of security is Availability of data (and to an extent ensuring the systems are up and running) do the performance risks push the security function to the "No Debug Ever" stance.

    If you need to debug in production, then 9 times out of 10 you need to do root-cause analysis: The developer is the problem.
    Writing sloppy code and not testing properly should not be an excuse for debugging in production.
    But of course, there are exceptions even when you do try to keep them to a minimum.
    To add to Jurjen's comments, also note that the debugger only has a limited capability of doing a rollback. So you can quite easily and unintentionally create inconsistencies in the system - also in display mode - which is an integrity problem, and typically more critical than availability problems or even potential confidentiality concerns.
    Cheers,
    Julius
    Edited by: Julius Bussche on May 15, 2009 10:50 AM

  • Kindle Fire & Adobe Air issues with scaling & bottom menu - GPU Mode only

    Hi,
    Long post ahead, please buckle down for a while.
    I'm having issues with the Kindle Fire and the bottom 20 pixel menu in GPU mode, CPU mode behaves correctly. The project was created with flash cs5.5, the stage size is 1024x600 and I've set the NO_SCALE flag. When the app is run on the Kindle Fire the Kindle scales it to 1024x580 for the bottom 20 pixel menu. If I create the project as 1024x580 it still scales it down and then centers it vertically introducing a 10pixel black bar at the top and I would assume a 10 pixel black bar at the bottom under their menu. In CPU mode the app is not scaled and the bottom 20 pixels is obscured.
    The problems I have encountered so far are incorrect mouse locations as reported in various mouse events. Messed up scrollRects when I try and clip something for display. Not being able to press buttons because of the incorrect mouse coordinates, the further down on the screen the more incorrect the buttons are. You can click below a button near the bottom of the screen and have it activate whereas a button at the top acts perfectly. This is due to the accumulated error value from the yPos * scaleValue.
    The mouse positions are off exactly by a scale factor of 600 / 580 (1.034).
    The video below shows the problems, sorry for the poor video handling. The red line in the video is drawn in the center of the y position detected on a mouse move and mouse down event, but shifted to the left for visibility. The center of that stylus is where it should be at all times, as you can see it isn't. You can also see displayed the buttons not working correctly, they are clearly being activated when the press on the screen is not over the button (indicated by the red line).
    The circle in the middle of the screen has it's scrollRect set to to the width and height of the circle, as you can see it is clipped.
    At the end of the video I press the power button then press it again to unlock, you can see the screen looks good for a split second then gets resized. Once resized the circle becomes clipped again. If I were fast enough I would assume the buttons would work correctly as well. Watch closely, it happens fast.
    Oh, and the app works fine on the desktop in either GPU or CPU mode. The app also works fine in GPU and CPU mode on my iPad2, Google HTC Nexus One, Nook Color and my 4th gen iPod Touch.
    Now whos issue is this? Adobes, Amazons or mine? I know what the problem is but don't know how to fix it.
    Youtube video link:
    http://youtu.be/660O3YMK9k8
    Thanks for your time!
    PS: if anyone wants the .fla for testing themselves, just ask and I will post a link to it.

    I'm going to forward this along to our android team for their review.  In the meantime, could you open a bug on this over at bugbase.adobe.com?  Please post back with the URL so that others affected can visit the bug and cast their votes.
    Thanks,
    Chris

  • View Link with destination VO in expert mode

    I have view link with the destination View Object in expert mode for applying a custom query.
    The view link doesn't run nicely because it seems to never find the right table.
    Does anyone manage to create this kind of view link based on a custom query in the destination VO?
    Thanks
    Olivier.

    Hi,
    I had also the same problem, I needed to query two tables which are in a Master-Detail relationship, the only way to do this is to write a new bean, extendind the FindForm bean to make a query like this:
    select * from mastertable where condition4mt and pk_mastertable in ( select fk_pk_mastertable from detailtable where condition4dt)
    So after this you get a pointer in the master table, but your condition to the detailtable is not considered from the ViewCurrentRecord Bean. I didn't go further to extend the ViewcurrentRecord bean, because this solved my problem, besides I think it would be also very difficult.
    JDevTEAM !!! are you planing to solve this king of problem ???
    I know that I can force the VO.setWhereClause() to force some condition on the detail, but are you planing to extend the ViewCurrentRecord bean to have also a master-detail view with a restriction also on the detail table ???
    TIA,
    Seb.

  • Issue with font extensions being removed/stripped

    We recently upgraded to 10.8.2. Our font files are housed on a server and since the upgrade, most of our fonts are viewing as executable files and we are unable to activate/use them.
    I've tried changing the extensions, copying them from an older machine running 10.5.8 from the server and then loading them to a machine running 10.8.2 with no luck. Has anyone else had this or a similar issue? Any thoughts?

    Hi Nitin,
    Thanks for the approach. However, this is an OOTB issue in CommerceReferenceStore module (was able to reproduce the same behavior in a OOTB CRS application as well) . The issue can occur not only when accessing a removed commeceitem but also during the checkout stages if user modifies the cart in a different session during checkout, the application would throw similar errors.
    Is there a way using which i can reload the order object (something like refreshOrder pipeline) whenever i see a similar error? I did not find any OOTB droplet that can reload the order object from the DB.
    Please suggest.
    Thanks,
    Tejas

  • Thought my computer was acting up- but I see there are other people with issues with the extension mgr.  Hope it's up and running soon!

    Well, I thought my computer was acting up, but I see there are others with extension manager issues! Any ideas when it will be accessible again?

    The flashing folder/question mark means the computer can't find a volume to start up from. See this Apple article for steps to take. But since it was running very slowly, I won't be all that encouraging that this can be resolved using those steps. It probably means the internal hard drive died. The slowness may have been a warning it was about to fail.
    http://support.apple.com/kb/TS1440
    PS>>> I also have an external hard drive if that helps!
    Well, it may help enormously if you had all your data backed up there to restore from, if it is clear you need a new internal drive. What kind of backup was it, a clone or Time Machine?

  • Has anyone had this issue with adobe extension manager cc? Video included

    Enclosed is a link to a video that will show my problem with extension manager
    http://www.youtube.com/watch?v=eo6FdbxkMb0
    System info:
    Windows 8
    8gb ram
    Nvidia Geforce GTX 560 Ti
    AMD Phenom 9500 Qudcore
    Adobe Creative Cloud Software
    Thanks,
    elfish43

    Hi,
    I downloaded the latest panel for Adobe CC, but whwn I try and install it I get msg saying the file does not have a valid signiture.

  • Duel Monitor issue with video in full screen mode

    Hi, im not sure if this is the right forum but here is my question
    I have an external monitor connected to my MacBook Pro 13" model...i want to be able to have a video in full screen on my external monitor but still use my laptop to do work and browse the web
    However, ever time i put it in full screen mode it blackens my laptop screen
    how do i stop this from happening

    I've tried moving the menu bar to the monitor...didnt work
    ive tried playing the video on my mac but it just blackens the monitor
    What do you mean by the adaptor - i have what ever software etc that came with the mac...and then from apple i bought the mini display port to VGA adaptor...the monitor is a new LG W2261 Full HD...currently i am connect via the blue VGA cable
    it works if im playing games full screen...i just have to move the menu bar in the arrangement option...but it doesnt work for videos
    i havent tried another monitor cos i dont have one - but i did try another account and its the same effect
    surely it should be simple - what if i was to do a powerpoint presentation connect to a TV or projector, normally you can see your screen for the separate controls which the other displays the presentation

  • Issue with an extension in ShoppingCartPG

    Hi,
    we have extended that shoppingCartPg to make the seeded fields Supplier and Supplier Site Updatable with the return value from Supplier and Site Lov's.
    The problem is that for the first time creating Requisitions from Shopping Cart Pg, but when we try to Change the Requisition by updating the Supplier details
    is the one casuing the below issue.
    oracle.apps.fnd.framework.OAException: oracle.jbo.DMLException: JBO-26041: Failed to post data to database during "Update": SQL Statement " UPDATE PO_REQ_DISTRIBUTIONS_ALL PoReqDistributionEO SET LAST_UPDATE_DATE=:1,LAST_UPDATED_BY=:2,LAST_UPDATE_LOGIN=:3,CODE_COMBINATION_ID=:4 WHERE DISTRIBUTION_ID=:5".
         at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:975)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:211)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:708)
         at oracle.apps.icx.por.common.webui.ClientUtil.invokeMethod(ClientUtil.java:971)
         at oracle.apps.icx.por.common.webui.PorBaseCOImpl.invokeMethod(PorBaseCOImpl.java:204)
         at oracle.apps.icx.por.common.webui.PorBaseCOImpl.executeServerCommand(PorBaseCOImpl.java:122)
         at oracle.apps.icx.por.req.webui.ShoppingCartCO.checkout(ShoppingCartCO.java:682)
         at oracle.apps.icx.por.req.webui.ShoppingCartCO.processFormRequest(ShoppingCartCO.java:212)
         at doj.oracle.apps.icx.por.req.webui.DOJShoppingCartCO.processFormRequest(DOJShoppingCartCO.java:24)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:810)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1159)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1022)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1022)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2700)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1707)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:511)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:432)
         at oa_html._OA._jspService(_OA.java:82)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    java.sql.SQLException: ORA-01407: cannot update ("PO"."PO_REQ_DISTRIBUTIONS_ALL"."CODE_COMBINATION_ID") to NULL
    If someone had the same problem in Extending the ShoopingCartPg, please guide me how to resolve the issue, its urgent.
    Thanks,

    Hi Gyan,
    The original requirement is to make Supplier and Site fields updatable with an LOV in the Shopping Cart PG.
    I'm not sure on this but my understanding in iproc is that when the new requisition gets created/updated
    in iproc the accounting info.( i.e ccid ) gets generated, so in the first case that is creating new requisition
    there is no default ccid ( against the category ) so it was generating new ccid, but in case of updation of requisition the page getting
    bombed out becuase it is trying to default the ccid attached category ( in our case there is no ccid attached to that category).
    Please correct me.
    Thanks,
    shashi.

  • Issue with opening Deski in standalone mode through command line

    Hi,
    I am using the below command to open deski in the background, in standalone mode. I keep getting the login prompt. Please suggest the correction that needs to be done
    "...\busobj.exe" -user "" -pass "" -nologo -auth "standalone" -system ""

    Looks like it might be bug 15982024 where the target is already part of a cluster.   Can you check your unpromoted targets (Setup -> Add Target -> Auto Discovery Results -> tab Agent Based Targets) and see if a cluster on either of those hosts is already discovered but not yet promoted.  If so, you can try to delete that discovered cluster, and retry the cmd.
    Log File Locations
    The following examples show possible log file locations:
    Example 2-3 No Configuration Directory Specified with Setup Verb (default location)
    user.home/.emcli/.emcli.log user.home/.emcli/.emcli.log.1
    If you do not specify a configuration directory when you run the setup verb (-dir option is omitted), EM CLI assumes the .emcli configuration directory is located within your local home directory. The log files are placed at the root level of the .emcli directory. The .emcli directory must be local (not mounted remotely).

  • Issues with locking up in edit mode

    Does anyone have a solution when the ap locks up in the edit mode? No icons for edit appear and I cannot escape the mode. I have to delete and download again which deletes all of the data... Not good

    We should not lock up at all...and we are not aware of this. If you could share the detailed steps, and perhaps the document that this is happening with, that would be appreciated.
    Also, if you do experience a lock-up, you don't need to delete the application and reinstall. There are a couple different ways to force-quit any iOS application
    1) Hold down the power button on the device to force it to shut down and restart
    2) Force close the app using these steps
    go back to the iOS home screen, showing all of the app icons
    double-click the home button. A row should appear on the bottom of the screen showing all of the 'running' apps.
    swipe left-right until you see the app you want to force-exit
    Long-press on the app you want to force-restart. All of the icons in that bottom row should start wiggling, with a icon in the top left corner
    tap the icon on the app you want to force-exit
    Click the home button to close this view of the running apps again.

  • Port-channel issue with FI-N7k using rate-mode share

    Hi Dears,
    I'm trying to using port-channel between Fabric Interconnect (FI) and N7K. in N7K use rate-mode share and LACP but the port-channel in N7K was suspended.
    I was trying :
    1. I using non dedicated port in Nexus 7010.
          - rate-mode share
          - channel-group 1 mode active
          - switchport mode trunk
    when i using this option, the port-channel in Nexus 7010 was suspended
    2. I using non dedicated port in Nexus 7010
         - rate-mode share
         - channel group 1 mode on
         - switchport mode trunk
    when i using this option, the port-channel in Nexus 7010 was came up, but in Fabric interconnect was failed.
    3. I using dedicated port in Nexus 7010
         - rate-mode share
         - channel group 1 mode active
         - switchport mode trunk
    when i using this option, the port-channel in Nexus 7010 was suspended
    4. I using dedicated port in Nexus 7010
         - rate-mode dedicated
         - channel group 1 mode active
         - switchport mode trunk
    when i using this option, the port-channel in Nexus 7010 was came up and running well.
    is any other way to configure port-channel in N7K with rate-mode share and LACP ?
    or it's some of limitation in port-channel when using rate-mode share at N7K ?
    nb: fabric interconnect only support LACP and cannot be configurable.
    regards,
    Berwin H

    HI Mark,
    1. Can you please check your ethernet card ...where this port channel connected..on the server.
        may be there are 2 different card.
    2. from cisco websites:
    Error Message
    Explanation
    This port has different port attributes than other ports within the port channel.
    Recommended Action
    Match the port attributes to that of the port channel.
    Regards
    Please rate if it helps.
    Match the port attributes to that of the port channel.This port has different port attributes than other ports within the port channel.
    EC-5-CANNOT_BUNDLE_LACP: [char] is not compatible with aggregators in
    channel [dec] and cannot attach to them ([char])

  • Startup issues with Windows 8 after sleep mode

    Hi,
    So i have the power button set to sleep, and when I press it, my U410 Ideapad with Windows 8 goes to sleep, like it should. When I press it again to wake it up, it either: freezes and doesn't allow me to pull up the lockscreen, or does lift the start screen only to let me barely begin to type a password before it freezes. Any ideas?

    Hi bisopia,
    Thanks for posting and welcome to the commmunity. Upon reading your post I was just wondering when you put you machine to sleep, how long do you leave it for, before waking it up? If you put it to sleep for 5-10mins, does the freezing still occur?
    To be honest I'm not entirely sure what's causing this but what I would suggest is for you to update the Intel Management firmware.
    http://support.lenovo.com/en_MY/downloads/detail.page?DocID=DS031454
    Please do give it try and let me know.
    Regards

  • An issue with multiple selection using Func mod COMPLEX_SELECTIONS_DIALOG

    Hi All,
    I am using COMPLEX_SELECTIONS_DIALOG function module to display mutliple selection pop up for materials.
    The problem that Iam facing is that if a material  is deleted in multiple selection pop up, it is not been returned in the returning table.Only the materials avalible in the pop-up are returned in the internal table.
    Is there any way by which the deleted values could be tracked.
    Pls find below the code
    *Display the value in Multpl Selection pop up.
    CALL FUNCTION 'COMPLEX_SELECTIONS_DIALOG'
    EXPORTING
       TITLE                   = 'Include/Exclude Materials'
       TEXT                    = 'Pls select the materials'
       SIGNED                  = 'X'
       LOWER_CASE              = ' '
       NO_INTERVAL_CHECK      = 'X'
       JUST_DISPLAY            = ' '
      JUST_INCL               = 'X'
      EXCLUDED_OPTIONS        =
      DESCRIPTION             =
      HELP_FIELD              =
       SEARCH_HELP              = 'MAT1'
      TAB_AND_FIELD           =
      TABLES
        RANGE                   = T_MAT_INCLU_EXCLU
    EXCEPTIONS
       NO_RANGE_TAB            = 1
       CANCELLED               = 2
       INTERNAL_ERROR          = 3
       INVALID_FIELDNAME       = 4
       OTHERS                  = 5.
    Any help in this regard is highly apprecited.
    Warm regards,
    Partha.

    Applogise for posting this thread under a wrong node - ERP HCM .
    Closing the thread from this node  .
    Regards
    Sarmistha
    Edited by: sarmistha das on Mar 9, 2012 9:52 AM

Maybe you are looking for