How can I assgin a master feild value in combobox bind variable in the detail

Hi All,
I'm working on a MD-Form in portal.
I want to pass a master block value in the dynamic combobox where clause.
Combo box is in the detail Block. Can anyone please give a solution for this?
This a very urgent Requirement for me. I really appreciate.
Thanks
Murali

Does this help?
Dreamweaver Dynamic Master List with link to Detail - YouTube

Similar Messages

  • How to use SYSDATE as a default value of a bind variable in a query report?

    Hi,
    I want to use SYSDATE as default value for a bind variable in Query based report.
    I don't see any way to do it, someone helps?
    Thanks a lot.
    Paulo.

    You can aslo use #sysdate directly.
    Hi,
    The way I'm doing in my report is, I have a database function (f_ret_sysdate) with the following code
    create function f_ret_sysdate return varchar2
    begin
    return to_char(sysdate,'mm/dd/yyyy');
    end;
    Now, in the 'Customization Form Display Options' section of the report I'm calling this function as #f_ret_sysdate in the default value field of corresponding bind variable to display SYSDATE with the format.
    Hope this helps!...
    -Krishnamurthy

  • Value of report bind variable in the add PL/SQL section?

    Hi all,
    I'm passing a page parameter into a report as a bind variable - this works. Now I need this same parameter value in the additional PL/SQL section of the report.
    I have browsed the forums & docs and seems like get_value(<param_name>) is supposed to do it, but I get no value.
    Is there any known reason for this? Maybe the fact that its a page parameter? Or any other suggestions?
    Cheers.
    Anton.

    I have tried everything - to no avail - if anyone has any ideas please help...
    In the meantime I have hacked some sort of solution - not pretty but it works!
    In the additional PL/SQL section I have:
    declare
    l_rid varchar2(20);
    begin
    l_rid:=drca_get_url_param(p_page_url,'rid');
    htp.p('<FONT CLASS="PortletText1"><A target="uedit"
    href="PORTAL.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=1567149528&p_arg_names=_sessionid&p_arg_values=&p_arg_names=SPECIFIC_RISK_ID&p
    _arg_values='||l_rid||'">Add</A></FONT>');
    end;
    where
    - p_page_url is a variable with the page URL that is automatically available, and
    - drca_get_url_param is a function that returns the param value form the URL ("rid" in this case). I'm sure there is such a function somewhere in the portal lib of functions, but I could not find it.

  • How can I display more than one value in Calendar ?

    Hi,
    the standard (example) script allows for the display of one value only (as I understood). How can I display two or three values, from the very same table ? Students of mine during an HTMLDB workshop in Leipzig did ask that question.
    Do we have a more detailed docum. on the use of the calendar ?
    pls kindly advise. TIA.
    Bernhard

    my solution:
    Source fo the calendar starts:
    snip>
    declare
    q varchar(32767) := null;
    begin
    q := 'select "ETA", <--- Date Field and concatination of fields as follows:
    "SCHIFFSNAME"|| "ETA_TIME"|| "TERMINAL"||''(br*)'',
    null,
    null,
    null,
    null
    from "#OWNER#"."SCHEDULE"'; . . . . . . .
    snip>
    comment on (br*) - you have to use "<" and ">" instead of "( " and ")" to have the "break/new line effect"
    brgds
    Bernhard

  • XSLT: How can I explode a single node value multiple times?

    For a given XML tree like this,
    <?xml version="1.0"?>
    <offers>
      <fcst start_hr="1" end_hr="10" value="100"/>
    </offers>how can I get an output like this? (I need to explode the value of 100 from hr=1 to hr=10, ten times.)
    100,100,100,100,100,100,100,100,100,100

    This?:
    michaels>  VAR cur refcursor
    michaels>  DECLARE
    xml XMLTYPE := XMLTYPE('<offers> <fcst start_hr="1" end_hr="10" value="100"/> </offers>');
    BEGIN
    OPEN :cur FOR
      SELECT LTRIM(VALUE(t),',') str
            FROM XMLTable ('let $s := xs:integer(offers/fcst/@start_hr)
                            let $e := xs:integer(offers/fcst/@end_hr)
                            let $v := offers/fcst/@value
                            return ora:replace(<i>{for $i in $s to $e return (",",$v)}</i>," ,",",")'
                            PASSING xml) t;
    END;
    michaels>  PRINT cur
    STR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
    100,100,100,100,100,100,100,100,100,100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
    1 row selected.

  • How can i populate records using LOV value in form 6i

    Create a form based on the following output use EMP Table
    Create a non Database Block i.e Control Block----> Dept No
    Create a Database Block -EMP
    Create an LOV for the Dept no from dept table.
    For the Current Dept No . Populate the Employee Records
    How can i populate records using LOV value????
    thanks

    How can i populate records using LOV value in form 6i Start by posting in the correct forum: {forum:id=82}
    (Seriously: after making all your previous posts in the Forms forum, how do you end up posting in this one? Is it because the Forms forum has changed category?)

  • How can i populate records using LOV value

    Create a form based on the following output use EMP Table
    Create a non Database Block i.e Control Block----> Dept No
    Create a Database Block -EMP
    Create an LOV for the Dept no from dept table.
    For the Current Dept No . Populate the Employee Records
    How can i populate records using LOV value????
    thanks

    Hi maddyd2k
    How can i populate records using LOV valueIt's not clear what u r trying to do create, create then want to...
    1.Pls Create a non-db item db set to > no named DEPT_NAME
    2. when creating the LOV assign the DEPT_NAME FROM DEPT table to that displayed item and u have also to assign the Dept No selected to the Dept No in the emp block
    To populate or display DEPT_NAME after Query - the If i got ur problem then - u need to cretae a Post-Query Trigger then use the following...
    BEGIN
    SELECT DEPT_NAME
    INTO :CONTROL_BLOCK.DEPT_NAME
    FROM DEPT
    WHERE Dept No = :Dept No;
    EXCEPTION
    WHEN NO_DATA_FOUND THEN NULL;
    WHEN OTHERS THEN (ERRTXT);
    END;Hope this helps...
    Regards,
    Abdetu...

  • How can I create a master PDX that pulls from multiple other PDXs?

    I process aviation maintenance manuals, with the individual manuals having their own PDX. How can I create a master PDX that pulls from the individual PDXs?
    I have access to myriad versions of Windows and Acrobat so there's that...

    I’ve got 100s of manuals each with their own PDX. I’ve been asked to create a master PDX that in effect combines all of the individual PDXs into a single (cross-manufacturer, cross-fleet, cross-manual-type) searchable PDX that can be easily updated.

  • How can I download gps-master in my macbook?

    How can I download gps-master in my macbook? Thanks.

    There are a couple ways to run windows on a mac.
    1) install windows and directly on the machine as the only, native OS
    2) Install a product from Apple called Boot Camp and dual boot the machine
    3) Install a product that allows you to virtualize guest operating systems (Windows, Unix, etc).  Which means the guest OS is running in a window under Mac OS X (concurrently)
    Options (3) is what I proposed.  This means you will need to:
    a) download one of the following (you can search using Google to locate):
      - VirtualBox (free)
      - Parallels (Paid)
      - VMWare Fusion (Paid)
    b) install the one you select from (a)  I
    c) Start the program and set up a virtual environment
    d) run the virtual environment and install Windows from your legal install disc.
    e) once the install is complete start the virtualized Windows and download the software.
    Personally I would look for gps software that runs on the mac before going through all this.  Do a search in the App store for GPS.  I found a couple options that can plot GPS track data.

  • How can I upload text master data for attribute-only Charactertic?

    I can't create infosource for attribute-only Charactertic via direct update from Infoobject, because attribute-only Charactertics you can't choose from available infoobject.
    How can I upload text master data for attribute-only Charactertic?
    Thanks!

    Hi roberto,
    I soloved the problem. I can input the attribute-only char directly in the text box instead of choosing from list of infoobjects, but I still can't find the char in infoobject selection dialog even using search.

  • How can we delete item master records in B1?

    Hi everyone,
    Can anyone tell me to how can we delete item master records in B1?
    Regards,
    Ronauk

    Hi Ronauk,
    Item Master Data --> Right click and Remove Items
    Before that check the items
    1.Item was '0' qty
    2.Item Master Data--Inventory Data-->Check all the warehouse-->Instock-->Commitment->Order Qty
    Removal items is fresh nothing problem for removing process.
    Is there any postings, the all related data's are abused.
    Regards,
    J.M.Halik

  • I'm trying to change my Login password and it's asking me what my Master password is. How can I reset my Master Password?

    I'm trying to change my Login password and it's asking me what my Master password is. How can I reset my Master Password?

    Click the finder icon on the dock
    Click the Computer Harddrive on the sidebar
    Open the library folder
    open the keychain folder
    What do you see?

  • How to pass a value to a bind variable in a query report in oracle apex

    Hi Guys,
    I have requirement to send weekly reports via email to some users. The users should receive their own records in the report. The user details is stored in a table. What I am planning to do is to create a report query in oracle apex to generate the report and then run a function/procedure via a scheduler to email the report to respective users. Now my query is ............. is it possible to pass a value (user name) to the report query to pull records of only that user? I know we can have bind variables in the report query but I have no idea how to pass a value for bind variables from a function/procedure.
    Can anyone help me on this issue or suggest a better approach?
    Thanks,
    San

    You need to use dynamic sql
    But please keep in mind that since you're using Oracle you may be better off posting this in some Oracle forums
    This forum is specifically for SQL Server
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How can I enter data in an input schedule on a member in the EPM Add-On that is not a base member?

    Hello, all,
    how can I enter data in an input schedule on a member in the EPM Add-On that is not a base member?
    E.g. I want to implement a top-down-planning scenario and I have the following hierarchy:
    Europe
         Germany
         France
         UK
         Spain
         Italy
    How can I enter a value on Europe in an input schedule in order to allocate this value afterwards?
    Thanks in advance and best regards
    Gerd

    Gerd,
    It should be something like below -
    EuropeInput
    Europe
         Germany
         France
         UK
         Spain
         Italy
    EuropeInput shall be kept out of hierarchy and should be a base level member. Users will enter the numbers in this member. In your script logic, you will make use of this member to allocate the data in Bas(Europe) i.e. Germany, France, etc.
    Effectively, after allocation the same data will be rolled up to Europe.
    Many top-down planning would use such work-around as BPC doesn't allow writing to parent node.
    Regards,
    Ashish

  • Pages:  How can I sort one column of words and not have it affect the other columns?

    How can I sort one column of words and not have it affect the other columns?  I have opened the inspector to the edit columns and rows under Table.  It will sort the column, but then it changes the other colums as well.  I know that if I use Numbers, it will work, but I want to know how to do the same thing in Pages.

    Hi Peter,
    Numbers sorts full rows on values in selected column(s). The technique for sorting a single column is essentially the same as Jerry is describing for Pages tables—separate the (data in the) column to be sorted, sort it, return it to the table.
    In Numbers the actual column may be separated from the original table, sorted, then returned. In Pages, the data must be extracted, sorted, then pasted back in, overwriting the unsorted data (if it was left in the original table).
    iWork tables follow a database model in which each row is a Record, and each column holds a Field within the records.
    As evidenced by the current question (and several similar questions arising in the Numbers community) that model doesn't apply to the way some users, especially some who come in from the MS Excel world, use tables.
    With Excels model—islands of data on a single large table, the ability to sort one or a selected few columns of data makes sense. One 'island' may comprise only cells AA21:AH50. Sorting that small 'table' should be possible without disturbing the rest of rows 21-30, which are probably part of one or more other 'data islands' in the sea that is a MS Excel spreadsheet.
    In Numbers, each of those 'islands' would be a separate Table, and that Table would be sortable without disturbing other Tables in the document.
    Regards,
    Barry

Maybe you are looking for