How do I get the DB objects accessible by a Page APEX 5

Hello

Is it possible to know the DB objects like table, packaging used in a page. Example: A page can use the table for reports, package, functions for dynamic actions.

I am able to find the APEX_APPLICATION_PAGE_PROC table, which gives information on the process on a particular page and also complete PLSQL used in the process. If you are looking for something similar but provides information for all dynamic actions, reports etc..

Thank you

Ankit

User13090770-Oracle wrote:

Please update your forum profile with a recognizable username instead of "User13090770": Video tutorial how to change username available

Is it possible to know the DB objects like table, packaging used in a page. Example: A page can use the table for reports, package, functions for dynamic actions.

I am able to find the APEX_APPLICATION_PAGE_PROC table, which gives information on the process on a particular page and also complete PLSQL used in the process. If you are looking for something similar but provides information for all dynamic actions, reports etc..

Use the database object dependencies report, or that you found, create your own tool custom -based text searches in the views of the APEX.

Tags: Database

Similar Questions

  • How can I get the status bar on my web page

    I want to get the status bar at the bottom of the web page so that I can slide from left to right, if an article is too large for my monitor. I got it this morning 05/01/15. After Thunderbird as an option for my email, the bar disappeared after uninstalling Thunderbird. I know hovering on the web pages I have on my menu bar, but I'd rather have the bar all at the bottom of the page.

    The gray bar appears in my email only. I would like to have it on all my sites.

    Thank you.

    I guess what you mean in the bar of horizontal scrolling if you want to be able to scroll horizontally.
    Firefox will normally only show the bar if content extends outside the browser window.

    You can have zoomed pages by accident.
    Reset the zoom of page on pages that are causing problems.

    • View > Zoom > reset (Ctrl / command + 0 (zero))
  • How can I get the old function to choose which page I want to go back to? I run Firefox 8.0.1.

    In older versions of Firefox, the back button has a small chip of a button allowing you to return to a specific page, until like 10 pages back. So if you knew that you wanted to go back two or three pages, you don't have to hit the back two or three times, you simply press this button and then select the page you wanted back. Can I have this option in Firefox 8.0.1? Thank you

    Click and hold the unified back / next button, or right-click to get the rear / front in the history of this tab.

    Or install this extension to get the restored former "drop-marker" button.

    https://addons.Mozilla.org/en-us/Firefox/addon/backforedrop/

  • How can I get the netstream object which httpstreaming use?

    Hello

    I'd like to hang the OSMF framework and collect the NetStream and later get all the netstream status as NetStream.Play.Start, NetStream.Seek.Notify etc. messages. I did it for rtmp streaming using the netloader package and from TracingNetLoader as the second argument in the video element used in it and then wiriting this class by extending it with RTMPDynamicStreamingNetLoader.

    So can we do something similar for http streaming also I see HTTPStreamingNetLoader class too, but the problem is that we use the MediaElement and not VideoElement and mediaElement allow a parameter while instantiate.

    Kind regards

    Amit

    You don't use MediaElement to HTTP streaming content, you are using VideoElement.  (Technically, you use F4MElement, which will generate the VideoElement using a MediaFactory.  Then you change the MediaFactory (DefaultMediaFactory) to use your HTTPStreamingNetLoader extended instead of the default.)

  • In a new tab, the screen is blank. How can I get the prewiew/history showing previously visited pages?

    Greetings,
    If you use Firefox 28 on a 64 bit system (windows 7) when opening a new tab, the screen is blank. When you use the same version on a 32-bit system (windows xp) which opens a new tab of the screen displays 9 boxes/windows of previously visited web pages with an image of the page in the window of /. I would really like this poster on the system using windows 7 however I can't find advice or instructions on how to do this.
    Thanks for any help you can provide.

    Hello seaview, who lets turn easily with a double click are generally true/false (Boolean) settings. Others vary a lot...

    I hope it sticks!

  • How do you get the functionality of firefox when you page the entire screen

    I was on a firefox page and fool the screen full page. Now, I can't the configuration of firefox in the upper left corner of the screen to print, layout. How to restore firefox on the screen

    If you are in full screen view then hover over with the mouse upward to make the bar appear Navigation and tab bar.

    You can click the maximize button in the upper right to leave the mode full screen or empty space of a right-click on a toolbar and use "exit full screen" or press F11.

    Press F10, or press the Alt key to bring up the 'Menu Bar' temporarily if the menu bar is hidden.

  • How to get the remote object mode protect?

    Hi all

    I have a question for a remote object mode protect in drive x. need your help, thank you very much ~

    Background: I have a plugin running on drive x protect mode. Without a strong name, plug-in will load my DLL (manufactured by c#). Then, in this DLL, it will use

    _3rdProxy p (_3rdProxy) Activator.GetObject = (typeof (_3rdProxy), url); for a remote object of the 3rd application (made by c# also). Then I can make communication between my app plug-in and 3rd.

    But I got an error "Access denied", said. Anyone know how to get the remote object in this case? Thank you very much ~

    Since you have a reader integration key, you are advised to use our methods of support for the official Developer.

  • How can I get the contents of an object of Document (XMLDOM) in a string variable?

    Hello

    I created an XML document by using the Document and XMLElement classes and now I need to get the XML object and a string variable, so I can send by e-mail.

    I'm on 4.5 JDE

    Help!

    Hello

    Unlike some other posts, there is a solution.

    Document myDocument = pdocXMLDocument;  / * This is the document that you created that you want to convert to a string

    ByteArrayOutputStream OS = new ByteArrayOutputStream(); / * where you want the XML to go * /;
    XMLWriter writer = new XMLWriter (os);

    configure as you want using one or more of:
    writer.setPrettyPrint (); or setPrintCompressedOutput();
    writer.setPrintCompressedOutput ();
    writer.setPreserveSpacing ();
    writer.setExpandingEntities (boolean);
    writer.setEntityResolver (EntityResolver);
    try {}
    DOMInternalRepresentation.parse (pdocXMLDocument, writer);
    String myXML = os.toString ();        THIS IS THE STRING
    }
    catch (Exception ex) {}
    }

  • How do I get the name of a duplicated or created control and add a reminder

    Hi all

    According to the number of entry points I need, I duplicate a digital or an input string to the DuplicateCtrl function. My question is, how do I get the name and id of the control that has been created, and how can I assign a callback to it? Alternatively, it would be better to create a fresh ctrl instead of duplicate?

    Thanks in advance!

    Hi TurboMetrologist,

    Why are you trying to get the name of constant control? Remember that you cannot use this name to address control; control names are in fact simply the macros in the file associated with the UIR, include in other words, the preprocessed compiler code and everywhere where the names of PANEL_CONTROL replaces the digital value as parameters to functions (and therefore 'control' parameter is an int value and not a char *)

    That's why NewCtrl () or DuplicateCtrl () functions return a control ID: this is the handle to the new object, the only way to handle it. You will need to store this handle in a nonvolatile memory so that you can access durng life program.

    In addition, there are other ways to assign a meaning to a control to pass on the name of constant control. For example, you can use the callbackData parameter to differentiate the different copies of a control.

    Let me explain with an example. You said that you need several entries (dynamically created that you don't know in advance how many of them use); a solution could be:

    • Design a master copy of a control in the IUR Editor, where it is easy to customize; also assign a callback function, if it must be common to all copies of the control
    • Assign a value to this control callbackData, programmatically for example SetCtrlAttribute (...,..., ATTR_CALLBACK_DATA, (void *) 1);
    • Duplicate the control, and then assign a different callbackData
      for (i = 2; I have< 5;="" i++)="">
      handle = DuplicateCtrl (...);
      SetCtrlAttribute (..., handle, ATTR_CALLBACK_DATA, (void *) I);
      }

    By operating this way, whenever the reminder of control is triggered by any control, it will receive the callbackData assigned, and you will be able to differentiate your code with a simple switch:

    switch (callbackData (int)) {}

    case 1: / / the master controls

    break;

    case 2: / / first dual control

    break;

    }

  • How do I get the table cells?

    It's my get code that any object in propagation.

    Int32 childCount = parent-> GetChildCount();

    for (int32 /IndexEnfant = 0; childIndex < childCount; /IndexEnfant ++)

    {

    InterfacePtr < IHierarchy > child (parent-> QueryChild (childIndex));

    ChildUIDRef = UIDRef: GetUIDRef (child);

    TextFrame table

    }

    How do I get the table cells?

    You can access the table using ITableModel and GridAddresscell.

    But to get to the ITableModel since ITextModel implies some complexity.

    Few things to understand:

    -L'interface that corresponds to the written document is ITextModel

    -The recommended method to iterate tables in a story done by ITextStoryThreadDictHier

    -Get the ITextStoryThreadDictHier on the history and the main thread as ITextStoryThreadDictHier::NextUID()

    -Now get ITextStoryThreadDict for UID and query for ITableModel. If you get ITableModel, then you have found the table.

    Once you have ITableModel you can get ITableCell as follows:

    ITableModel:QueryCellContentBoss(GridAddress); Give ITableCell

    You can refer to SnipperRunner (SnpManipulateTextModel).

    Download text template table model:

    InterfacePtr textModel (storyUIDRef, UseDefaultIID());

    InterfacePtr textStoryDictHier (textModel, UseDefaultIID());

    NextUID UID = sourceStory.GetUID (); / / Download the main thread dictionary

    Now loop the dicthier to iterate through all the threads dicts.

    InterfacePtr textStoryThreadDict (sourceStory.GetDataBase (), nextUID, UseDefaultIID());

    InterfacePtr tableModel (textStoryThreadDict, UseDefaultIID());

    If (tableModel) / / the storythreaddict represents a table

    {

    You are now in a table

    }

  • How can I get the HBA iScsi IQN name

    How can I get the HBA iScsi IQN name?

    How to use the following object:

    I tried this:

    var myVcHostInternetScsiHba = new VcHostInternetScsiHba();

    IQN = VcHostInternetScsiHba.iScsiName;

    But it does not work.

    regards Denis

    findiSCSIDevice action () returns the string iSCSI device, and not as an object.

    You can duplicate this action (say under a name findiSCSIName) and change its script code by replacing the following line:

    return busAdapter.device;
    

    with

    return busAdapter.iScsiName;
    

    and then use it in your workflow and actions of something like

    var hbaScsiName = System.getModule("com.vmware.library.vc.storage").findiSCSIName(host);
    
  • ICF custom connector; How can I get the values of the parameters of the recon calendar task?

    I'm trying to create a custom connector icf with progressive reconciliation. My recon schedule a task, I have the settings "attribute of Date additional Recon ' and 'last token" that should be used for gradual reconciliation.

    How can I get the values of the parameters ' attribute of Date additional Recon ' and 'last token "?

    ICF should handle this for you.

    The value of "attribute of Date additional Recon ' must be filled in the OperationOption (e.g. executeQuery() and PROCESSES of FilterTranslator has this as a method parameter).

    For the "last counter", you need to implement ' createGreaterThanExpression (GreaterThanFilter, filter, is not Boolean) ' in your filter translator class. You can get the attribute of the filter object. Look for a description here: http://docs.oracle.com/cd/E37472_01/apirefs.1112/e28159/oracle/iam/connectors/icfcommon/recon/SearchReconTask.html

  • How can I get the name of the procedure

    Hello

    With the help of our application, we update a table (P_Balance) in the statement of account and date thanks to certain procedures.

    in some column of status situation alone expects to obtain the correct value, but the date column with the value NULL.

    Now, we have decided to follow this through which procedure to get this updated value null date column.

    To do this, I decided to write a trigger for the table 'P_BALANCE' by what procedure, this update going on.

    How can I get the name of the procedure.

    Hello

    You can write the call stack in a log whenever the value of the column is null. See

    DBMS_UTILITY. FORMAT_CALL_STACK

    This will give you the name of the object and the line numbers of the update program.

    Concerning

    Marcus

  • Get the last object below.

    I want to get the latest object(z-order) below a selected just as the 'last object below' photo menu under-> Select object.

    How can I go about it. The IZOrderSelectionSuite interface can be used to do this, if yes then how use since I have just the UIDRef of a framework.

    Jasmine

    Hi Jasmine,.

    You can use int32 zorder_index = iHierarchySpread-> GetChildIndex (iHierarchySpline) to get the index order of the spline

    and iHierarchySpread-> GetChildUID (zorder_index - 1) to get the spline immediately below, if I remember right. Otherwise, use + 1.

    Best,

    Peter

  • How can I get the name of rulefiles in application with the help of custom java code.

    Hello.
    I want to get the names of rulefiles of analytical service with the help of java api.
    How can I get the name of rulefiles. What api should I use for this problem?

    Hello

    IEssCube.getOlapFileObjects () api allows you to retrieve files of rules.
    Insert this code snipid in your code, it will list all the rules files.

    IEssCube cube = olapSvr.getApplication("Sample").getCube ("Basic");
    ITR IEssIterator = cube.getOlapFileObjects (IEssOlapFileObject.TYPE_RULES);
    RFS [] IEssBaseObject = itr.getAll ();
    System.out.println ("rule file count:" + rfs.length);
    for (int i = 0; i)< rfs.length;="" i++)="">
    System.out.println ("RuleFile" + i + ":" + ((EssOlapFileObject)rfs). getName() ' ");
    }

    You can also list the data files and other objects in file by changing the IEssOlapFileObject.TYPE in getOlapFileObjects()

    Concerning
    Rajeev Singh

Maybe you are looking for

  • iMessage

    Hello Thus, recently someone got access to my Apple ID and I changed my password and now my iMessage will not work. When I try to text in a first time his blue but when I send it, he won't and it turns green. All the settings for iMessage are on. I t

  • Missing option iCloud photo library

    the left image shows iphone 6s + setting > iCloud > Photos and the right side is iphone 5. both run new iOS 9.2.1. but it lacks the iPhone 6 s + very important option, which is to toggle the photo library to iCloud. already discuss with apple support

  • Westell 7500 can not see AP wnr834bv2

    I had a nice home network consisting of a WGR614v5 in one place, powered by a 660 modem and a WNR834bv2 configured as an AP in a more convenient location to provide wireless connectivity to my wife and my laptop.  I could access both routers to chang

  • General problems with sizing of text for Labview

    I have attached a few screenshots to illustrate my question. All text on labview options have their too large. Most of the time this translates the text being cut to half way or to be too large for some areas as the functions palette regardless of my

  • Without product key

    Microsoft Word and Outlook are requires me to enter my product key to continue to use the products, even if I owned this computer and software for more than five years.  I can't find the CD with the touch pack # etc.  I have owned a business from my