Can i use this view in discoverer

Hello
I have a view like below in R12.
GL_CODE_COMBINATIONS_KFV
In etrm there is a warning:
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Can any one you please let me know if i can still use this for a custom sql report.
thx
kp

You can use the KFV for a custom report - just be aware that the definition of the KFV can change (via a patch) without warning, and the Support will not help if you have issues with using the KFV.
Srini

Similar Messages

  • When I try to open my Address Book from Finder, it says :You can't use this version with this version of Mac OS x. I have Address Book 5.0.3 and Mac OS X 10.7.5 What should I do to get my Address Book back???

    When I try to open my Address Book from Finder, it says :You can't use this version with this version of Mac OS x. I have Address Book 5.0.3 and Mac OS X 10.7.5 What should I do to get my Address Book back???

    Unless you deleted Address Book 6, or restored from a backup made before you upgraded to Lion, Address Book 6 should be on your disk somewhere.  Try to find it with spotlight or by browsing likely folders with Finder.  Also check Trash. If you find other Address Books, using Quick View or Get Info in Finder should show the version number.
    Have you ever moved Address Book out of the Applications folder, either before or after you upgraded to Lion?
    If you can't figure out how this happened in the first place, I would be worried that other OS X utilities are similarly affected.

  • HT201068 Can I use this to have someone in another state do my QuickBooks input?

    Can I use this to have someone in another state do my QuickBooks input?

    Hi examinernews,
    After reading your post it seems you would like the ability to allow a remote user to control your Mac. That can be done by using Screen Sharing, a feature of your Mac. I have linked to an article which explains how to use it:
    OS X Mavericks: Share your screen
    You can let others view your computer screen on their own Mac. While your screen is being shared, the user of the other Mac sees what’s on your screen and can open, move, and close files and windows, open apps, and even restart your Mac.
    Open Sharing preferences if it isn’t already open (choose Apple menu > System Preferences, then click Sharing).
    Select the Screen Sharing checkbox.If Remote Management is selected, you must deselect it before you can select Screen Sharing.
    To specify who can share your screen, select one of the following:            
    Option
    Description
    All users:
    Anyone with a user account on your Mac can share your screen.
    Only these users:
    Screen sharing is restricted to specific users.
    If you selected “Only these users,” click Add (+) at the bottom of the Users list, then do one of the following:
    Select a user from Users & Groups, which includes all the users of your Mac.
    Select a user from Network Users or Network Groups, which includes everyone on your network.
    To let others share your screen without having a user account on your Mac, click Computer Settings, then select one or both of the following:
    Option
    Description
    Anyone may request permission to control screen:
    When other computer users begin screen sharing your Mac, they can ask for permission instead of entering a user name and password.
    VNC viewers may control screen with password:
    Other users can share your screen using a VNC viewer app—on iPad or a Windows PC, for example—by entering the password you specify here.
    If this computer’s screen is shared only by other OS X users, turn off these options and add accounts for the other users.
    Thank you for contributing to Apple Support Communities.
    Take care,
    Bobby_D

  • I recently bought a new iMac as well as a wireless time capsule and have it connected how can I use this external drive as the location to store all my files for iTunes, or is this even possible?

    New iMac user here, I recently bought a new iMac and Time capsule and have the whole network up and running now. I have connected another external HD to the time capsule as well and have a total of 3 TB of storage connected wireless to my new iMac. My question is can I use this location as the default location for iTunes?  I doubt I am gonna run out of room considering the iMac has 1 TB of storage already, but I'd prefer to keep my movies and music off the Mac to keep it running smoothly. If this is possibly, I'd like to do this with iPhoto as well. 

    I would advise against placing your iTunes library on a Time Capsule.
    The Time Capsule is designed as a backup device and not for wireless streaming of video.
    Before you do anything more, can I suggest you put into place a reliable, redundant backup strategy.
    Unless you are prepared to risk loss of your iTunes library due to a hard drive failure, I would not put iTunes on the Time Capsule.
    Leave your iTunes library on your iMac until such time as your internal drive is full. Backup to Time Capsule using Time Machine and create a clone of your internal iMac HD to your external drive.
    That's my 2 cents worth. Others may have a different opinion.

  • HT1222 I bought used iPhone and on this iPhone I'm not able to make new account  on i Cloud'.  How can I use this iCloud's on used iPhone   Please help me

    I bought used iPhone and on this iPhone I'm not able to make new account  on i Cloud'.  How can I use this iCloud's on used iPhone   Please help me
    When I logging there it told me that maximum no of iCloud's Account already activated on this iPhone.
    Please help me how can I open new iCloud's account on this iPhone
    Regard
    Faiz khan

    Set up the account using a desktop or laptop, then sign
    into that account on your iPhone.
    I am not aware of any method around the restriction once
    the maximum has been created on any individual iPhne.

  • Can i use this download and install on multiple computers?

    Can i use this download and install on multiple computers?

    I assume you're talking about the Lion installer?  If so, yes, you're allowed to use it on any machines authorized with your Apple ID (which I believe means a maximum of five machines).  This is, of course, meant for family use...  I'm not sure about business use, but I'd suspect you need one copy per machine at a business.  If you're in that situation, you may want to wait for the $69 Lion flash drive Apple will be releasing next month sometime, as that won't be tied to an Apple ID.  But check with Apple to be sure on that.

  • I have a dollar amount balance on my itunes account... can i use this to purchase apps for my MacBook Pro?

    I have a dollar amount balance on my itunes account... can i use this to purchase apps for my MacBook Pro?

    You should be able to.  As long as you are signed in to the same AppleID that has an available balance.  The services are linked.

  • With the online package of PS/LR, how many machines can I use this on?

    With the online package of PS/LR, how many machines can I use this on? Can I have it at work and home?

    2 Computer License http://forums.adobe.com/thread/977272

  • Limited storage in iPhone so i bought 20g iCloud. how can i use this iCloud storage in my device to store music and photos?

    I have a limited storage in iPhone so i bought 20g iCloud. how can i use this iCloud storage in my device to store music and photos?

    Welcome to the Apple Community.
    You could sign up for iTunes match and use iCloud photo library with optimisation enabled. The later will keep optimised photos on your device and iTunes match will let you access your whole collection and make room for newer content by removing older unplayed items.

  • Include or create a view in the database and use this view?

    Well, I need to get related data of the main table from another related tables, so one way to do that is to use the Include method in Entity Framework to get this related data.
    However, I am thinking in another option, create a view in the database and use this view in entity framework. In this way, I avoid the needed of the include, because I think that is expensive in resources. But I am no very sure about that.
    I would like to know if the use of views on entity framework is a good idea to improve the performace or is better to use the include.
    For example, if I use the include I have the advantage that I get only one the main record and all the related data I have in the navigation properties, so the info is more shorted.
    Which is the advanteges and disadvantages of both methods to get related data in entity framework?
    Thank so much.

    Hello ComptonAlvaro,
    >>I would like to know if the use of views on entity framework is a good idea to improve the performace or is better to use the include.
    If your view would use a Join syntax to query master-child relationship tables, it actually is similar with the Include() method which actually results a duplicate records from master table, you could check this
    link for detail description.
    >>Which is the advanteges and disadvantages of both methods to get related data in entity framework?
    One visible difference is that records from Views are not editable by default(if you want edit them, you could refer to this
    blog).
    In your case, my suggestion that you could use the lazying load which will load the matter table once and disable the trace if you only need to display data.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Updated to 10.6.8 and now safari, system preferences, address book say "can't use this version"

    Got a new harddrive in my 2010 macbook pro and rebooted it with time machine back up from a older mac running 10.5.8.  I loaded snow leopard 10.6 from disc then updated to 10.6.8 on new computer after restore from back up.  Now the Safari icon, system preferences and address book won't open and a box opens saying you can't use this version of the application system preferences with this version of mac os X      You have sytem preferences 5.2.  or safari says you have safari 5.0.6 etc.  How do i update the apps so i can make them actually open.  I can get them open in a round about way but not from the icons on my sidebar. 

    If you have an os on the hdd, why not do a clean install of the os (erase the drive and reinstall osx snow leopard) For snow leopard you insert the osx disk, restart the machine while holding down the c key
    http://support.apple.com/kb/HT3910
    Message was edited by: victoryhat

  • Apple Disk OS 10.4.2 PowerBook G4 can I use this on my Desk Top G4?

    I have OS disk that is for a PowerBook G4 15inch and 17-inch, can I use this on my Desk Top G4? If not what disk do I need to get up to OS 10.4?
    Thanks

    No it won't work.
    You need to get the retail Tiger disk* which looks like
    These used and refurbished Mac shops*, and sometimes the Apple Store still have it available:
    http://www.macmaps.com/usedrefurbished.html
    - * Links to my pages may give me compensation.
    Message was edited by: a brody

  • I just purchased a 3TB Time Capsule.  I live in Italy and have 220V power.  The Time Capsule is rated for that, but the cord says 125V.  Can I use this cord with an adapter, or do I need to buy a new cord at an Italian store?

    I just purchased a 3TB Time Capsule.  I live in Italy and have 220V power.  The Time Capsule is rated for that, but the cord says 125V.  Can I use this cord with an adapter, or do I need to buy a new cord at an Italian store?

    Due to the kind of plug used the US power cord is rated at the 125v value.. and legally we cannot advise you to use on higher voltages.. although I have never had issues in Australia.. 240v.
    But adapters from your Euro power plug to US are generally ugly .. unsightly things.. and often sit high above the socket and are none too stable.. I agree with Bob.. just go out and buy a standard figure 8 power cord.. check with Apple in Italy for a white one.. if you are going to have it on show.. black are far more common. Or even check ebay for a standard power Apple power cord as a number of items they sell use the figure8 socket. 

  • My iPhoto icon has a cross over it, when i open it, it You have "iPhoto" 9.2.1. you can't use this with this version of OSX? it used to work ?what's gone wrong?

    my iPhoto icon has a cross over it, when i open it, it You have “iPhoto” 9.2.1. you can't use this with this version of OSX? it used to work ?what's gone wrong?

    iPhoto 9.2.3 is incompatible with MacOS 10.9.3 Mavericks. If you are running Mavericks on your system you need to update iPhoto to 9.5.1. Only, the problem is, that this version is no longer available at the App Store.
    The easiest way to get a compatible iPhoto version in that case would be to upgrade to Yosemite, MacOS X 10.10, and then download the most recent iPhoto version from the AppStore, iiPhoto 9.6, like LarryHN suggested.
    If you cannot download iPhoto after upgrading to iPhoto 9.6 post back.

  • When I try to install Lion it tell's me "You can't use this version of the application install mac os x Lion with this version of Mac os x" even though I have the latest update 10.5.8 of Mac os X?

    When I try to install Lion it tell's me "You can't use this version of the application install mac os x Lion with this version of Mac os X" even though I have the latest update 10.5.8 of Mac os X?
    The install icon has this sign on it 

    moose0422 wrote:
    You can't install Lion over Leopard. To install Lion, a requirement is Snow Leopard. So you can either upgrade to Snow Leopard first or you can make a bootable Lion install disc and use that to wipe your hard drive and install a fresh copy of Lion.
    So to make a disk would require you to purchase Snow Leopard and upgrade to 10.6.8 so you can use the App Store, unless you have access to another computer to download it from with your Apple ID. Remember it is about a 3.4GB download.
    Good Luck

