more than one of the global variables

Hi all
I use the formula of oracle 10g Release2
Windows 7 64 bit
I want to use globalvariables
I am able to pass a variable, but when I try to use more than one variable
The columns Form_A and Form_B data non-base has columns of data.
then, it is not passing the value but works with a variable.
Someone knows how to pass several globalvariables?

Hello

try something like this...
example:

begin

if :emp.deptno is not null then
:global.pass_value:=:emp.deptno;
set_block_property('EMP',DEFAULT_WHERE,'deptno='||:Global.pass_value);
go_block('emp');
execute_query;
end if;

if :emp.empno is not null then
:global.pass_value1:=:emp.empno;
set_block_property('EMP',DEFAULT_WHERE,'empno='||:Global.pass_value1);
go_block('emp');
execute_query;
end if;
end;

hope this helps you...
Sarah

Tags: Oracle Development

Similar Questions

  • How do I know if I have more than one of the same song in my library, and if I do how do I remove it without deleting both copies?

    Original title: Windows 7 Media Player

    How do I know if I have more than one of the same song in my library, and if I do how do I remove it without deleting both copies?

    Hello

    Duplicates would be revealed by the observation. If found you are probably followed the same
    record twice.

    Add items to the Windows Media Player library - see the monitoring records - and delete a folder
    controlled by the player.
    http://Windows.Microsoft.com/en-us/Windows7/add-items-to-the-Windows-Media-Player-library

    Remove items from the Windows Media Player library
    http://Windows.Microsoft.com/en-us/Windows7/remove-items-from-the-Windows-Media-Player-library

    Add or edit media information in Windows Media Player
    http://Windows.Microsoft.com/en-us/Windows7/add-or-edit-media-information-in-Windows-Media-Player

    The Windows Media Player library: frequently asked questions
    http://Windows.Microsoft.com/en-us/Windows7/Windows-Media-Player-library-frequently-asked-questions

    Getting started with Windows Media Player
    http://Windows.Microsoft.com/en-us/Windows7/getting-started-with-Windows-Media-Player#section_4

    --------------------------------------------------------

    The library may be corrupted if necessary, after the media library - advanced - restore tools above...
    Reset the library will result in the loss of all of the counties of game and probably both sides.

    ================================================================

    If you think there is duplicate in separate folders files:

    Here are a few utilities to help, be sure to remove duplicates once and good
    folder. If If doubt copy the file to another folder, delete and then check WMP.

    Here are several free utilities and they have all their benefits and their methods.

    Auslogics Duplicate File Finder is the MD5 search engine that allows you to find duplicate
    files content, without worrying other matching criteria. It would be useful, for example, when two identical
    MP3 tracks or video files
    have different names
    http://www.Auslogics.com/en/software/duplicate-file-Finder

    Easy Duplicate Finder - find and delete the duplicate - free
    http://www.easyduplicatefinder.com/

    AntiTwin - Installer and Portable versions - search files in double or similar-
    same binary - free
    http://www.Joerg-Rosenthal.com/en/antitwin/

    Fast Duplicate File Finder-Free - quickly find all the files in a folder and its subfolders duplicate
    http://www.Mindgems.com/products/fast-duplicate-file-Finder/fast-duplicate-file-Finder-about.htm

    Duplicate File Finder - Smart Port Forwarding - TCP Port Scanner - TCP Tunnel Port-
    Multi-minuterie-free
    http://www.brooksyounce.com/

    Duplicate File Finder software (pictures, mp3, iTunes)
    http://www.Moleskinsoft.com/

    SearchMyFiles - free - an alternative to the "Search for files and folders" module standard
    Windows. It allows you to easily search files in your system by wildcard, by last modification/creation/last accessed: time, by file attributes, by the content of a file (text or binary search),
    and by the size of the file. SearchMyFiles allows you to make a very specific search that cannot be
    done with Windows search.
    http://www.NirSoft.NET/utils/search_my_files.html

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" experience :="" bicycle="" -="" mark="" twain="" said="" it="">

  • Get the data with more than one of the desired value

    Hello

    I need to shoot the records with one value of 'Other' more on delivery days fields.
    Delivery of fields are Mon, Mar, sea, game, Fri and Sam that indicates where the item will be shipped. The value can be at home, work, or other.

    Examples of data include:
    cust_id: 123
    Article: newspaper
    Mon: Home
    Kill: Work
    Sea: other
    game: Home
    Fri: other
    Sam: other


    And here is my request so far.
    Select
    cust_id,
    agenda,
    LUN,
    Mar,
    Kills,
    game,
    Fri,
    Sam
    sum (case when (del_mon = 'o' or del_tue =' o 'or del_wed =' o 'or del_thu =' o 'or del_fri =' o ' or del_sat = 'O') then 1)
    otherwise 0 end) as day_ctr

    of the customer

    Could you please help me with the right formula should I get this?

    Thank you in advance...

    Hello

    This should do it:

    Scott@my11g SQL>with sampledata as (
      2  select 123 cust_id, 'newspaper' item, 'Home' mon, 'Work' tue, 'Other' wed, 'Home' thu, 'Other' fri, 'Other' sat from dual
      3  union all
      4  select 456, 'newspaper' item, 'Home' mon, 'Work' tue, 'Home' wed, 'Home' thu, 'Home' fri, 'Other' sat from dual
      5  )
      6  --#### True query starts here ####
      7  select *
      8  from sampledata
      9  where (
     10  decode(mon,'Other',1,0)
     11  +decode(tue,'Other',1,0)
     12  +decode(wed,'Other',1,0)
     13  +decode(thu,'Other',1,0)
     14  +decode(fri,'Other',1,0)
     15  +decode(sat,'Other',1,0)
     16  )>1 ;
    
       CUST_ID ITEM      MON  TUE  WED   THU  FRI   SAT
    ---------- --------- ---- ---- ----- ---- ----- -----
           123 newspaper Home Work Other Home Other Other
    
  • Is it possible to download more than one of the objects to AOL using FNDLOAD.

    Hello

    I need to download responsibilities, then his willingness to migration in the PRD using fndload.

    in my case, I have 50 more responsibility. I want to download all the responsibilities of a sudden using FNDLOAD commnad. even how to download to a different instance of a sudden.

    Is it possible to download/send several AOL objects as menu, service, research, Repsonsibilities, flexfield etc using FNDLOAD in Oracle Apps R12.

    configuration:

    EBS: r12.1.2
    DB: 11gR 3.


    Thank you
    Nitin

    Hi Srini

    Easy way to download responsibilities using FNDLOAD this command make FNNDLOAD using sql query below. last exit in shell scripts resp.sh under linux. then run the shell script.

    Select ' $FND_TOP/bin/FNDLOAD apps / 0 $FND_TOP/patch/115/import/afscursp.lct Y UPLOAD ' | Fr. RESPONSIBILITY_KEY |'. LDT"
    of fnd_responsibility en, ftl fnd_responsibility_tl where ftl.responsibility_name in ('Resp_name1',
    ("Resp_name2", no)
    and ftl.responsibility_id = fr.responsibility_id
    order by 1;

    This will save our time.

    Thank you
    Nitin

  • How can I put more than one value in a variable?

    Hi, very new for PLSQL, but someone could please help with this problem?

    If I do the following, it works fine:

    Select salary, the name of employers where salary = (select max (wages) of employers);

    But if I do it in PLSQL im stuck in how you allocate 2 values in a variable.

    I can do the following using fair pay:

    declare

    v1 varchar2 (30);

    Start

    Select salary in v1 of employers where salary = (select max (wages) of employers);

    end;

    However, if I try to select salary, name in v1 of employers where salary = (select max (wages) of employers);

    I get the following error:

    ORA-06550: line 65, column 31:
    PL/SQL: ORA-00947: not enough values
    ORA-06550: line 65, column 4:
    PL/SQL: SQL statement ignored


    Thank you very much


    Thank you very much this is the answer - incredibly fast response!

    Edited by: 882839 01-Sep-2011 08:51
    select salary,name into v1 ....
    

    You cannot select two columns and put them in a variable. You must have two variables to store two values.

    Like this:

    declare
    
    v1 varchar2 (30);
    v2 employers.name%type;
    begin
    
      select salary,name into v1, v2 from employers where salary = (select max (salary) from employers) ;
    
    end;
    
  • Header record not repeated when the detail records extend to more than one page

    Model RTF,

    1. I have one for each code of

    <? for-each@section:G_HEADER? >

    2. under "for-each", I have the header of the document is set in a row of the 1 table.

    The row for this table property is set to 'Repeat as header at the top of every page'

    3 in this, I have another table with the fields for data LINES with its own code "for-each" <? for each: G_LINES? >

    4. follow-up of the end for the two above "for-each".

    However, when I generate the PDF output in overview, data lines extend to more than one page, the header record is not repeated on the following pages. Anyone has any ideas of how to solve this

    My version of the XML Editor is 10.1.3.4.1 build 130. I have an example of data and model, but don't know if I can download it here.

    Use this logic


    INFORMATION HEADER TABLE

    DETAIL TABLE

    and keep this in the header then it is displayed even though the detail data go to more than 1 page.

    If this helps please give me a few points

  • More than one variable target card only transform?

    Hello

    I was wondering if more than one target variable is allowed in a single transformation plan? If so, how?

    Thank you

    Hello

    It is not possible.

    You can have several sources, but only a single target.

    You must consider revising your definition of the variable target to include multiple items to use.

    Antonis

  • Can I manage more than one license of creative cloud on the same adobe ID account or better create many ID adobe for my employees? Thanks for your response

    Can I manage more than one license of creative cloud on the same adobe ID account or better create many ID adobe for my employees?

    Thanks for your response

    In addition:

    Adobe uses based on the identity of license with a technology that will not support multiple licenses of the same type on an AdobeiD.  You can buy only one membership per Adobe ID. If you need two memberships creative cloud, you can buy each with a unique Adobe ID. You can also buy a creative cloud for membership of the teams, which allows you to buy and manage several places under an own account.

    Creative cloud for teams is for small and medium size organizations and is available as full a membership. Cloud creative teams is available on Adobe.com and through a global network of resellers. Learn more about Creative Cloud to teams.

    http://www.Adobe.com/creativecloud/business/teams.html

    FAQ: Where can I get information on creative cloud for the enterprise, education, Government and teams?

    I hope this helps.

  • Having more than one user affect the speed of my MacBook Pro?

    I have a MacBook Pro, which is now painfully slow 2011.

    I have three users each journal entry/exit in the required form.

    Having more than one user affect the speed of the Mac or not?

    Thank you

    If you open a session there should be no impact.

    You can view a report of etrecheck for more Analytisis

    www.etrecheck.com

  • We have more than one PC connected to the same (IMAP) account, there is an error sending server and works as a single computer at a time.

    We have three computers to check the same email account (IMAP) and when more than one is not working and try to send a message is displayed:. 'Server offline [email protected] that the server may have dropped or there may be a network problem.
    Right next to Thunderbird on other computers, with only a computer connected to the error disappears, and everything works fine.
    When that happens, sometimes gives error when sending an e-mail, "error save message in sent" and the mail is not stored in the thunderbird or on the server, but is sent.

    Menu Tools > account settings > server settings > asvanced and reduce the number of connections from 5 to say 2 and see how it goes. I m the connection altogether on the total machines is the question can be reduced then should help.

    Seriously have several concurrent users is not a good way to manage an imap account.

  • Can I create multiple notebooks address with some of the same people in more than one case?

    I have several addresses for different accounts books. I can move people in an address book, however, which removes them from the first. I want to be able to 'copy' instead of 'move', while some are at more than one address book.

    Hold down the CTRL key while dragging from an address book to another.

  • How to select and move more than one bookmark at a time? Shift + click selects multiple items that are next to each other in a list, because the element

    How to select and move more than one bookmark at a time?
    Shift + click selects multiple items that are next to each other in a list, because the items open in firefox before that happens.

    Glad it worked for you. Thanks for posting back.

  • Once I updated to Firefox 11, I can't open the pdf files. It's more the computer, snow leopard and lion and more than one Web site.

    I've updated to Firefox 11 and now I can't open the PDFs Online. This has happened on more than 1 computer, using the two OS 10.6.8 and OS 7.0 and on more than one Web site. I tried to uncheck "block pop-up windows" in preferences, but which did not help.
    When I use Safari to open the same file to pdf, they open fine. Everything worked fine with my Firefox until I did the upgrade.

    I prefer to continue to use Firefox, but I can't understand the root of the problem.

    Has anyone else had this happen as well?

    Thank you, gentlemen, to find a "solution" to this particular behavior of Firefox. It is really curious that even if the screen is blank, you can indeed save the .pdf Ghost and then open the saved file to view. What is amazing to me is that this issue does not seem to be what makes the hit parade of the problems currently experienced Mozilla. Not everyone will be willing to do a research project extended rather than leave the ship for Safari, etc..

  • Why can't hit the goback button and back more than one page

    Upgrade from 6.3 to firefox 8. When I use the back button I can't go back more than one page. I use to be able to go back as many pages as I wanted to. Use win xp sp3 fully implemented to date, 1 GB memory pentium 4.

    Thanks for your answer to my question. I use Noia for my theme and like how the buttons next and previous are willing. I found the solution for my problem the about: config > browser.sessionhistory.max_entries is set to 2. I changed it to 50, and problem solved. Thanks for your help.

  • Install more than one exe to a folder or in subfolders of the same folder

    Hello!
    I want to do at least one of the following conditions:

    1. I want to install several exes (built with LV app builder) in a directory because they go hand in hand.
    2. make several subfolders under the same top-level folder EAT install exe in each of them.

    (Upper level) should be the folder of "society". The subfolders are for applications.
    For example:
    c:\company\app1\app1.exe
    c:\company\app1\app1setup.exe
    c:\company\app2\app2.exe
    etc.
    This can also be in the folder "program files".

    If I try to do, I have a few problems of implementation of the construction specifications. If I have more than one generation standard for the exe I can't add in the same folder. At least if they contain the same external files, such as DLLs.
    If I try to do by exe installer, I get an error message telling me that the same folder (my "upper tier") already exist in the registry and cannot be added again. This is also true if I try to do a new project instead of having to install several specifications in a project to build.

    I use Labview 2009 (engl.) Windows Vista (in German).

    If someone has a help for me or similar encounters problems please let me know.

    Holger

    Ok

    for the records: I found out what was the problem (and the solution).

    Both my needed apps the same external DLL. While this should be no problem it caused the new Builder installer/app and me the headaches. The new app Builder seems to build its internal paths in the registry. If you select more than one target of generation 'exe', he gets into trouble if more than one using a subdirectory 'data' with the same DLL and each subdirectory using the name of 'data' of sugested.

    The solution is simple: just give each target generation "exe" a subdirectory 'data' different like data1, data2 etc. and the problems disappear.

    Holger

Maybe you are looking for

  • connection Wi - Fi 10 hidden iOS problem

    Hello In our company, we manage different iPhone models (5-7) and iPad (iPad mini via iPad Pro). After that iOS 10 upgraded, particularly iPhone 5 s devices have begun to forget the hidden SSID networks. Devices not reconnect to the hidden network un

  • Missing motherboard for Portege 3110 CT cable

    Hi everyone and apologize for my bad English. I have a very old laptop Toshiba Portege 3110CT, but the cable between the motherboard and the plate with USB and audio connector is missing. Could you help me? If anyone has the plan or the photo of this

  • Qosmio F30: Toshiba control buttons do not work on Vista 64 bit

    Hello everyone I have Windows Vista 64-bit installed on my Qosmio F30, but before operation buttons do not work.I tried to use the 32-bit configuration of Vista drivers, but when I press it, I got the following error: "this function not taken in char

  • include specific fonts for the installer of building

    There are some fonts that I want to package in my program as well as the installation program.  Could someone please tell me how what I do?  I don't see the Windows\Font folder anywhere: Thank you

  • OfficeJet 6500 E709a: printer prints several times.

    Printer doesn't seem to know that he has finished the work. The printer indicates work being 20% when it is indeed quite finished is complete.  Then it goes to start printing the same job from the beginning again.  In doing so, he maintains unless I