EO Based on a apps View

Hi Guys,
We have a EO based on a apps view... and a VO based on this EO and when we try to update the view attributes some get updated and some not ....but OAF dosent throw any exception when updating a non
updatable view attribtues..
If i try to update the same attributes form the backend it throws an exception.. why dosent OAF throw
the same exception ???
Thanks
Tom...

You must have swallowed the exception, catching it and not throwing it back.
If Oracle raises some error, FWK will throw it back to the page.
Ideal way of updating a EO based on a view is to call a pl/sql table handler to do the DML on base tables.
Thanks
Tapash

Similar Messages

  • Help: Can't generate summaries based on some APPS-Views

    Hello,
    i created an apps-mode EUL (DISCOVERER 4.1.44 on an 8.1.7 DB Applications 11i 11.5.6)
    EUL owner is a seperate db user (disco_us) with all priviledges needed. (hopefully)
    i tryed to generate some summaries (as EUL owner and as apps-user)
    some on tables (GL_SETS_OF_BOOKS) workes fine,
    some on views (AR_ADDRESSES_V) results in the following error:
    Database Error - ORA-30353: expression not supported for query rewrite
    i tryed to generate the materialised view manually with sql*plus
    with the same result
    CREATE materialized VIEW test_mv
    build IMMEDIATE
    refresh ON COMMIT
    ENABLE query rewrite
    AS
    SELECT AR_ADDRESSES_V.CREATION_DATE,
    AR_ADDRESSES_V.CREATED_BY,
    SUM(AR_ADDRESSES_V.SU_BILL_TO_SITE_USE_ID)
    FROM APPS.AR_ADDRESSES_V AR_ADDRESSES_V
    GROUP BY AR_ADDRESSES_V.CREATION_DATE, AR_ADDRESSES_V.CREATED_BY
    Any hints, tips, tricks and workarounds to avoide this would be much appreciated.

    There aren't a lot of JavaHelp users here these days, but hopefully this page will help you.
      @robocolumn
      The RoboColum(n)
      Colum McAndrew

  • Lov based on a dynamic view object

    Build JDEVADF_11.1.2.0.0_GENERIC_110531.1615.6017
    Hi,
    I have a database table containing a column with the Name of a Table as content.
    I created a dynamic view and overwrite this with a method in Appmodule.
    Then I add to the element in the main view the Lov. I execute the method in JSP page.
    But the SelectOnechoice list is empty!
    Where is the problem? How can I create a Lov based on a dynamic view object?
    Thanks in advance and best regards
    Edited by: NewBB on 12.08.2011 00:53

    Hi Neliel,
    thank you for your reply.
    My problem is not the same. I can also see my dynamic view objects as selectonechoice. I have a table T1 has a column t1c1 (Number),
    another table T2 (dynamic view object) with two columns t2c1 (Number) and t2c2 (varchar2).
    In my application I want to represent the values of t1c1 as selectonechoice with the values of t2c2.
    and that does not work. My list is empty. Any idea???

  • How to activate the deactivated App view in itunes

    Hi,
    I try to sync a new App. It has worked in the past, and I can sync the iphone.
    Now, I have bought/downloaded a new app, I see it in iTunes, I want to sync it, but ...
    The Apps view is frozen/deactivated: foggy vew, I cannot activate/deactivate any button, I cannot click nor move the Apps images on the screen. What is wrong, how can I change that?
    The new app is marked for synchronisation and the image of the App shows up in the display for the iPhone => it looks as if it has been synchronized already, but if I switch on the iphone (or reboot it), it shows the old state without the App.
    Any comments most wellcome.
    d.r.s.

    I've had that view when swapping computers that I synch my iphone to. Are you able to synch music, photos etc. to the device?
    You may get the message this device is synched with another iTunes library, do you want to synch with this one instead (or whatever words), and may have to reinstall things to get it to work again.
    I assume you've tried re-setting the phone.

  • Calendar app view

    calendar app view restricted to a daily view, which I can scroll lt to rt, rt to left, but has no place available at bottom, or anywhere else, to switch back to weekly, monthly or any other view.........there's no alternative ...........I can't delete this app either, apparently........calendar views are o.k. on my MBP and ipad.
    Anyone else ????   thanx

    I'm not sure why, but when I rotated the phone, the app returned to the original monthly view I'd been looking for..........rather be lucky, than smart............duh

  • Refreshing drop down list in a web template based on a query view

    Refreshing drop down list in a web template based on a query view  
    I have just developed my first set of portal pages displaying the results of Bex queries and query views in the SAP Netweaver portal. I developed the pages using web application designer. Each web template created with W.A.D is using a query or query view. In one template I have that is using a query view I am using a variable in my Bex query. This variable is of type customer exit, is set to variable is ready for input and calls some ABAP code which returns the current fiscal week number and year. When I run the query or query view in isolation through Bex analyzer the variables gets populated correctly. In my web template I have associated my variable from my query view to a drop down list box. However when I run the Iview created from this template the query results get refreshed but my drop down list box does not, it still shows last weeks week number. How do I get the drop down list box to refresh with the latest result from my customer exit variable?
    Regards
    Collin

    Hi  ,
    According to your description, my understanding is that you want to  filter a calendar based a look up column in SharePoint 2013.
    Calendar View not support OOTB filters connection. it is disabled for calendar view, you need to change view(not calendar view) so OOTB filters works and get connected to your view.
    You can achieve this using combination of jQuery and SharePoint OOB techniques.
    For jQuery filters refer to the  blog: enter SharePoint List Filters using jQuery
    Also you can filter Calendar View Web Part using JQuery and SPServices:
    http://blogs.visigo.com/chriscoulson/filter-a-sharepoint-calendar-list-with-a-date-picker/
    http://joshmccarty.com/2011/11/sharepoint-jquery-and-fullcalendar%E2%80%94now-with-spservices/
    http://spservices.codeplex.com/discussions/258846
    Another  way, you can have a look at the SPFilterCalendar :
    http://www.aasoftech.com/SitePages/How%20to%20Filter%20SharePoint%20Calendar%20Dynamically.aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • How I can set ORG_ID context (for Oracle Apps Views) in ODI designer tool?

    Hi All,
    I want to get data from apps views (like OE_ORDER_HEADER_V) into our data warehouse detination table using ‘Oracle Data Integrator’ tool.
    The issue is that when I reverse Oracle Table or Synonym directly, everything works fine i.e. after 'Interface' execution, I can see how many rows imported into destination table from this source Oracle table/synonym.
    But when I use Apps view as a source then 'Interface' executes fine with ‘no error’ but NO rows imports to the destination table.
    I believe, the only difference is that I am not able to set Org_Id before executing ODI interface so it is not picking the data.
    Please let me know the steps/instructions to set org_id context on apps view then reverse in ODI Designer tool.
    Please note that I can set org_id using SQLPlus successfully as given below (and see data using the same Apps view). What to do in ODI designer tool to achieve similar data:
    begin
    fnd_global.apps_initialize(0, 21623, 660);
    mo_global.init('ONT');
    end;
    -- connect using apps/apps at Vision SQLPlus
    -- User_Id -> 0 (<-- SYSADMIN )
    -- Responsibility_Id-> 21623 (<-- Order Management Super User )
    -- Application_id -> 660 (<-- ONT )
    -- select count(*) from oe_order_headers_v where rownum < = 100
    I would appreciate your quick help in this.
    Thanks in advance.

    Set org context in 11i:
    ===============
    The SQL command to set the ORG_ID prior to running a script is:
    SQL> execute dbms_application_info.set_client_info(&org_id);
    Enter the org_id when prompted.
    If using Toad
    Begin
    fnd_client_info.set_org_context(&org_id);
    End;
    Set org context in R12
    ================
    The SQL command to set the ORG_ID prior to running a script is:
    SQL> exec mo_global.init('AR');
    exec mo_global.set_policy_context('S','&org_id');
    Enter the org_id when prompted.
    The procedure - mo_global.set_policy_context has two parameters
    p_access_mode & p_org_id
    p_access_mode Description
    S In case you want your current session to work against Single ORG_ID
    M In case you want your current session to work against multiple ORG_IDs
    p_org_id: Only applicable if p_access_mode is passed value of "S"
    If using Toad
    Begin
    mo_global.set_policy_context(‘S’, &org_id);
    End;

  • App View Remove Error

    Hi
    I am having problems removing the Application Views that have been created but not
    deployed. I am using a Insevo Siebel adapter. Whilst trying to create a service,
    the WLI kept falling with an error due to some config probs on Siebel end. But now
    when I try to remove the App Views it comes back with an error called 'Persistence
    Error'. Anyone got any ideas as to how can I remove these App Views

    In article <3ce3a5fb$[email protected]>, "Lancy says...
    >
    >
    Hi
    I am having problems removing the Application Views that have been created but
    not
    deployed. I am using a Insevo Siebel adapter. Whilst trying to create a service,
    the WLI kept falling with an error due to some config probs on Siebel end. But
    now
    when I try to remove the App Views it comes back with an error called
    'Persistence
    Error'. Anyone got any ideas as to how can I remove these App ViewsIf they're gone from the weblogic console and also config.xml, try looking in
    wlai/wlai.properties under your domain directory.
    HTH

  • Two iterators based on the same view issue

    Hi
    I'm using jdev11.1.1.2
    My requirement is to have a view object as a form on the page (with next, previous, create/delete buttons)
    and to have a popup with the same view object as a readonly table (only for taking a look at a table representation of the view)
    So we have iterator A , that the form is based on it, and Iterator B that the table is based on it- both iterators based on the same view object.
    My problem is that if I popup the table and enter some filter there (my table is filterable) this filter is applied to the form also. I wont these two iterrators not to interfere with one another.
    What is the bast way to do that ?
    Thanks
    a.gruev

    Since you have same view object changes in 1 iterrator will also change the other.
    You would need 2 view objects to do that.

  • ERROR IMS-9000: Invalid code signing viewer.app/viewer

    Hi Mark
    I found 4 items of error on uplaod app.
    1. Apple's web service operaation was not successful
    2. Unable to authenticate the package:875829473.itmsp
    3. Error ITMS-9000:"Invalid code signing: The exutable " viewer.app/viewer
    4. Could not start delivery: all tranports failed diagonostic
    5. Warning ITM-9000 versiion mismatch Neither CFBundler version 30.2.0.12.95964 nor ...
    Pls.advise me.
    Thank you.
    Supawan Lee

    I think we're missing the full error in point 3 but it looks very similar to this thread: 'Re: error itms-9000 invalid code signing viewer.app/viewer'

  • How to view semantic css based layouts in design view in dreamweaver?

    Hi all,
    I havent had a lot to do with CSS based layouts (tables have alwasy just worked for me fine) but I am wondering how do I view the semantic/css based layout in design view in Dreamweaver?
    As when I write the code, in design view its not showing me what the page will look like, I have to click on "Live View" to see what the page actually looks like.
    I guess I am asking is there a way to using WYSIWYG on css layouts in design view??? Just like I do table layouts (In design view I can grab the edge of the table and resize etc)?
    Any help would be great

    Lou yeah I don't think the term WYSIWYG really applys to dreamweaver anymore when building CSS layouts.
    The term "WYSIWYG" never applied to DW.  It was never such a thing, nor was any other HTML authoring, no matter what the marketing hype said.  It's not possible to deliver wysiwyg layouts when there are so many different browsers/platforms/versions to worry about.  This is particularly true when you go back to the era when WYSIWYG was actively used (but not with DW, which was not advertised in such a way) - Netscape 4, and IE5/Mac would alone be enough to destroy any layout....
    The view you are getting in Design view is happening because your CSS is misplaced BELOW the <body> tag - it should be in the head of the page (i.e., above </head>). Your CSS should never be placed within the body of the page.

  • Is there a fix/reset to wake to last page/app viewed?

    My IPad does not awake to last page/app viewed.  I have to turn it off and on to reset.  Is this a common issue?  Is there a fix?

    Ok....I have trashed iPhoto and all associated files and re-installed, run disk utility and repaired permissions as well as repaired permissions from within iPhoto. Have rebuilt, library and database from within iphoto. I have tried to create a new library from within iPhoto and iPhoto Library Manager but the result is always the same...iPhoto crashes without getting past the black window. I have also created a new user and new library and iPhoto still crashes on start up.
    The only thing I haven't tried is going into Time Capsule and retrieving an older copy of iPhoto and the library associated with it BEFORE upgrade to 9.2 and 9.2.1to see if that works. Any further suggestions woukd be very much appreciated. Thank you, Penny

  • What does this mean and how do I fix it? Error ITMS-9000 "Invalid Code Signing The executable ´viwer.app/ viewer´ must be signed with the certificate that is contained in the provisioning profile"

    What does this mean and how do I fix it? Error ITMS-9000 "Invalid Code Signing The executable ´viwer.app/ viewer´ must be signed with the certificate that is contained in the provisioning profile"

    If you had Firefox save your Yahoo password, first try deleting that here:
    orange Firefox button ''or'' classic Tools menu > Options > Security > "Saved Passwords"
    The "signed out" message seems to be related to how Yahoo authenticates you. Some users have reported that disabling automatic proxy detection solves the problem, and it also resolves an issue of getting logged out every few minutes, if you have ever experienced that.
    To make the change:
    orange Firefox button ''or'' classic Tools menu > Options > Advanced
    On the "Network" mini-tab, click the "Settings" button, then choose "No Proxy" and OK your way back out.
    If your work connection requires you to use a proxy server, try the "Use system settings" option instead.
    Does that help?

  • How to biod Crystal Reports based on ABAP Tables/Views

    Hi,
      Can any one post me some document stuff on building Crystal reports based on ABAP Tables/Views please!
    Thanks,
    Madhu.

    Hi,
    Check out the links below for Crystal Reports :
    Re: Crystal report in SAP BW
    http://support.businessobjects.com/documentation/product_guides/
    http://help.sap.com/saphelp_nw04/helpdata/en/86/06a8d3be17fc47aa8d850e50cf5f24/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/46/dfd33b1ed4b47de10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/34/c0523e83464644e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/0d/5f72b7c0e943d99f4f5cef2bfacfe1/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/06/00a63b60f26e3be10000000a114084/frameset.htm
    Hope this helps.
    Cheers,
    Kedar

  • Old data showing in background app view

    When double tapping the home button for the iPhone 6 plus, iOS 8.1.2, I am having issues where apps display old data on all the background apps that pop up. For example, if I have safari open in the background and I want to switch to it from springboard, i double click home to bring up all background apps, and I'll find safari with a webpage that displays old history. However when I click into safari, it'll refresh to the correct/present webpage.
    This will still happen after deleting all browser history and settings. I will still see old websites pop up in safari, in the background app view. Even after erasing and restoring factory settings, this problem still exists with the background app view. Not only with safari. Is this being looked into?

    I believe that the icon shown in the recents list is a sort of snapshot of the last time the app was open. I don't believe they are supposed to refresh in the background, especially as most apps are in a suspended state when not being uses.
    Submit your feedback directly to Apple using the appropriate link on the Feedback page:
    http://www.apple.com/feedback

Maybe you are looking for

  • How to retain the leading zeroes in a number in the excel output.

    Hi All, I have a requirement to display the numbers as text in the excel output. Ex: 001 should be displayed as 001 and not 1, as it happens in excel. I know displaying 001 as '001' works, but this is not acceptable. Also, I need to send a huge file

  • In which table store applicant offer information

    Dear, could you pls mentioned the table inwhich hrms store the information regaring applicant offering status. thanks.

  • The "swipe" gesture has stopped working on my Pre

    Although it worked yesterday, today neither the right-to-left swipe gesture nor the "pull up the shortcut icons while I'm in another card/app" swipe gesture works.  There's no response from the Pre to these gestures at all.  I am able to throw a card

  • Lion Server install fail

    I'm trying to install Lion Server on a Lion system. When trying to install Lion Server the server app installer wants to download additional things. When it tries, the Server app says ":Can't install Server Essentials because you are not connected to

  • Epson 1280 printer & 10.8.2: print quality/color problems?

    hi, I just upgraded to an iMac with Mountain Lion, and was told that my older, beloved Epson 1280 would be fine. I followed instructions to update driver through Apple (did not touch original epson installation cd...went directly through apple), and