Maybe you are looking for

  • Possible to generate DDL from outside of JDeveloper?

    Hi: I was wondering if it is possible to have a build script somehow generate the DDL for a database from the model files that JDeveloper creates (in the same way one would run a SQL Plus script from the command line passing a .sql file for it). This

  • Does apple sell iPhone 5 screens?

    I've been searching everywhere but i can't seem to find any original screens, theres an authorised Apple dealer at my city, he says that he has the original screen but from what i heard going around that Apple doesn't sell spare parts for iPhones the

  • Can't edit html generated by iweb

    files generated by iweb do not seem to be editable i have tried dreamweaver 8 and it does not seem to like the code generated by iweb anyone else having the same problem?

  • Accessing IRM Web Services with Coldfsuion

    We are looking to use the IRM web services with Coldfusion. Coldfusion abstracts Web Services calls through Java calls to the point of just setting up structures and calling the functions. My question is about the process for building the correct par

  • YouTube HTML5 WebM playback seems broken in Firefox 4 Beta 7 and the current Firefox 4 nightlies

    WebM playback on YouTube via the HTML5 player seems broken at present in Firefox 4 Beta 7 and the current Firefox 4 nightlies. I have beta 7 install on Win32 and Minefield on Linux x86-64, both without Flash installed and both have joined the HTML5 t