Sharing Views

Hi,
I am just sharing my view and want to know with your views is that possible or not. "I have two cases, if I want to delete ORGANIZATION_ID and ORG_ID based data from EBS R12" Will following queries work fine?.
-- 1st
DECLARE
CURSOR c1 IS
SELECT a.table_name, b.column_name
FROM all_tables a, all_tab_cols b
WHERE a.table_name = b.table_name
AND a.owner IN ('AR', 'AP', 'PO', 'INV', 'GL')
AND b.column_name LIKE '%ORGANIZATION_ID%'
ORDER BY 1;
sql_stmt VARCHAR2 (4000);
BEGIN
FOR curc1 IN c1 LOOP
sql_stmt := 'DELETE FROM ' || curc1.table_name || ' where ' || curc1.column_name
|| ' IN (''325'', ''324'', ''371'', ''374'', ''373'', ''372'', ''323'', ''322'', ''321'', ''370'', ''303'')';
EXECUTE IMMEDIATE sql_stmt;
IF sql%ROWCOUNT > 0 THEN
DBMS_OUTPUT.put_line ('Table: ' || curc1.table_name || ' cleaned -> Column Name: ' || curc1.column_name || ' -> Organization ID wise.');
END IF;
END LOOP;
EXCEPTION
WHEN OTHERS THEN
DBMS_OUTPUT.put_line ('Cursor failed: ' || SQLERRM);
END;
-- 2nd
DECLARE
CURSOR c1 IS
SELECT a.table_name, b.column_name
FROM all_tables a, all_tab_cols b
WHERE a.table_name = b.table_name AND a.owner IN ('AR', 'AP', 'PO', 'INV', 'GL') AND b.column_name = 'ORG_ID'
ORDER BY 1;
sql_stmt VARCHAR2 (4000);
BEGIN
FOR curc1 IN c1 LOOP
sql_stmt := 'DELETE FROM ' || curc1.table_name || ' WHERE ORG_ID NOT IN (''101'', ''363'')';
EXECUTE IMMEDIATE sql_stmt;
IF sql%ROWCOUNT > 0 THEN
DBMS_OUTPUT.put_line ('Table: ' || curc1.table_name || ' cleaned -> Operating Unit wise.');
END IF;
END LOOP;
EXCEPTION
WHEN OTHERS THEN
DBMS_OUTPUT.put_line ('Cursor failed: ' || SQLERRM);
END;
-------------------------------------------------------------------------------

I was not experiencing this until a few updates ago (I think it was 4.3?).  Anyway, yes, it's frustrating to try to find a movie on my iPad when a very large portion of the cover art spontaneously mis-align's with the movie it's attached to.
I've searched a lot, and the best piece of advice I found was to exit iTunes, find the iTunes Library index file and delete it.  It's located (for Windows users) under c:\users\(your user name)\My Music\iTunes.  iTunes Library.itl.
However, this is not the best way I've found.  This wipes out your entire library index (both music and movie) which you'll have to recreate.
I did find however, that if you delete all the movies out of iTunes (opting to keep the files of course), exit iTunes, re-open iTunes and re-import from your Movies folder, it does the same thing and seems to reset the box art that goes with the movies.  This way I don't have to recreate my music library, or set up Home Sharing again.
I'm finding I have to do this after ripping and importing every 2 to 5 of my movies.  My goal is to make them all available to me through iTunes to port to iPad, iPhone and AppleTV.  Makes it ever so easy to watch movies for the entire family.  Currently at 292 movies and I'm only in the H's.

