Have a multirecord block with several unbound items, filled by calling just

In oracle forms I have a form with a multi-record block, with several unbound items.
One of these unbound items is a formula based item.
The formula for this item fills the others unbound items.
A procedure with several out parameters is called.
E.g.
:cmr.id (holding the unique id of a database record)
:cmr.unbound_dummy, with formula f_fill_blk_unbound_items(:blk.id)
:cmr.unbound_adres
:cmr.unbound_contactperson
function f_fill_blk_unbound_items(p_id in customers.id%type)
return number
is
l_rc number;
begin
customer_pck.get_adres_and_contactperson
(p_id => p_id --IN
,p_adres => :cmr.unbound_adres --OUT
,p_contactperson => :cmr.unbound_contactperson --OUT
return(0);
end;
QUESTION: how can I do something similar in APEX; have a multirecord block with several unbound items, filled by calling just one procedure with several out parameters ?

Thank you for your reply.
I can write database functions as wrappers, one for each out parameter, and use these in a select.
But:
- having one procedure with several out parameters was done for performance reasons.
- I want to leave my database as is, and just replace the client.
Easy as this is using Oracle developer forms, I cannot find out how to do this in any of the APEX examples/documentation.

Similar Messages

  • Hi, my daughter wrote wrong paswords in my ipod touch and it is blocked.  It says it needs to be connected to itunes, but once its there it says the ipod is blocked with a passcode..the ipod is just blocked. what can I do?

    hi, my daughter wrote wrong paswords in my ipod touch and it is blocked.  It says it needs to be connected to itunes, but once its there it says the ipod is blocked with a passcode..the ipod is just blocked. what can I do?

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                          
    If recovery mode does not work try DFU mode.                         
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings         
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • Just recently, I have encountered a problem with my iPhone. When someone calls, I can clearly hear the caller, but the caler canno hear me speak. Sometimes the problem goe off and works properly, b most of the times, I am facing this problem.

    Just recently, I have encountered a problem with my iPhone. When someone calls, I can clearly hear the caller, but the caller cannot hear me speak. Sometimes the problem is nt there and works properly, but most of the times, I am facing this problem. I have tried plugging in the earphone and speak, but its the same.... can anyone advse what may be the problem?

    iphone 4g have this problem
    first solution :change the flex micro
    second solution : ic audio must reballed
    also watch video
    http://www.youtube.com/watch?v=C-n1LJEK3PM
    http://www.youtube.com/watch?v=prSZ9yJnofY
    http://www.youtube.com/watch?v=tkEiR6OPhhc

  • Is it possible to 'Load Up' the cursor with several 'Place' items?

    It happens often enough that I have a folder with several items I want to place. I can go back and forth individually and command D to the folder window choose the next item and then place in the document. When there are page after page of items, it would be handy to be able to select several items that will go on one page and then 'spit them out' so to speak, from the cursor by repeated clicks, machine-gun style. Is this possible to do?
    TIA,
    Ken

    Absolutely. Select them all. If they aren't in the correct order when you go to place, use the arrow keys to cycle through, and the Esc key to cancel an object.

  • I have an IPhone 4,with IOS 4.2.6. I just got an iPad which has an IOS 5.1.1. I want to update my IOS on the phone but the computer I use no longer has Internet access. How can I update my phone? Also, what iTunes version should I have for the updated IOS

    I have an iPhone 4 with IOS 4.2.6. I recently received an iPad with IOS5.1.1. I want to update my IOS on my phone but the computer I use is no longer hooked up to the Internet. What do I need to do? Also, does my iTunes need to be updated? It is whatever was available last July. Thank you for your time and courtesy!

    To update your phone requires using the latest version of iTunes, on your computer, as well as Internet access. The update to iOS 5.0 or higher is an erase/restore deal, so you not only have to make sure all of the content, currently on your phone, is on your computer and accessible, you need to update iTunes first, have Internet access, then update your phone. There is no way around this fact. You could go to an Apple store or use another computer, but you run the risk of losing all of your data it you do that.

  • Hi i bought a new 500gb hard drive on my 2011 macbook pro, it is a blank hardrive and i forgot to save my other files on an external hard drive , i have a usb stick with mavericks installed on it. can i just go ahead and do a straight install by using it?

    hi i have a macbook pro 2011 model, i decided to upgrade my hardrive and bought a 500gb blank hardrive, my query is because i wasnt able to save most of my files and my operating system to an external hard drive, i have a usb stick with a mavericks os installed on it. will i be able to do a straight install by just doing this method? i will be grateful for any tips or help u might offer, thanks.

    Is it just bootable or does it have the Mavericks installation files on it? If so, yes. If not, no. You might consider getting an external enclosure. Put your old drive in it and boot to its Recovery partition. You can install from there. As a matter of fact, you can run Migration Assistant and get all your stuff over too.
    http://www.amazon.com/Sabrent-2-5-Inch-Aluminum-Enclosure-EC-TB4P/dp/B005EIGUD4/ ref=sr_1_3?ie=UTF8&qid=1396656137&sr=8-3&keywords=2.5+enclosure

  • HT1430 My wifi on my iPad 2 shuts down every so often. I have tried restarting it with several methods and is successful in doing so. It still shuts down every so often. I wonder if my router is the fault. I disconnect my router and hook it up after a min

    How do I get my wifi to stay on when it goes out on me?

    See if this helps: http://ipadtutr.com/fix-wi-fi-connecting-issue/

  • Database block with multiples images

    Hi,
    I have a database block with 5 image items for each record (all database items too).
    Block property "number of record displayed"=6....so I have 30 image item into the canvas. But when runs forms..only show me 1 image for each record (last image item of block!!)
    Someone could help me?
    I user for development environment:
    -Forms Versión 10.1.2.0.2
    -Oracle Database 10g Express Edition Release 10.2.0.1.0
    -Windows XP

    Yes...I have 5 image (blob) fields in each database record.
    Fields are identicals...
    :ARTICULOS.IMAGE1
    :ARTICULOS.IMAGE2
    :ARTICULOS.IMAGE3
    :ARTICULOS.IMAGE4
    :ARTICULOS.IMAGE5 (only show me this for each record)
    I make this test to understand if I made something wrong: delete field :ARTICULOS.IMAGE5 and after that :ARTICULOS.IMAGE4 shows the image...

  • Confirmation of service PO with multiple line item

    Hi SAP Experts,
    We are using SRM 7EhP1(classic scenario).
    I have a question regarding confirmation of service shopping carts/POs with several line items.
    We created a SC (and successively a PO) with N service positions.
    When we try to create a SRM confirmation, it seems that we can only confirm one position at a time.
    For material SC, in the list of SCs open for confirmation we have a line for each shopping cart, and you can create a single confirmation for the whole shopping cart.
    On the contrary, for service SC we have a line for each SC line. In this case, we cannot process all the lines in a single confirmation, but we need to create multiple confirmations.
    Is that correct? Is there a way to confirm at the same time all the service positions of the SC?
    Thanks!
    Cinzia

    Hello Cinzia,
    Regarding creating service confirmations we can create only one confirmation for one line item of SC. If there are N line items we have to create N confirmations. This is because activation of Service bundling switch in SRM and this switch is irreversible. This switch is a facility/convenience for SRM PO's replicated to ECC to view all service line items in ECC without bundling. This scenario happens for both Service and Limit items.
    I hope service bundling switch in your SRM system 7 EHP1 is activated.
    There is no other way to create service confirmations for all items at one go.
    We do have this inconvenience and raised this concern with SAP and no reply.
    Hope, this answers your question.
    Best Regards,
    Kalyan

  • With a lock item in a purchase order, release strategy works?

    Dear All,
    I have a very important question for myself.
    I have a purchase order with only one item.
    I have set this item to locked.
    Release strategy works without problems.
    Is this situation correct?
    I don't understand it but maybe the release strategy works normally too....
    Please help me with a explanation
    Thanks in advance

    Yes, if a release strategy is applied to a PO, then even if you block / delete an item, it will still have the release strategy.
    This is standard behaviour, because you can later remove the deletion indicator or unblock the PO, whence the PO will again have to go through the Release Procedure.

  • Date Format Mask On Unbound Item

    Hello everyone!
    I have a module with some unbound items. One of them is date_completed. I gave the item datatype DATE and formatmask "DD-MM-RRRR". But in the application, when I type 290108, I get FRM-50026 "date must be entered like : DD-MM-YYYY.
    But I gave the item a format mask!
    Can somebody help me?

    But I gave the item a format mask!Then enter it in the format mask and not as a number
    It is doing exactly what you are telling it to do
    Nicolette

  • How to get Header data into multiple times along with the Line Items

    Dear All,
      I have problem while mapping the Header data and line item data to the flat file structure, Header data have to repeat along with the Line item data in the flatfile.
    Details is below.
    Example
    Header record is one
    E1EDK01
    E1EDKA1
    Line items are two
    E1EDP01
    E1EDP01
    I want in the flat file two records having duplicate data in the fields which is belongs to header data
    Like :
    Record #  partner data     Line item data
    Record 1 : WE name1 city   00010 materialname1 156
    Record 2 : WE name1 city   00020 materialname2 198
    ( WE name1 city - data is same in the record 1)
    For this what I did is I mapped the node E1EDP01 to the flat file message type node then I got all the line item data and first record is with header data but not in the second record.
    I tried all node functions but no result because Idoc itself header data exists one record, I am not able to copy.
    If any one knows , please give solution.
    It is great help to me.
    Thanks in Advance.
    Ramarao

    Dear Ramarao,
    This will help you,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f59730fa-0901-0010-df97-c12f071f7d3b
    No Documentation for Mapping Function useOneAsMany (Mapping Problem)
    /people/claus.wallacher/blog/2006/04/17/replication-of-nodes-using-the-graphical-mapping-tool
    /people/narendra.jain/blog/2005/12/30/various-multi-mappings-and-optimizing-their-implementation-in-integration-processes-bpm-in-xi
    /people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii
    Thanks & Regards
    Agasthuri Doss

  • PO: Combining repeating line item info with individual line item detail.

    I want to simplify the display PO t-code ME23N (and ultimately create and change) and I want to have a scrollable table with the line item info but I want to include in that scrollable table details that are only available on the item detail sub-area, e.g. account assignment info.
    Is this possible?
    Regards.
    Patrick.

    I assume this is a Personas question?
    That's not possible with Personas. You can't add extra columns to standard tables, nor create custom tables. You'd need to modify the underlying SAPgui transaction in the usual way and then simplfy that. How easy it will be to modify ME23N I have no idea - you'll have to ask over in the ABAP Switching, Enhancing, and Adapting Standard Programs space. I will say that some of the line item details are hard to include in the line item table, and account assignment is one of them - how to you represent split account assignment, for example?
    Steve.

  • Jump to one defined record in multirecord block

    Hello.
    I have a multirecord block.
    ex:
    rec, day, text
    rec1, day1, text1
    rec2, day1, text2
    rec3, day2, text1
    rec4, day2, text2
    rec5, day2, text3
    rec6, day3, text1
    User can select any record in that block. But when he presses one button, form should first jump to first record of that day, then execute everything else in that trigger.
    If the user is in record:
    rec5, day2, text3
    form should jump to record:
    rec3, day2, text1
    If the user is in record:
    rec2, day1, text2
    form should jump to record:
    rec1, day1, text1.
    And so on.
    Is there a way to do that?
    Thanks.

    Another technique ...
    Declare
         v_Day Table.Field%Type;
    Begin
         v_Day := :Rec.Day;
         Previous_Record;
         Loop
              if :Rec.Day <> v_Day then
                   Next_Record;
                   Exit;
              else
                   Previous_Record;
                   if :System.Cursor_Record = 1 then
                        Exit;
                   End if;
              End if;
         End Loop;
    End;
    Best regards
    R E H A N M I R Z A

  • I have an iphone 5 with iOS 6.  I just  tried to sync it with my itunes account to put new music on my phone and it gave me a message that said the iphone could not be synced b/c "the sync session had failed to start".  How do I fix this?

    I have an iphone 5 with ios 6.1.4.  I just tried to sync my phone to my itunes acct to load new music onto my phone and it gave me a message saying that it was unable to sync b/c "the sync session failed to start".  It let me download all pictures, but would not let me do anything else and just kept repeating the same message.  Why is this happening and how do I fix it?

    You need to subscribe to iTunes Match to store your music on iCloud:
    http://www.apple.com/itunes/itunes-match/
    To transfer iTunes Store purchases made on your phone to your computer, connect your phone then choose "Transfer purchases..." from the File menu in iTunes.
    Photostream transfers photos taken on your iOS devices to other devices and your computer. For troubleshooting Photostream see: http://support.apple.com/kb/TS3989

Maybe you are looking for

  • Reporting Services 2008 R2 - SharePoint Integration Mode

    Hi everyone, I installed Reporting Services 2008 R2 in my SharePoint(2013) server and configurated the SSRS to run in SharePoint Integrate mode. But, when I run the command Install-SPRSService in SharePoint 2013 Management Shell, I get this error:  D

  • How to use setCLOB with JDBC.

    Hi, from oracle jdbc document, i know how to use getClob method. but i wonder how to insert a new record included a clob field (setClob). but clob is an interface. it seem that it can not be successful to use setclob directly. my friend has a way : i

  • Macbook and Windows Router

    Just wondering was going to purchase that new Mac Book and wanted to know if it can work with a rounter that has other windows computers on it.

  • Constant DC's

    Been having this issue since Monday night where I had stable net for 800 + hours, then it sudenly went all funny and constant DC's Longest connection seems to be afternoons of 6 hours however noticeing high noise margines, I guess due to the constant

  • About lightroom backups

    I just found out that the weight of my lightroom backups is more than 50 GBs which is killing my computer and making LR terribly slow. anyone knows if it is normal? how can i down size? I'm using LR 2.5 and i have around 30,000 RAW images in the cata