Accessing Apps Packages.

Hi,
I'm creating one view in custom schema. In that query, i'm using this standard package apps.gl_flexfields_pkg.get_description_sql. when running the query it says
ORA-00942: table or view does not exist
ORA-06512: at "APPS.GL_FLEXFIELDS_PKG", line 344.
But, this custom schema having all grants (Debug and Execute) for this Package.
How to solve this? pl. help.
Thanks
Kavi

Check whether the package was created with Definer right or Invoker right.
If it is defined with Invoker right (auth_id current_user), the user must be granted privilege to access the tables / views and most likely need synonyms forthe tables / views, unless the tables were already prefixed by the schema name (e.g., apps, gl) in the package body .

Similar Messages

  • My macbook pro crashed after installing maverick. I lost all my photos however the iPhone iPhoto app still has these photos so how can i access the package contents to recover these photos?

    My macbook pro crashed after installing maverick. I lost all my photos however the iPhone iPhoto app still has these photos so how can i access the package contents to recover these photos?

    We'll need to know more to beable to help. Do you want to try to restore your photos from your iPhone to your Mac, or try to recover the photos from the old iPhoto Library on your Mac?
    What is the situation of your Mac now? In hat way did it crash? A hardware problem with the drive? Does the system not start properly? Does iPhoto not launch? Do you still have the iPhoto Library on your mac or a backup, so we could try to rescue the photos there?
    What versions of iPhoto are on your iPhone and your Mac?
    however the iPhone iPhoto app still has these photos so how can i access the package contents to recover these photos?
    On the iPhone you cannot access the "package contents" - IOS hides the file system from the users. To restore photos from your phone share all iPhoto photos to your Camera Roll, that are not already in the Camera Roll,  and then connect the iPhone via USB and import the Camera Roll to iPhoto or Image Capture. Or use any of the other sharing methods described on thos manual page: see:  Ways to share photos http://help.apple.com/iphoto/iphone/2.0/?handbuch#blnk7d8f763e
    To retrieve photos from a corruptrd iPhoto Library on your Mac we need to know the version number and more about the "crash" you experienced, the state of your mac, the system, the data. Please post back with more details.
    -- Léonie

  • Exception handling in App. package PeopleCode

    Hi,
    I am accessing a table that is on remote database using DBLink for an update/insert operation using SQLExec. I am trying to implement exception handling to account for the scenario where the remote database is offline so that transaction can continue. However when I use the try-catch block in the app. package PeopleCode somehow the processing does not seem to move forward from the error. The App. pacakage code is triggered by the handler of the service operation. The goal is to simply skip the SQLExec if the table is not available. I am not sure if there is any limitation to the fatal SQL errors which the try-catch can handle.
    As expected i get below error when running select on a view which has remote table in the SQL developer as remote database is down.
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    Has anyone enconutered similar issue with exception handling and best way to move forward in this scenario.
    Any response is much appreciated.
    Thanks,
    Gireesh

    I did this with PL/SQL once. Basically, you want to know if the remote database is available before you execute SQL against it. Here is my function. You can then SQLExec something like select 'x' from dual where my_package.link_available('the_link_name') = 1. If you get a result, then the db link is active. If you don't, it is not active.
    FUNCTION LINK_AVAILABLE(pv_name VARCHAR2)
      RETURN NUMBER AS
            lv_result PLS_INTEGER;
            lv_name   VARCHAR2(128);
        BEGIN
            lv_name := UPPER(pv_name);
            -- parameter check to avoid SQL injection with dynamic SQL below
            -- if the following selects no rows, it will fall through to exception
            -- and return 0;
            SELECT 1
              INTO lv_result
              FROM ALL_DB_LINKS
             WHERE DB_LINK = lv_name;
            -- if we made it this far, then the parameter was a valid db link name
            -- execute SQL to test
            EXECUTE IMMEDIATE 'SELECT 1 FROM PS_INSTALLATION@' || lv_name INTO lv_result;
            RETURN lv_result;
        EXCEPTION
            WHEN OTHERS THEN
                RETURN 0;
      END LINK_AVAILABLE;

  • After putting my iPad onto airplane mode it won't let me access apps without connecting to iTunes but it won't let me connect to iTunes how can I resolve this?

    After putting my iPad onto airplane mode it won't let me access apps without connecting to iTunes but it won't let me connect to iTunes how can I resolve this?

    Try "Pacifist"!
    Pacifist is an application for Mac OS X that opens up .pkg installer packages, .dmg disk images, .zip, .tar, .tar.gz, .tar.bz2, .pax, and .xar archives, and more, and lets you install individual files out of them. This is useful if you need to install just one file out of a package instead of the entire package

  • Can't buy in-app package Infinity Blade 3

    Hello, I just downloaded Infinity Blade III from the app store, but it seems that I cant buy in-app packages, it just shows a message "Conecting, Unable to access app store,there isn't any avaliable network"
    I'm currently connected to my home wi-fi network. How can I solve this issue?
    Thanks

    You need to contact the app developers for their advice.

  • Help i have updated my ipod touch to 4.3.3 and itunes to 10.3 and now it wont open on my pc  i can access apps but no music as it cant sync help! itunes wont open at all or reconise the ipod

    help i have updated my ipod touch to 4.3.3 and itunes to 10.3 and now it wont open on my pc  i can access apps but no music as it cant sync help! itunes wont open at all or reconise the ipod

    Try to remove all Apple related software and then reinstall iTunes Removing iTunes, QuickTime, and other software components for Windows Vista

  • Converted access app to apex when run get no data found; table does have da

    COnverfted MS Access app to apex. WHen I run the appliation I get no data found.
    However the table does have data. HOw do I see what is actually running?
    The pre-converted form saids its based on a query. The form and the query shows up as valid. I then converted the form. When I run it I get no data found. If I take the query that the form is based on and run in sqlplus I get data.
    Another confusing thing is when I look at the page for the converted form, there is nothing in the source area for the region where the converted query results should be.
    Did the conversion not work? How can I tell what is the source? Where should the results from the query be located?

    Its a standard SQL query:
    SELECT xtbl_MSDS_to_CAS.msds_id,
    xtbl_MSDS_to_CAS.cas,
    xtbl_MSDS_to_CAS.alias,
    xtbl_MSDS_to_CAS.amount,
    xtbl_MSDS_to_CAS.veh_prod,
    xtbl_MSDS_to_CAS.compliance
    FROM xtbl_MSDS_to_CAS
    The name of the above query lets say for example purposes is MYQUERY.
    After looking at the page def I see that the way the conversion tool worked is that in the page definition it has this in the Processes Section:
    After Header:
    Fetch Row from MYQUERY.
    Then it says automated Row fetch.
    I compared this to another form that was converted thru the migration APex tool as well and on that form that does work I found that:
    The query(form) was converted and placed in a region and the source has the query. THat is, it was not in the process section but in the region: source section.
    So why does the conversion tool decide to convert one and populate as a region source and the other as a process in the page definition?
    THis is all very confusing.
    Hope you were able to follow me.

  • Can i  access apps from itunes on my pc

    can i  access apps from itunes on my pc?
    I want to download my apps to my pc so I can clear some space on my iphone 4.
    Then I can use the space for other things e.g music.
    However at a later date I would like to access these apps and the data they have stored using my PC
    Is this possible?
    Or is this just another Mac problem?

    Most apps will store their data locally on the device. This can be restored from a backup when restoring the device, but if you remove the app any data associated with it is removed, and then subsequently purged from the device's rolling backup set on the next backup. If the app supports iTunes File Sharing you may be able to export its data to your computer, then reimport at a later date when you add the app back to your device.
    tt2

  • How do you move an access app from one sharepoint subsite to another?

    Hi there!
    I have created an access app for my 'Account management' subsite. This database stores lots of important information, however I'd like to move this to a new subsite which I've created called 'Campaigns'. How do I do this? I literally want to take a copy
    of it with all it's contents and move it to a new subsite.
    Thanks!
    Sarah

    Hi Sarah,
    You can go with backup & Restore option.
    In Powershell:
    use this below commands,
    Backup-SPSite <site URL> -Path "Path Location" -Force
    <site URL> --> http://server_name/sites/Account management (which site you want to take backup)
    "Path Location" --> C:\Backup\site_name.bak(where you want to store the backup)
    Restore-SPSite <site URL> -Path "Path Location" -Force
    <site URL> --> http://server_name/sites/Campaigns (where you want to move the site)
    "Path Location" --> C:\Backup\site_name.bak (where you have the backup file)
    otherwise you can Go with remane the subsite.
    Vote me, if its helps you. Regards, Tamilarasi.

  • WP8.1 Universal : Error Image does not have a candidate in main app package while creating a package

    Hi everyone : 
    I just finished an universal app was gonna publish it on the store, on windows 8.1 no problem
    On Windows Phone 8.1 I got error when creating the app package for every images I declared in the app manifest
     "App manifest references the image 'Assets\Tiles\StoreLogo.png' which does not have a candidate in main app package"
    Here is a par of my manifest with my assets
    <m3:VisualElements DisplayName="Spirit Of Metal" Square150x150Logo="Assets\Tiles\Square150x150Logo.png" Square44x44Logo="Assets\Tiles\Square44x44Logo.png" Description="SoM.WindowsPhone" ForegroundText="light" BackgroundColor="transparent">
    <m3:LockScreen Notification="badgeAndTileText" BadgeLogo="Assets\BadgeLogos\BadgeLogo.png" />
    <m3:DefaultTile Square71x71Logo="Assets\Tiles\Square71x71Logo.png" Wide310x150Logo="Assets\Tiles\Wide310x150Logo.png" DefaultSize="square150x150Logo">
    <m3:ShowNameOnTiles>
    <m3:ShowOn Tile="square150x150Logo" />
    <m3:ShowOn Tile="wide310x150Logo" />
    </m3:ShowNameOnTiles>
    </m3:DefaultTile>
    <m3:ApplicationView MinWidth="width320" />
    <!--Used in XAML Designer. DO NOT REMOVE-->
    <m3:InitialRotationPreference>
    <m3:Rotation Preference="portrait" />
    </m3:InitialRotationPreference>
    </m3:VisualElements>
    I made clean, delete tempory files, restart visual studio, delete and add the picture again, open the
    manifest file to check manualy the path (it is correct with backslash)... without result.
    Finaly I found a fix :  generate app bundle at never, as my app has no specific
    assets in other language I don't understand why. 
    Is this a bug (and I would like to report it) or is there a reason to this exception ? 
    Regards

    I cannot reproduce this.  Can you create a very simple repro of this issue and post to OneDrive?
    Jeff Sanders (MSFT)
    @jsandersrocks - Windows Store Developer Solutions
    @WSDevSol
    Getting Started With Windows Azure Mobile Services development?
    Click here
    Getting Started With Windows Phone or Store app development?
    Click here
    My Team Blog: Windows Store & Phone Developer Solutions
    My Blog: Http Client Protocol Issues (and other fun stuff I support)

  • I am receiving a message that my ID has been disabled, and I followed the steps to change the password, but still receive the same message.  Cannot access app store or do updates.

    I am receiving a message that my ID has been disabled, and I followed the steps to change the password, but still receive the same message.  Cannot access app store or do updates.

    In what way are you receiving this message? It is very common to get an email telling you that your ID has been disabled, and asking you to confirm all your details so the sender can steal your identity online.....

  • I can no longer access apps on my new iPad that we're downloaded on old one.  Using cloud.

    I can no longer access apps on my new iPad that we're downloaded on old iPad.  Using cloud. 

    Are you trying to download them from your purchased list?  If so, make sure you are signed in with the Apple ID you used to purchase them in Settings>iTunes & App Store, and that the apps are still available for purchase in the App store.  Then you should be able to download them as explained here: Download past purchases.
    If that isn't your question, please explain further.

  • Unable to access Apps on HP Officejet Pro 8600 Plus

    Hi guys,
    I can print wirelessly and print remotely using the ePrint apps on my iphone and ipad.  Until recently, I have been able to access the apps, but this has stopped. I now get the following error message: 
    "The printer was unable to connect to the server. Chieck your internet connection and try again."
    The internet connection is stable and fine. Any ideas?
    This question was solved.
    View Solution.

    Hello londonlaw,
    Welcome to the HP Support Forums!
    Sorry to hear about the recent issue when trying to access apps on  your Officejet Pro 8600, I would like to offer a few suggestions that may help.
    Check for updates on the printer, Getting the Latest Firmware and Product Updates.
    Power off the printer and ensure the power cord is connected to a wall out let.
    Next you want to power reset the router. If it has a power button press that, if not, remove the power cord. Wait 60 seconds and then allow it to power back up. Once router is fully on, power up the printer.
    Try to access an app, if it works there is no need to continue. If it doesn't, try the next suggestion.
    Refer to this Thread answered by a colleague of mine happytohelp01 : Efax 7510 still won't work after turning off/on ePrint several times. Follow the steps to setup a Manual I.P and DNS for the printer over the network. The steps will be the same, if not very similar for your printer as the one in the above post.
    Try to an app once done, if still unable, continue below.
    Go back to the above Thread, rather than using the DNS suggested try this set; Primary DNS Server : 209.244.0.3 & Secondary DNS Server : 209.244.0.4.
    Try to access an app, if the feature is still not working you will need to call HP's Cloud Support team. If you live in the USA/Canada, 1-855-785-2777. If you live outside the USA/Canada, click HERE to find the Technical Support number for your country/region.
    I hope this has helped, if it has, please let me know what step helped. 
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Failed to install win 8.1 app package on Windows 10

    Hi all,
    The app package complied with VS2013 on Windows 8.1 fails to install on Windows 10.  This is expected ??
    The package could be successfully  installed on Window 8.1, bug failed on Windows 10. Here is the screen shot.

    Hi Dong,
    The error message you show give you instructions for looking up the activity ID.  Please so that and let us know the result.
    Jeff Sanders (MSFT)
    @jsandersrocks - Windows Store Developer Solutions
    @WSDevSol
    Getting Started With Windows Azure Mobile Services development?
    Click here
    Getting Started With Windows Phone or Store app development?
    Click here
    My Team Blog: Windows Store & Phone Developer Solutions
    My Blog: Http Client Protocol Issues (and other fun stuff I support)
    Hi Jeff,
    I got the log, paste it here.  Thanks.
    PS C:\Users\dong> Get-AppxLog -ActivityID a1fac9b5-6bd0-0003-b06a-29a4d06bd001
    Time                      ID           Message
    4/2/2015 9:37:26 AM       301          The calling process is C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
    4/2/2015 9:37:26 AM       604          Started deployment Add operation on a package with main parameter: file:///D:/pr
                                           ojects/win81app/AppPackages/win81app/win81app_1.0.0.0_Win32_Test/win81app_1.0.0.
                                           0_Win32.appx, dependency parameters: file:///D:/projects/win81app/AppPackages/wi
                                           n81app/win81app_1.0.0.0_Win32_Test/Dependencies/x86/Microsoft.VCLibs.x86.12.00.a
                                           ppx, file:///D:/projects/win81app/AppPackages/win81app/win81app_1.0.0.0_Win32_Te
                                           st/Dependencies/x64/Microsoft.VCLibs.x64.12.00.appx and Options:
                                           ForceApplicationShutdownOption. See
                                           http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app
                                           deployment issues.
    4/2/2015 9:37:26 AM       157          The app package signature was validated for core content of the app package
                                           published by CN=dong. Payload won't be validated until the files are read.
    4/2/2015 9:37:26 AM       170          The streaming reader was created successfully for app package
                                           fec010c0-306b-4e7e-88fd-52bdfdcb8fda_1.0.0.0_x86__92cw22eayst0g.
    4/2/2015 9:37:26 AM       157          The app package signature was validated for core content of the app package
                                           published by CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond,
                                           S=Washington, C=US. Payload won't be validated until the files are read.
    4/2/2015 9:37:26 AM       170          The streaming reader was created successfully for app package
                                           Microsoft.VCLibs.120.00_12.0.21005.1_x86__8wekyb3d8bbwe.
    4/2/2015 9:37:26 AM       157          The app package signature was validated for core content of the app package
                                           published by CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond,
                                           S=Washington, C=US. Payload won't be validated until the files are read.
    4/2/2015 9:37:26 AM       170          The streaming reader was created successfully for app package
                                           Microsoft.VCLibs.120.00_12.0.21005.1_x64__8wekyb3d8bbwe.
    4/2/2015 9:37:26 AM       10002        Creating Resiliency File C:\ProgramData\Microsoft\Windows\AppRepository\4f281c8e
                                           -bfc1-465e-bd8d-538fd2991196_S-1-5-21-1213812938-303559523-3196125145-1000_3.rsl
                                           c for Add Operation on Package
                                           fec010c0-306b-4e7e-88fd-52bdfdcb8fda_1.0.0.0_x86__92cw22eayst0g.
    4/2/2015 9:37:26 AM       607          Deployment Add operation on package
                                           fec010c0-306b-4e7e-88fd-52bdfdcb8fda_1.0.0.0_x86__92cw22eayst0g has been
                                           de-queued and is running for user WIN-TNFE02CEC5L\dong.
    4/2/2015 9:37:26 AM       613          Adding uri to the list of Uris: file:///D:/projects/win81app/AppPackages/win81ap
                                           p/win81app_1.0.0.0_Win32_Test/win81app_1.0.0.0_Win32.appx.
    4/2/2015 9:37:26 AM       613          Adding uri to the list of Uris: file:///D:/projects/win81app/AppPackages/win81ap
                                           p/win81app_1.0.0.0_Win32_Test/Dependencies/x86/Microsoft.VCLibs.x86.12.00.appx.
    4/2/2015 9:37:26 AM       613          Adding uri to the list of Uris: file:///D:/projects/win81app/AppPackages/win81ap
                                           p/win81app_1.0.0.0_Win32_Test/Dependencies/x64/Microsoft.VCLibs.x64.12.00.appx.
    4/2/2015 9:37:26 AM       605          The last successful state reached was BundleProcessed. Failure occurred before
                                           reaching the next state Indexed.
    4/2/2015 9:37:26 AM       401          Deployment Add operation with target volume C: on Package
                                           fec010c0-306b-4e7e-88fd-52bdfdcb8fda_1.0.0.0_x86__92cw22eayst0g from:  (file:///
                                           D:/projects/win81app/AppPackages/win81app/win81app_1.0.0.0_Win32_Test/win81app_1
                                           .0.0.0_Win32.appx)  failed with error 0x80073CF9. See
                                           http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app
                                           deployment issues.
    4/2/2015 9:37:26 AM       404          AppX Deployment operation failed for package
                                           fec010c0-306b-4e7e-88fd-52bdfdcb8fda_1.0.0.0_x86__92cw22eayst0g with error
                                           0x80073CF9. The specific error text for this failure is: Deployment Add
                                           operation with target volume C: on Package
                                           fec010c0-306b-4e7e-88fd-52bdfdcb8fda_1.0.0.0_x86__92cw22eayst0g from:  (file:///
                                           D:/projects/win81app/AppPackages/win81app/win81app_1.0.0.0_Win32_Test/win81app_1
                                           .0.0.0_Win32.appx)  failed with error 0x80073CF9. See
                                           http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app
                                           deployment issues.
    PS C:\Users\dong>
    Regards.
    Dong.

  • Get an error unknown error when trying to access app store

    I get an unknown error when trying to access app store on my iphone 4...I have turned it off and on, updated the software, etc.  I have never been able to sign in.

    You could add your contacts in one by one  (or a few at a time) on whatever you are syncing with (Google, MS, etc.) and try and catch which contact is causing problems when you sync.
    If you've been helped click on , if you've been saved buy the app.
    Developer of stokLocker, Sympatico and Super Sentences.

Maybe you are looking for