Is there a report showing all the DDL objects for one APP?

Hi,
Is there a report showing all the DDL objects for one APP?
I need to move an app to my workspace. The workspace I need to move it from has approx 20 applications in it, thus all the tables, procedures, etc are too many.
What way is the easiest?
I've looked at exporting the DDL and the app. and look to see what the app needs. But it has many pages.
Thank you, BillC

Hello Bill,
You might find the report in the following location to be helpful:
Home>Application Builder>Application XXX>Application Reports>Shared Components>Application Database Object Dependencies
Regards,
Arie.

Similar Messages

  • Using iTunes Match, Show All Music not working for one playlist

    I am using an iPhone 6 Plus with iOS 8.2. I just recently subscribed to iTunes Match and all of my music has been matched/uploaded.
    When I turn on iTunes Match and Show All Music on my iPhone, all of my playlists show up but one of them is incomplete, and doesn't have an option to download the missing songs from the cloud.
    So, for example, I have a playlist that on my Mac has 696 songs and they are all matched by iTunes Match, and they all appear as either already on my phone or downloadable. Most of the other playlists are the same: working as expected. But I also have a playlist that on my Mac has 58 songs and they are all matched by iTunes Match, but only nine of them appear on my phone (they were already there), and none of the remaining 49 are showing as available to download from the cloud.
    Is it possible to fix this? I've had bad luck in the past deleting playlists on the phone with the goal of having them refresh during the next sync. (The bad luck involved my playlists being deleted in iTunes on my Mac after the sync.)

    Hi Michael,
    thanks for this, this helped me out as I just had the same issue but on my iPad lol.
    Forgot about that setting even though I knew about it, just goes to show, out of sight, out of mind.
    Regards,
    Steve

  • Is there a way to change the default colors for iPad apps?

    I noticed one of my friends iPad 2 had a different color scheme for apps and I would like to change my iPad 2's default ( which is currently grey). To elaborate, the default color for the borders and tabs in Safari are grey on my iPad, my friends are blue. Would like to change from the drab grey color to blue also but I cannot find a setting for this. All applications and Setup apps have this default color scheme on my ipad. Do I have to reset the iPad and start over with setup to achieve this? Hope not, perhaps someone can shed some light on an easy way to do this. Thank You!

    You can apply  system-wise "negative" color effect under Settings > General > Accessibility, by toggling the White and Black switch - and, in iCab Mobile (and some other, better browsers / PDF readers), its own "night mode" negative color scheme.
    Otherwise, no, you can't do anything else except for asking third party app authors to add selectable back/froeground (=text) colors to their apps.
    There is an article dedicated to this question: http://www.iphonelife.com/blog/87/do-you-find-your-idevices-screen-be-too-blueis h-or-just-too-harsh-bedtime-reading

  • All the table objects in one transport request..?

    Hi Friends,
    I do have more than 10 tables and each table is having more than 30 fields.
    All these Tables, Data elements and Domains are created by me.... means name start with 'Z'.
    My task is i need to save all these objects in one transport request number.
    How can I do that...?
    All the eariler transports are released to higher system....
    As of my knowledge, going to each table & data element and domain... changing some text and then it will ask for new requestr and saving....
    Can i do that in a single step for table and its fields (DEs Domains).
    Thanks,
    Naveen.I

    Hello Naveen,
    In SE03 transaction ,execute the merge object list. ( if u are not authorized to SE03. Goto SE10 transaction and click the transport organizer tool in the tool bar (shift+F6))
    Input all the transport request  you want to merge and select the release check button ( as you says that your transport requests are already released ). and the execute and click the merger button in the top left corner. it will be asking new transport request. Create a new workbench request. finally  you will be getting the popup message. select any option as ur convenient ( either online or background). then all the development you have done in different transport request will merge into one TR.
    Hopes this will helps
    Regards
    Laxman

  • SPROXY in ECC doesn't show all the IR objects

    SPROXY in ECC doesn't display all my objects in XI integration repository. But I am able to see those objects and create proxy if run SPROXY on XI.
    Is there a configuration missing R3 or SLD?
    Please help.

    Yep, you need to activate proxies on your ECC system.
    Follow the steps in this blog for the same,
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    Regards
    Bhavesh
    PS: Please search on SDN. This is the most common question for which a simple search would have given the same reply.

  • How to show all the rows of a report in one page

    My report has 30 rows, by default it just show 15 rows. I want to show all the rows just in one page, without cliking link or arrow to see the left.
    In the Layout and Pagination:
    Report Template: template: 15. Standard Report (PPR)
    Pagination Scheme: Row Ranges X to Y (no pagination)
    Display Position: Bottom - Right
    Number of Rows: 1000
    Number of Rows (item) 1000
    Maximum Row Count: 1000
    How to fix it?
    Thanks.
    Jen

    Ok, I think I got it. I needed to blank out Number of Rows(item), Maximum row count and only populate Number of Rows. I was sure I did that before and it didnt work.
    Do you think that the Sessions in Apex can cause unexpected results? I have found that when I make changes I have to log all the way out of Apex, close my browser and reopen everything to ensure that my change took. Does anyone else have this issue? I can move this into a different thread if need be.
    Thx!

  • A report showing all cancelled TO

    Hi,
    Delivery # 0080103253 deleted from SAP without canceling TO # 6000005466
    Just wonder Is there a report showing all cancelled TO? Or what table that I can check?
    Any question is that how to cancel TO when delivery already cancelled while the Inventory is stuck in 916 location
    Please help. Thanks.
    Marks will be rewarded.

    Hi Guruwan
    Very thanks for your help. I have managed to put the stock back to original storage.
    The only thing that I couldnt manage to get is to display all canceled TO.
    The suggestion that you have provided to me, wasnt work in my current system.
    I have done some check in the forum, but none of them work.
    TRANSFER ORDER CANCELLATION
    anyway, if you have found out a way to display all canceled TO by any chance, please let me know.

  • SQL Query to return all the dependent objects

    Hi,
    I have a question.
    Suppose I am creating a table with a join on 10 other tables, views etc..
    And there are nested sub-queries in the CREATE statement.
    How can I get the list of all the dependent objects for that table without counting them manually.
    I know, we can right click the table/view name and check the dependent objects in Toad or SQL Developer.
    But, I want to know the SQL query for getting that information.
    Thanks
    Rajiv

    well there is no way oracle would know what query was used when the table was created.
    But here is one intuitive trick:
    Step 1: Create a procedure that will have a cursor declared on the query you want to know what tables/views are used.
    Step 2: Check USER_DEPENDENCIES to see what objects this procedure depends on
    Let say you want to create TEST_A table using the following statement:
    create table test_a
    as
    select *
    from scott.emp,
         scott.dept;
      1  create or replace procedure test_temp
      2  as
      3  cursor test_cur is
      4             select *
      5             from scott.emp,
      6                  scott.dept;
      7  begin
      8     null;
      9* end;
    SQL> /
    Procedure created.
    SQL> show errors
    No errors.
    SQL> desc user_dependencies
    Name                                      Null?    Type
    NAME                                      NOT NULL VARCHAR2(30)
    TYPE                                               VARCHAR2(17)
    REFERENCED_OWNER                                   VARCHAR2(30)
    REFERENCED_NAME                                    VARCHAR2(64)
    REFERENCED_TYPE                                    VARCHAR2(17)
    REFERENCED_LINK_NAME                               VARCHAR2(128)
    SCHEMAID                                           NUMBER
    DEPENDENCY_TYPE                                    VARCHAR2(4)
    SQL> select referenced_owner, referenced_name, referenced_type
      2  from user_dependencies
      3  where name='TEST_TEMP' and referenced_owner<>'SYS';
    REFERENCED_OWNER
    REFERENCED_NAME
    REFERENCED_TYPE
    SCOTT
    DEPT
    TABLE
    SCOTT
    EMP
    TABLE
    SQL>
    SQL> drop procedure test_temp;
    Procedure dropped.
    SQL>Message was edited by:
    tekicora
    Message was edited by:
    tekicora

  • How to show all the rows in a report

    I have a report, and i want to show all the rows in a page, how to do it. Currently, i just show part of rows.
    Thanks,
    Jen

    Jen,
    I'm guessing you are using Application Express,...
    Go to the region where the report is located, go to report attributes. In the "Layout and Pagination" section there is a setting called "Number of Rows". Change the setting, and that's it.

  • Performance monitor reports and graphs don't show all the counters that were captured

    I've run into an odd behavior of performance monitor that I haven't been able to clear up yet: after I run a data collector set, the resulting report only shows a partial list of the counters that I captured, and so does the graph of that report (but different
    items).
    For instance, I chose the following counters for the data collector set:
    \PhysicalDisk(*)\% Idle Time
    \PhysicalDisk(*)\Avg. Disk Queue Length
    \PhysicalDisk(*)\Avg. Disk sec/Read
    \PhysicalDisk(*)\Avg. Disk sec/Write
    When the data collection ends, the report that gets displayed shows all those counters for _Total instance and C:, but then E: only shows % Idle Time and Avg. Disk Queue Length. That's it, the report ends there, even though I also have F: and V: drives on
    this server.
    If I choose to view the graph of this data collection, it only shows those four counters for the _Total instance.
    It took me a while to realize that all the data is being captured, but it's just the display that is truncated. If I view the folder then open the report.html, it actually shows all the data. Same with the graphs. If I select to add counters and add
    all the missing counters, they are displayed.
    I have searched high and low but haven't been able to find more than one post at ServerFault where someone had a similar issue, but no real solution or cause was provided, so I was hoping that someone here might have an idea.
    I also found a variety of articles about missing counters due to registry settings or because the counters needed to be reset, but that's a different issue that doesn't apply in my case. By the way, this is on a windows server 2012 R2 VM (file server).

    Hi SomeAdmin,
    The counter missing often caused by the related registry value is corrupted, please first refer the following related KB then perform a fix then monitor the issue again.
    Event ID 3012 — Performance Counter Loading
    http://technet.microsoft.com/en-us/library/cc775053(v=ws.10).aspx
    More information:
    Overview of Performance Monitoring
    http://technet.microsoft.com/en-us/library/cc958257.aspx
    PerfGuide: Analyzing Poor Disk Response Times
    http://social.technet.microsoft.com/wiki/contents/articles/1516.perfguide-analyzing-poor-disk-response-times.aspx
    Analyzing Storage Performance using the Windows Performance Analysis ToolKit (WPT)
    http://blogs.technet.com/b/robertsmith/archive/2012/02/07/analyzing-storage-performance-using-the-windows-performance-toolkit.aspx
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • A report that shows all the elements with their setting

    Hi
    Is there a way to write a report in discoverer which will show all the elements set up in Oracle with there settings e.g. are they taxable or niable etc.
    Alternatively is there a standard report in HRMS which would give the same results.
    Thanks in advance

    Not really as such. Taxable and Niable elements feed to the appropriate taxable or niable balances therefore, you will need to run a report against what elements are fed into these balances. I doubt that there will be anything as standard in teh pre shipped EUL's that will enable you to do this, however, for simple one of why don't you just call up teh balances in teh application and see what elemenst feed into them.
    Cheers
    Scott

  • Summary report to show all the software components and version installed

    We are using 64bit Windows 2003 and Hyperion Planning and Essbase in 2 separate servers. I am not sure whether Windows can have a summary report to show all the software components and version installed and show it is 32bit or 64bit version installed?
    Thanks!

    Refer steps here to delete SC file.:
    http://support.apple.com/kb/TS2363
    Then proceed to repair your QuickTime. START / CONTROL PANEL / ADD n REMOVE PROGRAMS / highlight QUICKTIME and click CHANGE then REPAIR.

  • BI publisher report is not showing all the data

    Hi All,
    I have created a report using BI Publisher in R12. The report is not showing all the records.
    I have checked the result XML it is also not having all the data. My query returns 846 rows but my report only has 662 rows.
    what might be the issue.please give me some idea to resolve this issue.
    Thanks in advance.
    Regards,
    P.Kalidoss

    Hi Arun,
    In the following code: public SelectItem[] getAllPrinters() {
    if (allPrinters == null) {           // allPrinters is not defined. what type of object it is
    PrintService[] printers = PrintServiceLookup.lookupPrintServices(null, null);
    allPrinters = new SelectItem[printers.length];
    for (int i = 0; i < printers.length; i++) {
    SelectItem printer =
    new SelectItem(printers.getName(), printers[i].getName());
    allPrinters[i] = printer;
    return allPrinters;;;
    Variable allPrinters is not defined. what type of object it is?
    And also the same variable is referenced here <af:selectOneChoice label="Available Printers" partialTriggers="cb1"
    value="#{pageFlowScope.applicationPrinterBean.selectedPrinter}"
    id="soc1"
    autoSubmit="true">
    <f:selectItems value="#{pageFlowScope.applicationPrinterBean.allPrinters}" id="si1"/>
    </af:selectOneChoice>.
    Thanks.

  • IPad- on Yahoo pages the mail icon with the red number indication shows email.  When I tap, it asks me to sign in again. I do. It takes me to yahoo mail but there is nothing.  All the folders are emptied. All mail is either read, trash, or deleted.

    iPad- on all Yahoo pages the mail icon with the red number indication shows email.  When I tap, it asks me to sign in again. I do. It takes me to yahoo mail but there is nothing.  All the folders are emptied. All my mail is either read, trash, or deleted. Also, when I tap on the mail app on iPad home page, gmail is no problem but for yahoo I get error: no password for yahoo. Go to Mail Account Settings and enter password.  I'm stuck. Suggestions?  Thank you.

    Ask and you shell receive.....lol
    Go to your Gmail account in the browser.
    Hit the folder icon that brings up the folder selection.
    Scroll down to the bottom and select desktop version.
    The broswer will refresh and bring up your gmail account as though you were looking on it on the computer.
    The go to the upper right corner and select settings.
    Then go to forwarding and pop/imap
    Go look at pop download
    There you'll find 3 numbered lines
    Go to 1. Status
    And select enable pop for all mail
    Then save the settings
    Once you have done that you can go back to BlackBerry device settings and sync your mail or wait for it to sync it's self.
    Let me know how it works out.
    I just did it and it sync within minutes.

  • Web part created on a subsite for a sharepoint list in another site using sharepoint designer, to show only the subsite's reports. Connection dropping off and showing all the reports

    I crated web parts in the sub-sites (we have about 10 subsites) using sharepoint designer from a main list in another site.  Then used web part to show only the  ubsite's reports - using connection to the main list.  Problem is, the connection
    is dropping off and showing all the reports on the main list that are confidential.  this has happened 3 time lately.  Could someone explain why it happens some times?  I had to fix it by adding the web part again and connecting it
    Thanks, Subathy.

    Hi George,
    If you want to use a top level site "department" list column in all sub-sites, you can go to top level site and create a
    lookup type "Site column" to look up the value from the department list, then all sub-sites can use this lookup type site column created in top level site.
    Thanks 
    Daniel Yang
    TechNet Community Support

Maybe you are looking for

  • Test_fwktutorial.jsp in r12.0.4

    i AM trying to run test_fwktutorial.jsp in r12.0.4 it show running Embedded OC4J server-log with the following:- .Target URL -- http://141.144.62.160:8988/OA_HTML/test_fwktutorial.jsp 08/09/25 23:19:51 java.lang.IllegalStateException: ClassLoader its

  • Error  while validating Dimension

    Hi, I am getting the following error, while validating the Dimension (DIM_COUNTRY). ' VLD-0350: In a hierarchy STANDARD, level relationship binding between parent level REGION and child level COUNTRY does not exist.' How to rectify this error? Please

  • Probe is not working for class with variable refnum

    I have a class whose purpose is to send data through a network stream. Its private data consists of an array of typedef clusters and a single variable refnum of the network stream writer. If I try to probe a wire whose data type is this class, it sim

  • BPC 7.0MS Validation Report isn't displayed

    Hello colleage, This question is related to the following thread. [BPC - Submitted data did not pass validation|Re: BPC - Submitted data did not pass validation; <Procedure> -eSubmit > Validate submission -The message is displayed: "Submitted data di

  • IDOCS postion is moved in PEXR2001 and the segment is E1IDB02 BB

    Hi Experts: I have a question about the idocs, the position FIIBKENN is populated by  Bank Number when my bank master data doesn't have SWIFT, however when my bank master data has SWIFT is populated in FIIBKENN too and the Bank number is populated in