Similar Messages

  • In My Shared View the inbox tabs like My Tasks , Initiated Tasks are not being shown

    In My Shared View the inbox tabs like My Tasks , Initiated Tasks are not being shown :
    How to display the tabs in shared views also.
    I just wanted to created one shared view that will look like Inbox but filter data for State = 'Completed'

    Please update me if you can find any way to achieve this in BPM workspace

  • Sharing view objects across application modules

    Our application uses multiple application modules because of the complex functional requirements. We have come across sharing view objects among application modules. I want to understand the best practice, sharing view object instances across application modules. These view objects can be based on Entity Objects also.
    Please let me know if there any suggestions.
    Thanks,
    Satya

    Hi Satya,
    You won't be able to share view objects between application modules, but what you can do is to share the bind variables between application modules, if each of your module contains the 'common' view object.
    A solution for sharing data between application modules is provided on this blog: http://andrejusb.blogspot.co.uk/2012/05/solution-for-sharing-global-user-data.html
    You can use this approach to share bind variables between AM's and re-query the same data.
    Hope this helps,
    Florin Marcus
    www.redsamuraiconsulting.com

  • WGM: No volumes or folders listed in the All tab of the Sharing view

    I have a huge problem on a Mac OS X Server 10.4.7 with two hard drives installed.
    Currently I'm unable to set up additional share points because the "All" pane of the "Sharing" view in Workgroup Manager 10.4.4 doesn't list any server's volume anymore.
    I'm not sure but I think this issue is related to the 10.4.7 update because it never showed up before.
    Is there any other brave administrator that updated his Mac OS X Server to 10.4.7 and could confirm or disprove this issue?
    PowerBook G4 867MHz 12,1"   Mac OS X (10.4.7)  

    plenty o poeple hve updgraded to 10.4.7 without this problem.
    Have you tried using WGM at the server itself?
    hth,
    b.

  • Opening a shared "view only" Keynote in Keynote for iOS ?

    I've shared a keynote with co-workers and given them view-only access.  It really needs to be viewed either on a Mac or in Keynote for iOS so that it retains it's audio soundtrack and it's animations.  My co-workers don't have Macs, but they do all have staff iPads.  When I send them a link to share the view-only keynote, it tries to direct them to a Safari tab and iCloud. 
    Is there a way for them to open a view-only Keynote in the Keynote app for iOS?  That's the only way they can see it with the designed animations and audio.

    I figured it out and they DO play the background soundtrack on the iPad.
    These were files created in Keynote 5.3 (iWork '09).  However, since that version doesn't allow sharing to iCloud, I made a copy of the file and opened it in Keynote 6.2 (newest version).  I shared it to iCloud as view-only.
    When you click on the emailed link to the shared document, it opens a page in Safari on the iPad.  This page includes a download link.  Once you wait for the download process to finish, the normal "Open in. . ." popup (overlay at the top) appears on the Safari page and it then allows you to open the presentation in Keynote for iOS.  This plays the file AND the background soundtrack.  One of the presentations had an iTunes playlist as the background soundtrack.  Another presentation had a "recorded narrative".  Both files played with their audio intact. 

  • Web sharing - viewing html files from Mac to PC

    I am creating a website using QuarkXpress. Now I uploaded my html and image folder directly to my Site folder. My client has a PC, but cannot open the http address to view the page. Web sharing is on, also file sharing. What did I miss?? Thanks for your help.
    I highlighted websharing in system preferences and gave my client my computer address. But the page does not load?
    What's the difference from a remote computer and local IP range? I am confused there???

    Do you have more than one device connected to your Router or Modem?
    To see the difference between local & Remote, compare your IP in System Preferences>Network>TCP/IP tab & what your outside IP is...
    what's my ip...
    http://www.whatsmyip.org/

  • Problems with desktop/app sharing/viewing through conference

    We have a problem with viewing shared desktop/app with external contacts in a conference. We're able to share/view desktop/app directly with an external users, but not in a conference. We get the error message: "Sharing failed to connect due to network
    issues. Try again later."
    If we're using the web app on the same computer where we have the problem, we're able to view the content in the conference.
    It's working fine internally, it's also working fine when users are outside of our office.
    All other functions in Lync are working fine.
    We have 1 standard Lync server and 1 Edge, we don't have a reverse proxy but multiple IPs with port forward to corresponding ports on each server.
    How does the Lync client connect the shared content?

    To Fix your issue, you can follow below steps
    A common root cause for this error occurs when required ports are not available. Begin troubleshooting by verifying required ports.
    Public --> Edge server:
    TCP/443
    UDP/3478
    TCP/50,000-59,999 (Outbound only)
    Determining External A/V Firewall and Port Requirements
    Topologies for External User Access
    From the Front End pool to the internal Edge:
    TCP/5062
    TCP/443
    UDP/3478
    From the internal Edge to the Front End Pool:
    TCP/5065
    TCP/49152-65335 (Inbound/Outbound)
    Ports and Protocols for Internal Servers
    From the internal Client to the internal Edge:
    TCP - 443
    UDP – 3478
    Also you can refer below link
    http://blogs.technet.com/b/nexthop/archive/2012/11/05/lyncmd-troubleshooting-lync-server-2010-application-sharing-internal-and-remote-scenarios.aspx
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"

  • Home sharing - view format for other users tunes

    When I home share with another user's tunes, I can't get a fully organised view format (e.g. under "view" menu, sort by list, cover flow etc are greyed out). I can only get a single long list which is pretty-not-useful... It looks like this is the only way to go, but does anyone know how to get a fully featured and formatted view of another library? Thx M

    Store the media files somewhere other than the standard location. Other users cannot access the files if they are stored in the standard location. Example c:\itunes media
    Within each users login, set the library location to the location you want. Each user can access all the files and the library for each user will be different.
    My wife and I do this with an external drive on our home network.

  • Screen Sharing viewing problem

    I am using Skype Version 4.3.0.37 on a desktop using Ubuntu 12.04. Using Screen Sharing in full screen mode there are huge blocks of filler surrounding the screen sharing image making the screen sharing image much smaller and much harder to read. Is there a solution? Is anyone working on the problem? It seems as if linux problems are ignored.

    Here's a couple things you can try:
    Cntl-Shift-Eject will put the displays into sleep mode. Then space bar will bring them back out of sleep. See if that results in a screen on the Sony. If not, then try this one:
    Hit the power button on the MB. This will pop a screen up (which you can't see because the Sony is black) but if you hit the S key, the MB will go into sleep mode. After it goes to sleep, hit space bar to awaken the MB and see if the screen comes back on the Sony.

  • Screen Sharing: Viewing extended desktop on extended desktop

    My buddy and I both have the same current versions of iChat and Leopard and both have dual displays (extended desktops). When we do ScreenSharing, his dual screens (the entire extended desktop) come through into just one screen of mine (into the larger primary screen but I don't know how iChat determines it) and vice versa when I share my screen with him. We can still see everything, but everything is just smaller to fit two widths into one. The second screen remains dark and blank.
    Is there a way to enlarge the shared screen?
    Or is this a limitation at the current version?

    But of course I want more, not less. The second screen contains all the important tool palettes, which is half the experience! I will nonetheless try (looking for) your suggestion next time, if just to know it. Thanks.

  • Shared view in Web Gallery

    Can anyone tell me whether they have been able to post albums to a restricted group of people. I have not been able to load albums and edit names and passwords using the "Album Viewable By" option. Does this work?

    It's a ****, you can only have one user per gallery. Or one or every body. You can't do a list of avialable people. I bought it because I thoght it was possible to do multiple users galleries.
    Ilife 08 its a ****. iMovie 07 its beter, you can manage the audio volume. Mix songs etc...

  • On-line video viewing/sharing?

    Does anyone know a good video sharing/viewing media site for movies and Stills.?  DropBox works very well but compresses the video for on-line viewing and it's not acceptable for video.
    In brief, I'm looking for a service that easily allows you to make photo and video galleries that can be viewed at a good quality as well as downloaded right from the same place..  It's so my clients can view thier work and download right there too..
    Thanks
    Shawn

    Yes, I agree. I think flash needs some kind of fool proof
    protection. most protection routines that I've seen, you can get
    around easily by running a packet sniffer on the network adapter
    and sniffing the URL's of the SWF files. Anyone know of some real
    security?

  • View object sharing between task flows

    Hi,
    I two view objects one should not share the data between bounded task flows and another view object should share the data between the two task flows.
    view's can attach diffrent application module also. how can i configure the AM properties or task flow properties to achieve the same.
    Reg,
    Brahma B.

    thanks Frank,
    My shared view object may be updatable. if am in one task flow there i will modify one column in VO then navagate to other task flow, there based on previous modified column i will change another column data and send to entity to update that data to DB. in case of view updation i didn't require any transaction change also like making dirty and undirty.
    you mean i need to set the AM in Application scope or session scope in project properties correct? even if am setting the AM in session or application scope when am running the application for diffrent task flows with begin New transaction my preparesession method at AM level is getting invoked for every task flow so the transaction is new correct? so data also not getting shared between task flows even am giving the session or application scope for AM.
    Reg,
    Brahma B.
    Edited by: BRM on Nov 28, 2011 3:26 AM

  • Screen Sharing (10.6 viewing 10.5) shows a screen of horizontal lines

    I use Screen Sharing 1.1.1 on 10.6.4 to access my iBook G4 and my wife's Power Mac G4 (both running 10.5.8).
    A week ago I attempted to view the G4 screen. Instead of the normal display, Screen Sharing showed a screen of colored horizontal lines of varying heights. There were a few random blocks with different color lines. Nothing on the screen was recognizable.
    The same display problem just occurred with an iChat screen sharing session (iChat 5.0.3 viewing iChat 4.0.8 on the G4). Restarting the G4 cleared up the problem.
    My search of Apple Discussions has not turned up a report of this problem.
    -- Ward

    Hi,
    I have not seen this either.
    I have 10.5.8 on my G4 and a MacBook Pro running Snow Leopard.
    I have heard of issues and can recreate them if my G4 has a second Monitor/screen connected and Mirroring is not On as the iChat Screen Share tries to fit both on to the Shared view (i.e two Screens wide instead of only one.)
    I presume the Screen Sharing app would be the same.
    Do the G4 users have the Screen Zoomed or any other option set in Universal Access ?
    Does changing the resolution in System Preferences > Displays change anything ?
    7:13 PM Wednesday; August 25, 2010

  • How can I share my calendars (presently on shared on iCloud) with the public (non iCloud users)?

    I have just upgraded to 10.9 OS and shared my calendars with iCloud. I would like to make them public and get a url that so non iCloud users can see them. When I click on the "public" calendar checkbox and email the link I am given, I try to test it and it is not an "https://" address, but a "webcal://" which just reopens iCal and asks me if I want to subscribe.
    Please let me know what I can do to get this to work.
    I am hoping that iCal has not changed and is no longer available for public sharing.

    Hi Norm,
    I sent this invite to my gmail account as a test, both as a public shared view only and editable calendar and received the same message in  both cases. As you can see the email states that I need to be an icloud member.
    What is the next step to fix this?

Maybe you are looking for

  • Pivot Tables in BI Publisher

    When including multiple Criteria in the "Rows" section of Pivot Table we get a desired format of Pivot Table in BI Analytics Answers. However, when creating a Pivot Table in a BI Publisher Template, Adding multiple measures in "Rows" results in the c

  • How to cancel an a purchased subscription

    i have recently purchased adobe reader subscription but it didn't work i want to cancel the order and get refunded

  • Videos will not play when Adobe Flash is installed

    I have always used Adobe Flash, and never had a problem with it.  When I installed the lastest release several months ago, I discovered that videos would not play at all. It's not just You Tube either; it's whatever site I visit. Six months of dealin

  • IPhoto 11 - iPhoto 09

    I got into Mac at work when I was given a MacBook Pro to learn how to use.  I also have an iPhone 4S and an iPad 2.  The iPad doesn't have as much memory as my phone.  I've been using iPhoto 11 on my MacBook to upload my pics from my phone to and the

  • "client node" on desktop

    After updating to Mac OS X 10.6 a new file "client node" appeared on my desktop. This file cannot be moved or delete. Does anybody know what this file is? Thanks in advance !!!