Any API to get a collection of object and it's property in a page

Just wondering whether Oracle provides any API which is able to return a collection of object in page and then I can read the object name and its attributes. If such API exists, it will make my life easier to code the logic because I don't have to hardcode the object name.

I found the solution myself:
Using a cursor of
select ITEM_NAME, LABEL from APEX_030200.APEX_APPLICATION_PAGE_ITEMS
where
workspace=[Workspace Name] and
application_id=[APP_ID] and
page_id=[PAGE ID]
order by
display_sequence;
Then I can use v("ITEM_NAME") to find out the values of each page item. With this method I don't have to hardcode all the item name in the PL/SQL code. e.g. If I want to validate a page that all items cannot be empty, I can use this way, rather then creating multiple validation rules.

Similar Messages

  • Is thre any API to get WiFi RSSI informations?

    There is the new function to get RSSI of WiFi. Is thre any API to get that informations?
    iOS 8: Wireless roaming reference for enterprise customers - Apple Support
    There is new function to Measuring Client RSSI using AirPort Utility.
    BSSID
    Last RSSI
    Channel
    Last Time Found

    Hi Pratap,
    thanks for your reply.
    only user API can resolve my requirement.
    I have an OAF page in ebs user can link from other application system named 'aaa' after login 'aaa' system,and user can open the oaf page without input username and password,as i have granted the oaf page to guest user.
    Before display the oaf page, i should get the previous page'url to check if the user login 'aaa' application system first.
    thanks,
    Tao
    Edited by: Ming Tao on 2010-3-16 上午4:19

  • Is there any way to get the list of Essbase and planning users  in excel wi

    Is there any way to get the list of Essbase and planning users in excel with last login details.

    Hi,
    This tool might be of some help to you, 'OlapUnderground Advanced Security Manager'. I havent used it personally but went through its features. Give it a try!
    Thanks,
    Junaid

  • Is there any API ( HTTP / WebService ) for listing the objects supported ?

    Hi
    I wish to know if there is some mechanism ( API ) that I can make use of to dynamically get the list of objects ( accounts , leads etc ) supported by Oracle CRM on Demand ?

    How to convert Vector elements into array of objects?
    Is there any API for this?
    For ArrayList class there is Method i.e.
    Object ob[]=arr.toArray();
    But i don't know abt vectors.
    plz give me the example.The toArray() method is available in the List interface. SInce ArrayList and Vector are both implementing classes... they should have this method. In short, the same would work for Vector. Logical, isn't it?
    ***Annie***
    (since when did I start thinking logically...)

  • Any API to get handle to Outbound BPEL process endpoint activation?

    Hi,
    we are developing both inbound and outbound BPEL processes using a custom JCA 1.5 based adapter. For the inbound BPEL process deployment/undeployment, we have the ResourceAdapter's endpointActivate() endpointDeactivate() methods called in and so we can post process, like clean up endpoints when these methods get called. Is there somethign simillar that we can use as an API to get a handle to the outbound process endpoints deactivate/activate, so that we can clean up these too, or does the oracle adapter framework internally clean these up?
    Also even though we undeploy all processes before stopping the adapter (from the bpel console), after that if we redeploy the adapter rar, from then on any new BPEL process deployment (through jdeveloper) always throws a "500 Internal Server Error". Only after restarting the SOA, then on any new deployments go through fine. This is a serious limitation for us.. Any idea why this is happening and how to resolve this?
    Thanks
    Pramodh

    Hi Pramodh,
    That's a nice requirement.
    The inbound (ActivationSpec) properties can only be set dynamically (typically via the BPEL console) if their values are bound via property values defined in bpel.xml for the particular JCA Activation Agent in question. This is fundamentally as per the JCA 1.5 design where EndpointActivation (which receives an instance of ActivationSpec) takes place when the BPEL process starts up, i.e. only once. More often than not the BPEL process will have to be bounced (Off/On) for ActivationSpec attribute changes to take effect (thereby allowing the JCA 1.5 inbound message endpoint to be restarted/reinitialized). Some adapters do look dynamically for changes to bpel.xml bound values (subscribed to via the adapter framework) and will react appropriately without the need for bumping the process (e.g. adjusting a timeout or retryCount or other secondary attribute which doesn't change the first order attributes of the endpoint, such as e.g. the database host name etc). An example of an activation property which requires the adapter to restart is the JMS adapter MessageSelector property.
    Having said that, please try using the activation agent properties set in the outbound PL and see if that works!
    Cheers
    A

  • How to get text name text object and text id for long text

    Hi,
    I am trying to fetch Long text for a given order number from transaction CO04 in SAPScript. I know that I have to use Include X (OBJECT) XX ID XXX.
    How do I get the text name, text object and text id for the order header long text from Transaction CO04.
    Points will be awarded..
    Tushar

    Tushar,
    When you are in CO02, and are at the Long Text Tab,click on the Icon that is next to the Order Number at the top of the screen (this icon looks like a Pencil and a Pad of Paper and is called "Change Long Text"). When you click on this it will take you to the SAPscript Editor. Now hit Goto->Header and you will get the data you require.
    Hope this helps.
    Cheers,
    Pat.
    PS. Kindly award Reward Points as appropriate.

  • Was trying to upgrade op system on my 1st gen Ipad, but bcuz my PC was already on 7.1 it blew out the operating system in my ipad.  Is there any way to get my ipad back up and running?

    Upgraded my PC to IOS 7.1, went to upgrade my first gen ipad and the op system on PC was higher than ipad could handle so now my ipad got obliterated and all i see is the picture of the phone cord.  Any idea how to re-install a lower IOS to get my ipad back up and running?

    Do what the picture says. Plug the iPad to a computer running the latest iTunes and restore from your last backup.
    As you have probably found out, the original iPad cannot be updated beyond iOS 5.1.1.

  • Standard API to get Data collected value at perticular operation

    Hi Experts,
    My Scenario is that at POD screen, I am at Operation_4, which Standard API can I use to get the Data Collected value at Operation_1 in the same Routing? The API would be used in a Actvity hook at POST_START. Or is there any other way to accomplish it?
    Thanks in advance,
    Eswaraiah.

    Hello Eswar,
    use DataCollectionServiceInterface API 's findParametricByOperation() method

  • Do java have any api to get Drivers list

    thanks

    Be specific...
    What kind of driver? Database driver, sound drivers, printer drivers ........ so many dirvers !!!
    What actually u want?

  • Can you input records to a COLLECTION TYPE object and use it as a table??

    My PL/SQL stored procedure creates a list of employee number and phone number records. I don't want to store them in a table. I will be passing this list from one procedure to another in my package.
    I created the object type (record) and collection type (table) using this statements.
    CREATE TYPE obj_emp_phone_rec AS OBJECT
         emp_number   NUMBER,
         emp_phone    VARCHAR2(100)
    CREATE TYPE obj_emp_phone_recs_table AS TABLE OF obj_emp_phone_rec
    /Thing is, can I use the obj_emp_phone_recs_table "table type" as a table?
    I.e. can I insert records to this in the package procedure and pass reference to it in called sub-procedures.
    i.e. something like this
    PACKAGE BODY abc IS
      PROCEDURE kdkddk IS
      BEGIN
        -- Insert records to the  obj_emp_phone_recs_table
        obj_emp_phone_recs_table(1).emp_number := '1';
        obj_emp_phone_recs_table(1).emp_phone   := '0774949494';
        obj_emp_phone_recs_table(2).emp_number := '234';
        obj_emp_phone_recs_table(2).emp_phone   := '285494';
        -- Pass the table to the sub procedure
        xyx(obj_emp_phone_recs_table);
      END kdkddk;
    END abc;If so how to insert to the obj_emp_phone_recs_table ???
    Nothing on the net. In the Net I found only where u define a normal table's column as an object type and then inserting records to it.
    Any help would be greatly appreciated.
    Edited by: user12240205 on Oct 6, 2011 2:08 AM

    mhouri > drop type obj_emp_phone_recs_table;
    Type dropped.
    mhouri > drop type obj_emp_phone_rec ;
    Type dropped.
    mhouri > CREATE TYPE obj_emp_phone_rec AS OBJECT
      2    (
      3       emp_number   NUMBER,
      4       emp_phone    VARCHAR2(100)
      5    )
      6  /
    Type created.
    mhouri > CREATE TYPE obj_emp_phone_recs_table AS TABLE OF obj_emp_phone_rec
      2  /
    Type created.
    mhouri > create or replace procedure p1(pin_tab IN obj_emp_phone_recs_table)
      2  is
      3   begin
      4     for j in 1..pin_tab.count
      5     loop
      6      dbms_output.put_line('record number '||j ||'-- emp number --'||pin_tab(j).emp_number);
      7     end loop;
      8 
      9  end p1;
    10  /
    Procedure created.
    mhouri > create or replace procedure p2
      2  is
      3  lin_tab  obj_emp_phone_recs_table := obj_emp_phone_recs_table();
      4  begin
      5  FOR i IN 1 .. 5
      6     LOOP
      7        lin_tab.extend;
      8        lin_tab(i) := obj_emp_phone_rec(i, 'i-i-i');
      9     END LOOP;
    10 
    11    p1(lin_tab);
    12 
    13  end p2;
    14  /
    Procedure created.
    mhouri > set serveroutput on
    mhouri > exec p2
    record number 1-- emp number -- 1                                                                                                                                                                                                                         
    record number 2-- emp number --2                                                                                                                                                                                                                         
    record number 3-- emp number --3                                                                                                                                                                                                                         
    record number 4-- emp number --4                                                                                                                                                                                                                         
    record number 5-- emp number --5                                                                                                                                                                                                                         
    PL/SQL procedure successfully completed.Best Regards
    Mohamed Houri

  • Is there any way to get sound from rear speakers and subwoofer when listening to MP3s

    I have Logitech 4. speakers connected to a SoundBlaster Li've 5. card. The front speakers work great, but even when I run tests, I get nothing from the other three. Any ideas?

    I am having the exact same problem when running through my Sony digital reciever. I have checked the CMSS box and the spdif passthrough mode and still only getting stereo

  • Any way to get iTunes to store Podcasts and Music on different volumes...?

    I have two external hard drives. One is massive and I use that to store all my movies that I have loaded into iTunes. The other one is a not-so-big portable pocket-drive and I use that to store all my music files that I have loaded into iTunes.
    The smaller of the two hard drives also contains my default "iTunes Music Folder", for any new music that I rip or purchase.
    So far, so good. That's how I want to keep it.
    The problem arises when it comes to Podcasts...
    I subscribe to a lot of video Podcasts in iTunes, and these take up a lot of space. As my default "iTunes Music Folder" is located on the small hard drive, iTunes also insists on downloading these video Podcasts onto this small drive, and it's now full! I can't import any new music on to this drive!
    Is there no way that I can get iTunes to store my Podcasts in a different location to the default location in the Preferences?
    If I manually move the files onto the bigger hard drive, iTunes of course doesn't magically update its list of files to the new locations of these files. And having to manually re-link them all one by one by one is an unattractive idea.
    Anyone have any solutions?
    (iTunes 7.1.1)

    Okay, there's a way to do this, but it's a bit of a kludge...
    What you should do is change your iTunes music folder location to the larger drive, but be sure that you iTunes isn't set to keep your music organized (and also be sure not to choose the "Consolidate Library" option).
    This will keep all of your already-imported music on the smaller drive, while the new podcasts you download will be to the larger drive. (Of course, if you want to import new music to your library and keep it on the smaller drive, you'll have to change your music folder location back to the smaller drive temporarily.)

  • Any way to get more than 100% zoom on print jobs when printing multiple pages?

    I know how to increase the size of a print job, when I am printing one page at a time. But when I go to print 2 pages at once (the multiple page print function), there are always large margins around the page. I'm ok with saving paper and printing up two pages, but it seems silly to see small print and wide blank margins. Is there any way to increase the print zoom, when printing multiple pages per sheet of paper?

    I once overshot the limit by marking too many photos to fit within 99 pages, but I could never figure out how to fool the application and had to give up trying to add those 14 extra photos.
    I asked a friend (who practically lives in Terminal) if he had any way of modifying that limit, but he reminded me that if their printing services are set up to bind books and bill for only 99 pages, fooling the application might be useless if the service only prints me a 99 page book and discards the additional pages.
    I can understand that you wouldn't want to let people print 1000 page books, but I sent feedback anyway to allow me to increase the limit. Anyone know of any service that lets you print beyond iPhoto's limits?

  • Is there any way to get aperture to include caption and title with a photo when emailing directly from aperture?

    I have been all over and it seems impossible to do... but it also seems impossible that I'm the only one who wants to put a title and description with a photo once, and then have that follow the photo when I email it, rather than having to re-type each little tidbit every single time I email an image. I use aperture for work and am always creating custom batches of images to send to prospective clients. it's crazy having to re-do the information every time.
    Any suggestions for workarounds, plugins... something I'm missing?? iphoto used to do this automatically but it seems it doesn't anymore. even knowing the reason why they aren't allowing it might make me feel less insane
    thanks!

    Thanks both of you!
    I think my iphoto settings must have defaulted back when I migrated to my new computer because sure enough, when I followed your instructions it went back to emailing the descriptions, which is great, and I hadn't ever tried opening the same library in iphoto. That's really convenient. It's too bad (and sort of strange I think) that Aperture doesn't have the same feature but as workarounds go this one is quite lovely.
    The only remaining question is why, when I do open the library in iphoto, the description is intact but there is no title other than the version name?
    For example, in aperture there is the version name, which is something like _DSC1733, the title I added in the "title" bar, which might be "diamond necklace" and then the description which is "18" long, 2carats total weight, platinum, 2013".
    When I open the library in iphoto, the version name is at the top and under it is the decription, and the title is gone.
    Unless there is another button I missed I think I have to go in and add the title into the description, and then just uncheck the version name when emailing so it doesn't show up.
    Any advice? Hope I made the question clear-ish

  • How can i get the address with drag and drop from address book into pages?

    I want to creat a letter withe the new pages. Normaly it was possible to put the adress from the adressbook with drag and drop into the letter. So it was possible to create one letter with many different adresses. But now I didn't find this function any more. How to do ist now?
    Withe best regards and I'm sorry for may bad english
    Klaus

    Sounds like you "upgraded" to Pages 5.
    Apple has removed over 90 features from Pages 5.
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Pages '09 should still be in your Applications/iWork folder.
    Archive/trash Pages 5, after Exporting your files to Pages '09, and rate/review it in the App Store, then get back to work.
    Peter

Maybe you are looking for

  • Is there a way that I can get Automator to start a server for me after restart of Mac

    Hello! I have a serverprogram from an external company that doesnt start after a restart of the mac that I run that server on. It starts the program but it doesnt start up the server of the program. All settings are right and I have consulted others

  • How to populate form data in jsf

    Hi I have 2 questions about how to do things in jsf, i have been working with struts and so will give example of what i would do in struts I have a jsf page for login, when i authenticate the next screen is a table with bunch of data, Where do i popu

  • VIEW OF STRUCTURE

    How in the easiest way write a procedure which will create the view of subtree looking from a given node of the tree? I mean, I need to have a view of a tree where given node is the root , and this tree is part of thr bigger one. Thanks for any hints

  • Farm Configuration SQL Server 2012 - Different licences

    Hello! Is it possible to run the following farm configuration: SSRS Server 1 ( SQL Server 2014 Enterprise Edition) SSRS Server 2 ( SQL Server 2014 Enterprise Edition) SSRS Server 3 ( SQL Server 2014 BI Edition) SSRS Database is hosted on Server 1. Th

  • Problem with runreport with latest version of BI

    I have downloaded and installed the latest version of BI Publisher 10.1.3.4.1 ; I am using the new WSDL PublicReportService_v11 in a c# application. I was interested in the dynamic data source capabilities. I can no longer run my report. When I call