Creating an application to the appellant a package and procedures

Hello:

I have a package named change of Patient. In the package body, I have 16 procedures, each making a different function.

Currently, our users use SQL Developer or Toad to execute the procedure they want. They type the statement necessary to perform the procedure.

They would like to have an application at the APEX where they just click on the procedure, or select the procedure they want to run and the procedure is its ' thing.

Is this possible to do? If so, how should I do this?

Thanks in advance.

You have execute privileges on the user you are trying to execute the procedures of?

-Chris

Tags: Database

Similar Questions

  • What is the best Adobe application to create mobile applications from the "ground up"?

    What is the best Adobe application to create mobile applications from the "ground up"?

    This might be useful:

    WEB - how to choose the best tools for your project

    • Adobe Dreamweaver is mainly for professional website developers who live and breathe the programming or for designers and project managers who have learned enough HTML at ease. Even if there are a lot of models and tools of environmental Designer, the major attraction of Dreamweaver is how it offers full access to the code, with immediate feedback (through a split screen) what look like the results. The same content can be published for a desktop browser or mobile devices like the iPhone, iPad or Android smartphones.
    • Adobe Muse is a new tool mainly for graphic designers who want to create and publish Web sites without writing code. With a cooked graphic design interface, Adobe Muse generates the HTML to publish directly to the web. Muse sites can be hosted on the hosting platform integrated Adobe Business catalyst or transferred to a third party hosting provider. Adobe Muse includes widgets, which are built features such as slideshows and albums, that you can drag and drop on the pages of the site. However, Muse currently does not support the development of sites that target mobile devices, like the iPad, iPhone and Android smartphones.
    • Adobe Edge, currently public preview on Adobe Labs, is used to create web animations. The files it produces are usually added to a Web site using a tool such as Dreamweaver. The beauty of the edge, is that animations are based on the latest standards open such as HTML5 and CSS3. With no plug-ins needed, animations work on the latest PC and Mac browsers as well as mobile devices, where the Flash technology is not universally supported.
  • Can we use Beta to create live applications on the Apple App Store?

    Hello

    Can we use Beta to create live applications on the Apple App Store?

    Here are the terms of use, you agree to during registration for the beta: https://beta.publish.adobe.com/resources/dps_beta_tou.pdf. Article 3 is the relevant section that answers your question.

    Neil

  • How can I get the installer for my application check the operating system type and then install the correct driver type?

    I have a request that I wrote and have been use and distribute for awhile. The installer I created for this application is an additional installer to install a driver for the USB connection. The USB connection is actually a virtual COM Port. The problem is that the people who drafted modified driver setup the installation program itself. They used to have an installer that would check for 32-bit or 64-bit OS and then install the appropriate driver.

    Now, they have two distinct installation programs: one for the other for 32-bit and 64-bit. They let the user know their OS and install the appropriate driver. I'd rather not have to rely on my users to do. From what I've seen the creater Installer provides that an executable to be run after the application installs.

    Is it possible to have the installer of the application, check the type of OS and then run the correct executable file after installing my application? I think that I could write an Installer 'wrapper' that checks the type of operating system then executes the correct Installer. But I expect a better solution.

    Thank you
    Joe

    So, I make it work!

    The trick is to find a way to determine what type of OS you are using. The method I used was, indeed, read the environment variable. A buddy of mine sent me this link:

    http://StackOverflow.com/questions/2401756/how-to-find-if-the-machine-is-32bit-or-64bit One of the phrases he bibliography the Processor_Architecture environment variable.

    It seemed like a reasonable idea. So I started to research how read LV it environment variables turns out, you do it by reading a registry key. There is an example of LV on how to read a registry key. But I did not know where they are in the registry. So, I searched the Processor_Architecture registry. I found it in HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Environment.

    According to the article in the link, this value will already be x 86 for a 32 bit OS, or something with 64 inside. I just check the response for x 86 string. If it is, I just run the x 86 version of the driver Installer. Otherwise, I run the x 64 version.

    It turned out to be as simple as that.

    I hope this helps someone.

    Joe

  • I have an iPad2 version 9.2.1 from the music application only the apple logo appears and nothing happens...

    I have an iPad2 version 9.2.1 from the music application only the apple logo appears and nothing happens...

    I did a reboot, nothing has changed.

    so the music app is an application by default/standard, it cannot be removed or reloaded.

  • Find out all the package and procedure names linked using an array of specifc

    I have 25 packages
    Each package contains 30-35 procedures
    I need to find all packages and procedures
    Each procedure handles the Tables from 5 to 20 according to the need of business rule.
    I need the entire package and related procedure names where a specific Table name is
    (DBA_SOURCE is not objective).
    Quick response appreciated.
    Thank you and best regards,

    It is difficult to help you if you do not want to read what is suggested. The utldtree.sql script will do what you want. Read the first part of the script and it will tell you what it does and how it works:

    >
    REM $Header: utldtree.sql, v 1.2 1992/10/26 16:24:44 $ RKOOI Stab
    REM
    REM Copyright (c) 1991 by Oracle Corporation
    REM NAME
    REM deptree.sql - Show objects recursively depends on given object
    REM DESCRIPTION
    REM This procedure, temp and table will allow you to see all
    Objects REM (recursively) depends on the given object.
    REM Note: you will see the objects for which you have permission.
    Examples of rem:
    REM run deptree_fill ('procedure', 'scott', 'billing');
    REM select * from deptree by seq #;
    REM
    REM Execute deptree_fill ('table', 'scott', 'emp');
    REM select * from deptree by seq #;
    REM
    REM run deptree_fill ("package body ', 'scott', 'accts_payable'");
    REM select * from deptree by seq #;
    REM
    Way prettier REM to display this information only
    REM select * from deptree by seq #;
    REM is
    REM select * from ideptree;
    REM This shows the relationship of dependence via indentation. View
    REM that no order by clause is necessary with ideptree.
    REM RETURNS

    >

    Did you notice the part that says? :

    >
    REM Execute deptree_fill ('table', 'scott', 'emp');
    REM select * from deptree by seq #;

    >
    If you supply a table name, it will display the objects that depend on this table just as you said you want.
    Please try this script.

  • creating mobile application in the apex 4.1

    All,

    I am creating a mobile application in the apex 4.1 but I can't like the new theme of jquery like 4.2.x then what is the best approach without installing additional libraries / files on the server? I tried cloudy = 24 but its is not in great shape on mobile devices?

    any suggestion is appreciated.

    Hey Gor,

    No there is no easier way to do this. You must import jQuery mobile JS and CSS to make it work.

    Step by step guide is provided here: its pretty simple hassle.

    http://www.Oracle-and-apex.com/create-a-mobile-theme-for-Oracle-apex/

    Thank you

    Sunil Bhatia

  • My application for the distribution of packaging

    Hi, I would like to share my application with my colleagues and to start getting comments and problems to understand how package the application correctly.


    It's a Javafx 2.0 app and I've included a jar file of external library for XML operations.

    In Netbeans, I added the jar in the libraries of the project section and when I build the app under the dist folder it generates the project jar file has the lib directory with the jar inside XML.

    All seems well but when running the app I get... Well it's

    java.lang.NoClassDefFoundError

    This guy has http://stackoverflow.com/questions/6268215/netbeans-javafx-2-0-application problem even if its application does not load the recorder and mine does not load my XML library.

    It works very well in the Netbeans IDE of course...

    I tried some of the properties of the project to see if this can help or not - tried to use web start and has security problems because the application uses the local file system. Switched back to not
    using webstart and now the app does not at all outside the IDE because of this problem.

    Thanks for the help

    Hello

    I don't know netbeans specifics because I develop with Eclipse. To share my application with my colleagues, I have package my request like this:

    MyApp
    JavaFX - sdk2.0 - beta
    ------------rt
    -------------bin
    -(All JFX DLLs)
    -------------lib
    -jfxrt.jar

    -lib
    -log4j.jar
    -----------... (all my external libraries)

    -myapp.jar
    -(All My sources)

    And of course, you must change your MAIFEST. MF within the myapp.jar to include all your dependicies in the classpath:

    Main-Class: com.mypackage.Main
    Class-Path: javafx-sdk2.0-beta/rt/lib/jfxrt.jar lib/log4j-1.2.13.jar...

    With this way, you can share your request even if your colleagues do not installed the javaFx SDK

  • The issues of packaging and BlackBerry APIs

    I downloaded the 4.7.0 eclipse plugin and when I create a project, the Properties dialog box tells me that I can choose the type of project, namely in the following list:

    1 CLDC

    2 Midlet

    3 library

    What is the difference between CLDC and Midlet?

    I'm guessing that J2ME and Blackberry native apps are grouped under "CLDC applications."

    I am very intrigued by #3. I come from a background of Google Android, so I'm currently looking for a way to write services, shareable pieces of code that several Apps Blackberry can I use (e.g., Single Sign-On authentication server). This is what a library is for?

    Kind regards

    G

    CLDC - who uses the entry point of the main method.

    MIDlet - comparable to midlet development and life cycle.

    Libray - third-party API can be created as Libray and install on the device.

    Check this link, you will get Developers guide more awareness.

  • applications in the process of disappearance and other problems

    I have problems with the applications disappear, when I open applications under settings, they are there, but not the way they should appear instead happens as an example: rather than show the aviary, it displays com.aviary.android.feather in the past I had the same problem so I tried to guard my apps for only 3 pages long if I exceed it's happening even though I still 3.9 GB free of space user. I have a total of 84 preinstalled applications and user installed.

    When I get a call instead of the names of people and coming number I get gibberish example: letters and numbers with dashes.

    Txt notifications ringtone working even if it is set up with one and when I try to go into the settings within the built-in app it closes on me.

    I called AT & T on the first issue and I was told to do a factory reset and not to install more simply use apps, which came on the phone, now why would I want a smartphone if I can't add apps that doesn't make it much sense to me.

    I was wondering if anyone else has experienced any of these problems and if yes what have you done to correct the problem.

    Kbrax72 still more problems with my phone, I discovered when I started to test everything out. The only choice I have right now is to do a factory reset. Thank you

  • Create a journal in the tab control tab and create tab is disabled and grayed out

    Hello

    Can you helpme to solve my question about the connection in the tab control? So basically I have two pages in a tab control, page 1 contains, log in as user name, password, and login button and second page is nothing. After the user has entered the correct user name and password in the form of a string, page 1 will be disabled and grayed out and automatically will be on page 2? I also download the vi that I created and please correct me if I have a problem with my vi.

    Please help me with this ASAP, because I have assignment based on the view of any customer lab server.

    Thank you


  • Lack of applications in the cloud creative package

    Hi all!! I use the CCP to create 1 package for 8 applications. Through the CCP team conditioner I don't see Premiere Pro and AfterEffects in my list of applications available for the package. I don't see a lot of other applications such as Acrobat Pro, Illustrator, Dreamweaver, Fireworks, etc., but these 2 apps are not in there. Any ideas? Any help would be appreciated. Thanks in advance.

    Hello

    We have just came across this problem, and I solved it simply.

    Premiere Pro and the after-effects are not available if you are creating a 32-bit package longer - they made the transition to 64-bit applications.

    If you change the type of a 64-bit Installer package, you should see all the missing Adobe CC applications.

    more information available here: is not all applications display download | Adobe Creative Cloud desktop app

  • Create form that records the data locally - iOS and Windows (using AIR)

    Hi, I need to be able to create a form that stores the parts locally on iPads and touch of Windows screens. The app will be used as a kiosk at exhibitions, so there is no internet connection, but devices will be limited in number and owne3d by the customer.

    Is there a simple way to do this? I looked at other options: HTML5 (where the user is rerouted to local browser) or Acrobat?

    With AIR, you can still use an internal DB SQLlight to store data - or even write a based local text file. Depends on the complexity of the data, I guess.

    Adobe Flash Platform * working with local SQL databases in AIR

  • I have created a script for the activation of show and print option in the text condtional. It works very well in most of the chapter, but it does not activate some chapter. Please advise for that matter

    Please see the below script

    myEventListener = app.eventListeners.add ("afterOpen", placeFilesOnDoubleClick, false) var;

    myEventListener var = app.eventListeners.add ("AfterClose (AprèsFermeture)", placeFilesOnDoubleClick1, false);

    function placeFilesOnDoubleClick()

    {

    app.conditionalTextPreferences.showConditionIndicators = ConditionIndicatorMode.SHOW_AND_PRINT_INDICATORS;

    }

    Hello

    Set this property to app relates to a new doc created from that moment.

    Set this property instead of the app activeDocument.

    app.activeDocument.conditionalTextPreferences.showConditionIndicators = ConditionIndicatorMode.SHOW_AND_PRINT_INDICATORS;
    

    Be awared that afterOpen is triggered two times: after opening a doc and after opening a window for this doc.

    However in your case he just defined same property twice, so is not serious

    Jarek

  • When itunes installation receive error message with 'install windows package' and 'procedure requires a rise. "

    Original title: Windows Installer Package

    When you try to install itunes, I get a pop up box that says: there is an error with the windows package install and it will not continue with the download.  I went online to download the package to install to my computer (Windows Vista) and when it starts to download get an error stating that "the procedure requires a rise." What it means?  I assume this has something to do with security in the administrative account that I am signed on the label on when problems occur.  Thank you!

    Hello
    1 did you change on your computer before this problem?
    2 - is a problem only with itunes?
    Follow the suggestions and check if that helps.
    Method 1
    a.Right click the download file.
    b.Select run as administrator.
    Method 2
    You can follow the procedure in the article.
    Problems installing and uninstalling programs on Windows computers
    http://support.Microsoft.com/kb/2438651#reso2
    See also:
    Problem installing iTunes or QuickTime for Windows
    http://support.Apple.com/kb/ht1926

Maybe you are looking for