Query to list out shared components and page number that used them

Hi all,
I created report queries and report layouts under apex shared components for BIP printing purpose. To match them correctly, I always make sure query and layout files have the same name.
But as the nubmer grew, I like to know if there is a systematic way to query out the queries and associated layout files plus the page number that have print buttons point to these shared components. Can you help ?
Thanks
Munshar

Hi Munshar,
you can use APEX Views to query this information.
To get an overview on what Views are available go to Application Builder and choose "APEX Views" from the right sidebar.
brgds,
Peter
Blog: http://www.oracle-and-apex.com
ApexLib: http://apexlib.oracleapex.info
BuilderPlugin: http://builderplugin.oracleapex.info
Work: http://www.click-click.at and http://www.wirsindapex.at

Similar Messages

  • Is there a way to LIST OUT all of the active images that are currently being used on a page in Dreamweaver?

    Is there a way to LIST OUT all of the active images that are currently being used on a page in Dreamweaver?  Or do I have to click each one and write down the image name by hand?
    Thanks!
    LJ

    Alternatively use a browser:
    Use the Firefox Web Developer Toolbar
    https://addons.mozilla.org/en-US/firefox/addon/60
    Images > View Image Information
    or the List All Images Add On for Firefox
    https://addons.mozilla.org/en-US/firefox/addon/3688
    or the Web Developer tools in IE8 (or earlier), F12 > Image > View Image Report

  • How to make a query to list out Journal voucher that hasn't been posted

    Hi, do you know how to make a query to list out Journal voucher that hasn't been posted?
    By what code name identify that?
    Thanks.
    Raymond
    Edited by: Rui Pereira on Aug 6, 2008 3:57 PM

    jack,
    there is no link with OBTD to OJDT and JDT1.
    voucher number in obdt is different,
    after posting voucher is saved as journal entry seperate
    number is generated.
    you can link OACT,OCRD WITH OJDT,JDT1.
    Jeyakanthan

  • How to display PeopleSoft Project's Components and Pages ?

    Folks,
    I have just set up PIA and Process Scheduler in Windows Server 2003.
    " http://127.0.0.1/psp/ps/?cmd=login " can get to PeopleSoft Login page. After I login using my PeopleSoft Database UserID and Password, the browser displays "http://127.0.0.1/psp/ps/EMPLOYEE/PT_LOCAL/h/?tab=DEFAULT" that is MENU page with Search box. I can open every item in the Menu page.
    But when I try to open my project's component and page, the browser cannot display them. I got the message as follows:
    "http://127.0.0.1/psp/ps/myComponent" display the message: Could not open Registry. Registry Name: myComponent.
    "http://127.0.0.1/psp/ps/myPage" display the message: Could not open Registry. Registry Name: myPage.
    Can any folks tell me how to open myProject's components and pages in Browser so that I can input/retrieve data into/from PeopleSoft Database ?
    Thanks.

    >
    >
    I have registered each component using Registration Wizard in Application Designer. Since each Menu holds a Component, the Menu is also registered while registering its Component. So far, I can access each component online using the URL: http://127.0.0.1/psp/ps/NodeName/PortalName/c/MenuName.ComponentName.GBL
    But I want to create a Menu for my project as a hierachical tree ( Project -> Item1 -> Component1, Compoent2, ...),
    and I want the project Menu appears in PeopleSoft left hand Menu navigation so that a user can simply click on it to access a component and don't need to type in the above URL. Please answer me 2 questions:
    First, how to make the project Menu appear in PeopleSoft left hand Menu navigation ? I am still not sure what you are trying to do(It is surprising that you registered the component and still dont have it in the main navigation; did you run the portal security sync process?? ).
    If it is all a matter of having a hierarchical structure, then you can create folders and subfolders and register each item accordingly(into different folders and subfolders as you want)
    Second, if need to register each Menu seperately again, how to do it ?Delete entries for content references that you added earlier while registering(by navigating to portal), as well as the entry from permission lists. After that you should be able to register again.

  • So slow listing network shared folders and drives.

    Hi!!
    I'm reporting a very slow connection between my MacBook Pro 13" (snow leopard) and my MacPro 8 core (leopard). When I try to reach the macpro in finder (shared) passed 1 or 2 minutes until the system ask me user/pass, then show me the list of my shared folders and drives. Navigating through them is ok, ut when I return to the main list, SnowLeopard again waits 1 minutes or 2 to show. Before, the main list always remain there.
    Any help??

    Same sort of problem here. Screen Sharing also doesn't work.
    Pretty sure it's DNS, as if I temporarily remove my router from the equation (by, say, using a manual IP address instead of DHCP on the machines and leaving DNS blank) everything works and is instant - except of course for the internet. Put it back to DHCP (which uses the router for DNS) and it's slow again (and screen sharing doesn't work at all).
    However, OpenDNS hasn't helped (probably because it's a private address range?)
    The network is 192.168.0.0/24 with gateway and DNS server 192.168.0.1, which is a Draytek Vigor 2600G ADSL router.
    This has only happened recently, I guess Snow Leopard or one of its updates has forced reverse DNS lookups for everything.
    As I understand it, AFP is supposed to use Bonjour for hostnames ending in .local and bypass DNS altogether, but despite checking that they end in .local (an automatic thing) in System Preferences it doesn't seem to do this any more.
    Any way to turn off these reverse DNS lookups?

  • To find out the min and max memory been used by each parameter under SGA_MA

    Hi,
    Can any please tell me how to find out the min and max memory been used by each parameter under SGA_MAX and SGA_TARGET ? below is the db CRMS65T. If any such script is there please provide me
    SQL> select name from v$database;
    NAME
    CRMS65T
    SQL> show parameter sga
    NAME                                 TYPE        VALUE
    lock_sga                             boolean     FALSE
    pre_page_sga                         boolean     FALSE
    sga_max_size                         big integer 1000M
    sga_target                           big integer 1000MThanks in advance

    Can any please tell me how to find out the min and max memory been used by each parameter under SGA_MAX and SGA_TARGET ? below is the db CRMS65T. If any such script is there please provide meI guess your question is, each memory components of SGA? if so
    SQL> select * from v$sgainfo;
    NAME                                  BYTES RES
    Fixed SGA Size                      2088504 No
    Redo Buffers                       18882560 No
    Buffer Cache Size                 616562688 Yes
    Shared Pool Size                  301989888 Yes
    Large Pool Size                     4194304 Yes
    Java Pool Size                      4194304 Yes
    Streams Pool Size                         0 Yes
    Granule Size                        4194304 No
    Maximum SGA Size                  947912704 No
    Startup overhead in Shared Pool   125829120 No
    Free SGA Memory Available                 0Also check
    SQL> select COMPONENT,CURRENT_SIZE,MIN_SIZE,MAX_SIZE,USER_SPECIFIED_SIZE from v$sga_dynamic_components;
    shared pool                                                         301989888  301989888          0           209715200
    large pool                                                            4194304    4194304          0             4194304
    java pool                                                             4194304    4194304          0             4194304
    streams pool                                                                0          0          0                   0
    DEFAULT buffer cache                                                616562688  616562688          0           603979776
    KEEP buffer cache                                                           0          0          0                   0
    RECYCLE buffer cache                                                        0          0          0                   0
    DEFAULT 2K buffer cache                                                     0          0          0                   0
    DEFAULT 4K buffer cache                                                     0          0          0                   0
    DEFAULT 8K buffer cache                                                     0          0          0                   0
    DEFAULT 16K buffer cache                                                    0          0          0                   0
    DEFAULT 32K buffer cache                                                    0          0          0                   0
    ASM Buffer Cache                                                            0          0          0           603979776
    13 rows selected.
    SQL>Edited by: CKPT on Sep 19, 2011 8:55 AM

  • PO_QTY came out with 0 and negative number

    Hi experts,
    I was loading data via 2LIS_02_SCL,2LIS_02_ITM. PO_QTY was populated by ABAP instance. But some PO_QTY number came out with zero and negative number while some of other PO_QTY number came out with the right number.
    I was working on this problem for 2 days but have no idea on it. Anybody can help me?
    Thanks a lot.
    Junbo

    dear Junbo,
    are you working with business content extractor only, i mean no enhancement to that field ? i think it can be 'program error' that po quantity is not correct, try to search oss note ? what's your r/3 PI level ? applied the oss note mentioned before working with lo-mm pur ? it's stated in mm pur extraction doc (if you have not this doc, let's know your email, will send you).
    if you are using business content extractor only without enhancement to this field, you may create oss message to get sap help. debug with rsa3 option debug marked is possible.
    hope this helps.

  • Add name and page number to document

    Is there a built in way to add your name and page number to each page in a pages document?

    Hi Faynus! You can put it in the header or footer. Use Insert Page number in the menu. You need to have the insert point in the footer if you want it there. you can get the PAges User Guide by going to the menu > Help > Pages User Guide. YOu have the info about headers and footers there

  • My mac seems to have a virus thats connected with a few apps i use and i can't use them without my computer glitching out even though i've reinstalled the apps a few times.

    My mac seems to have a virus thats connected with a few apps i use and i can't use them without my computer glitching out even though i've reinstalled the apps a few times.  It's very frusterating especially when i'm doing someting when my  computer randomly freezes or justs logs out for no reason when i'm using the apps.

    Matthew,
    if you boot your MacBook Pro in Safe mode, do those apps still behave in the same way?

  • HT4914 Whey are my songs grayed out in iTunes and how do I get them back?

    Whey are my songs grayed out in iTunes and how do I get them back?

    See this..
    http://support.apple.com/kb/HT2519
    This may be of use too..
    https://discussions.apple.com/docs/DOC-3141

  • My password pops up everytime I go to enter my email for logging in to a website. This is a shared computer and regardless of that, I don't want my password appearing, unencrypted.

    I accidentally typed my email AND password in the email box when logging on to a website. Now my password pops up everytime I go to enter my email for this website. This is a shared computer and regardless of that, I don't want my password appearing, unencrypted. I have cleared the cache, deleted cookies, cleared history, shut down and restarted the computer. How do I keep this from automatically appearing please?

    Hmmm, Norton extensions are broken again in Firefox 4.0.1. It seems that Norton didn't allow for Firefox 4.0 security updates when they updated their Firefox extension for Firefox 4.0. Norton says they'll have a fix in two weeks. A Norton user posted a fix in this forum thread.
    http://community.norton.com/t5/Norton-Internet-Security-Norton/Norton-Toolbar-not-compatible-with-FF-4-0-1/td-p/442788

  • Hi, I have two iPads, two separate accounts I have purchased apps on one Acc. and would like to use them on my second iPad. How is this possible

    I have two iPads, two separate accounts I have purchased apps on one Acc. and would like to use them on my second iPad. How is this possible

    If you go to Settings > iTunes & AppStore , you can sign out from your account, and sign in with the one you've used to purchase apps.This will not remove any apps you already have on it.
    Then you can go to AppStore and download apps you've purchased (either via "Purchased" button in "Updates", or simply search for them and download them.
    That way you can have multiple accounts' apps on your iPad. When updating, you will be prompted for the credentials for account you've purchased given App with.

  • Where do I use These lock object FM's (Enqueue & D? and How do I use them?

    I created lock object for user defined table (zconsist). The system automatically created 2 FM's (Enquiue & Dequeue).
    I created a new TCode and accessing this with mulitple users to do some updates and inserts in that above table.
    I used INSERT ZCONSIST statement in 5 places in my program (4 include programs).
    Where do I use These FM's? and How do I use them?
    I mean before inserting which FM I need to use? after immediately what fm used?.
    every insert statemnt before i need to use the respective fm? so 5 places i need to call the respective FM is it right?
    thank in advance.

    Hi Sekhar,
    Lock objects are use in SAP to avoid the inconsistancy at the time of data is being insert/change into database.
    SAP Provide three type of Lock objects.
    Read Lock(Shared Locked)
    protects read access to an object. The read lock allows other transactions read access but not write access to
    the locked area of the table
    Write Lock(exclusive lock)
    protects write access to an object. The write lock allows other transactions neither read nor write access to
    the locked area of the table.
    Enhanced write lock (exclusive lock without cumulating)
    works like a write lock except that the enhanced write lock also protects from further accesses from the
    same transaction.
    You can create a lock on a object of SAP thorugh transaction SE11 and enter any meaningful name start with EZ Example EZTEST_LOCK.
    Use: you can see in almost all transaction when you are open an object in Change mode SAP could not allow to any other user to open the same object in change mode.
    Example: in HR when we are enter a personal number in master data maintainance screen SAP can't allow to any other user to use same personal number for changes.
    Technicaly:
    When you create a lock object System automatically creat two function module.
    1. ENQUEUE_<Lockobject name>. to insert the object in a queue.
    2. DEQUEUE_<Lockobject name>. To remove the object is being queued through above FM.
    You have to use these function module in your program.
    check this link for example.
    http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21eea5446011d189700000e8322d00/content.htm
    tables:vbak.
    call function 'ENQUEUE_EZLOCK3'
    exporting
    mode_vbak = 'E'
    mandt = sy-mandt
    vbeln = vbak-vbeln
    X_VBELN = ' '
    _SCOPE = '2'
    _WAIT = ' '
    _COLLECT = ' '
    EXCEPTIONS
    FOREIGN_LOCK = 1
    SYSTEM_FAILURE = 2
    OTHERS = 3
    if sy-subrc 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    Normally ABAPers will create the Lock objects, because we know when to lock and how to lock and where to lock the Object then after completing our updations we unlock the Objects in the Tables
    http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21eea5446011d189700000e8322d00/content.htm
    purpose: If multiple user try to access a database object, inconsistency may occer. To avoid that inconsistency and to let multiple user give the accessibility of the database objects the locking mechanism is used.
    Steps: first we create a loc object in se11 . Suppose for a table mara. It will create two functional module.:
    1. enque_lockobject
    1. deque_lockobject
    before updating any table first we lock the table by calling enque_lockobject fm and then after updating we release the lock by deque_lockobject.
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eea5446011d189700000e8322d00/content.htm
    GO TO SE11
    Select the radio button "Lock object"..
    Give the name starts with EZ or EY..
    Example: EYTEST
    Press Create button..
    Give the short description..
    Example: Lock object for table ZTABLE..
    In the tables tab..Give the table name..
    Example: ZTABLE
    Save and generate..
    Your lock object is now created..You can see the LOCK MODULES..
    In the menu ..GOTO -> LOCK MODULES..There you can see the ENQUEUE and DEQUEUE function
    Lock objects:
    http://www.sap-img.com/abap/type-and-uses-of-lock-objects-in-sap.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21eea5446011d189700000e8322d00/content.htm
    Match Code Objects:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm
    http://searchsap.techtarget.com/tip/0,289483,sid21_gci553386,00.html
    See this link:
    http://www.sap-img.com/abap/type-and-uses-of-lock-objects-in-sap.htm
    Check these links -
    lock objects
    Lock Objects
    Lock Objects
    kindly reward if found helpful.
    cheers,
    Hema.

  • What are muse templates and how do i use them?

    what are muse templates and how do i use them?

    thank you for the information. the reason i am asking is that i am having a problem with a website i am building in muse, specifically the functionality of my accordion menu. the accordion menu is on the left side of the page with a couple of elements directly beneath it. i would like the elements directly below the accordion menu to be pushed down when the menu is opened, however the menu is pushing everything on the page that is below down when it is opened. i have attached images to illustrate what i am talking about. is there any way that i can have the accordion menu push down just the elements directly below down and ignore all of the other elements on the page?

  • I have two movie credits on my iTunes account. What are credits, and how can I use them?

    I have two movie credits on my iTunes account. What are credits, and how can I use them?

    You have a Puerto Rico address on your account ? From a quick search I've found one site from somebody in Puerto Rico that includes a screenshot for an app receipt showing tax of 7 cents added to a 99 cent purchase. Are you able to view the purchase history on the account that you've been using, and see what prices show on them (e.g. if the store's listed price or price plus tax) : Store > View Account menu option on a computer's iTunes, then 'see all' link next to the Purchase History section.

Maybe you are looking for

  • Script on parent pdf opens attached pdf, but attached is no longer Reader-enabled

    Hello everyone, I have a fill-in pdf that uses the following JS to auto open an attached pdf: this.exportDataObject({cName: "mypdf.pdf", nLaunch: 2}); Now, the problem is that the user (if using Adobe Reader) cannot save data entered into the attache

  • Regarding conversion of date in wd abap

    Hi All,       I have created an ui element i.e a table and in that one row is for getting the date of birth.i have binded this table with a table which is in dictionary structure. while running my application I am not getting the date of birth in cor

  • Anyone captured an RLDP trace

    I have not been able to get WiSM controllers on 4.x code to detect a wire-side rogue with open auth (Cisco AP and Apple Airport Express). It did find the open Airport AP once when running 3.x code, but has not since the upgrade. Has anyone succcessfu

  • Partitioning by days of week

    Hi, How would you partition a table with a DATE column (DD-MON-YYYY) by days of the week? Therefore, all data for monday in one partition, data for tuesday in another partition and so on. Thanks!

  • Short Brush Stroke Lag CS6 in Dual Monitor Setup

    When I use a brush or any of the clone\healing tools the brush start lagging when I do you short and quick strokes. Longer and continuous strokes don't have any lagging going on. I have reinstalled the driver and tried a few different versions as wel