Display multiple master records

Hi,
I have a master and a detail block. The user wants to see all the master records and associated detail records (in oracle forms)in the same page like a master-detail report displays all info in one shot.Right now by defining master-detail relationship, I am able to display master records one by one and corresponding detail records. User has to scroll or use down arrow to look at the secone master data item value and corresponding detail records.Is this possible??
eg:
master
set of detail records
master
set of detail records
master
set of detail records
etc...
Thanks,Raj

The issue I am having here is with the format/display. I know by creating a view or just by joining two tables, I can get all master/detail information.But is there any way to display them in the follwing format
Dept 10
employees in dept 10
Dept 20
employees in dept 20
Dept 30
employees in dept 30
etc.
like in a report.This form should be editable.
The number of departments are not fixed, it can grow......
Thanks,Raj

Similar Messages

  • Insurance view disappear in Asset Master record

    Hello,
    I can not see The insurance View while creating/changing or displaying Asset master record.
    What can be the resons ?
    I checked the customizing (Define Screen Layout for Asset Master Data) but the insurance view are alreeady defined as " Optional ".
    What can i check also ?
    Thanks

    Dear,
    Tarek.
    Please go to T.code ANSICHT and look for the respective that No Authorization Radio Button is not selected. I think this may be the problem in your case, it is selected. I hope this helps you.
    ANSICHT manages the asset views with the option of Master Data & Depreciation Areas.
    If you need any clarification. Please revert back. I hope this may solve your problem.
    Regards,
    Pankaj A Bhalerao.

  • Multiple assignment records

    Hi All,
    I have requirement like, need to display multiple assignment and person records.
    select pf.employee_number
    ,pf.full_name
    ,pf.email_address,
    ,paf.supervisor_id
    ,paf.job_id
    from per_all_people_f pf
    ,per_all_assignments_f paf
    where pf.person_id = paf.person_id
    group by
    pf.employee_number
    ,pf.full_name
    ,pf.email_address,
    ,paf.supervisor_id
    ,paf.job_id
    having count(*)>=1;
    I need to display multiple assignment records as well as person records. But above query taking too much time.
    kindly explainme how to modify the query.
    for ex: 1234 as employee number exists in application.
    for the above employee 3 assignment records are exist.
    Regards,
    Visu

    Hi All,
    kindly give me suggestions for my problem.
    for ex: 114589 employee created on 01-Jan-2010. One more record created on 24-jul-2010.
    So, in person record (per_all_people_f) we have two records as below:
    effective start date effective_end date employee number ...etc
    01-jan-2010 23-jul-2010 114589 ...etc
    24-Jul-2010 31-dec-4712 114589 --etc
    same way 3 assignment records are created for the same employee.
    my requirement is that i need to display all records assignment as well as person records like below format
    employee number assignment id ---etc
    114589 1526 --etc
    114589 1526 --etc
    114589 1526 --etc
    Likewise i need to check all records in database and display accordingly.
    regards,
    Visu

  • Display multiple records in forms 6i

    hi every body
    will anybody plz tell me how to display multiple records in tabular view of forms 6i.for example say i have a field in a block of a form.and i have to display multiple records in another block in the same form depending upon the value of the mentioned field in the above block.
    will anybody help me??

    Why are you manually populating your data block when Oracle Forms will do this for you? Oracle Forms is tightly integrated with the Oracle Database. You should just base your Forms data block on the ISSUED table. Then you can filter the records displayed by setting the WHERE Clause property to ID = :BLOCK1.ID or you can dynamically set it with code using the SET_BLOCK_PROPERTY('BLOCK_NAME',DEFAULT_WHERE,'ID = :BLOCK.ID') built-in.
    Then, the only code you would need in your Button's When-Button-Pressed trigger would be:
    BEGIN
      GO_BLOCK('BLOCK2');
      EXECUTE_QUERY;
    END;This is the point of InoL's reply. When a Form is based on a table, you can use the "Enter Query" and "Execute Query" built-in features to query and display records.
    Sounds like you might be new to Oracle Forms development. If that is the case, you might want to go through a few Forms Tutorials to learn what Forms can do for you. ;) Just search the internet for "Oracle Forms Tutorials" and you will find many!
    Craig...

  • Display Changes in customer master records

    Hi Guru's
    I have added a new bill to party and ship to patry in customer master record.
    But the strange thing is :-
    1.I want to see which bill to party and ship to party have been added through VD03=> sales Area =>.Goto Environment => Account Changes => All Fields => click on <b>Entry Button</b>=>Double Click on customer master partner functions..Now here I can see the entries added in the format time, user , USJ2 01 01 BP000 etc, but I cannot see the bill to party number even by doubble clicking on any entry(it will show sales area , partner funtion but will not give the partner number.
    2. Even if I dont click on <b>Entries</b> button in account changes and goto <b>all changes</b> it will display the deletion and changes but will not display the entries, why?. 
    I also tryed the same through VD04 but still the problem is same.....any help please ..............

    Hi
    check OV51 and also in tables KNA1, KNVV
    all changes are stored in CDHDR and CDPOS tables
    regards

  • Changed the GL Master record for Line item display

    Hi,
    Can anybody please let me know once i changed the GL Master record as a line item display then how i can see my old line items display?
    I know through one standard programe we can do so but i haven't recall it. Can anybody please help me out with this?
    I'll really appreciate your time and help.
    Thanks & Regards,
    Niki Shah

    Hi Eric,
    Thanks for the quick reply. I got it.
    Thanks once again and i assigned the points accordingly.
    Regards,
    Niki Shah

  • Can I use a cursor to display multipla records (just as an EXECUTE_QUERY)?

    is it possible?
    so I can display about 10 records at the same time in a block (in forms)
    just like a tabular form?
    using a cursor, fetch, etc.

    what I want is this...
    do you see when in a tabular forms (multiple records, i.e 5 records at the same time).
    if you press F8 (execute query), it will fetch all records.
    ok, now instead of using the execute_query key, how can I get the same thing by using cursors?

  • ADF 10.1.3: Simultaneous insert of Master and Multiple detail records

    Hi,
    I'm trying to implement an Insert page (JSP document) having a Master table form and Multiple detail records grid with a Pop up to insert Detail records into the grid.
    The user should be able to input Master record details, then Detail records one by one, and finally insert all into the database.
    I'm wondering how this could be done using the Drag n drop feature of ADF (with ADF faces, JSF and Toplink) to the maximum extent.
    Please give me a rough guideline on how this could be done.
    Thanks in advance
    Vikas

    Anyone???

  • Displaying single value (Record) into multiple columns

    Hi All,
    I want to display the single record into multiple columns. Please let me know How to achieve this..
    Record:
    Lvl Activity Acre
    6 Week 4 (Same value to be displayed into 3 columns.)
    REquired output:
    lvl Activity PH1 PH2 PH3
    6 Week 4 4 4
    Thanks
    Kavi

    user533671 wrote:
    Hi,
    Thanks for immediate reply.
    PH1, PH2, PH3, ... will go more columns based on parameter , what we are passing.An single SQL statement cannot have a dynamic number of columns based on the data itself. The projection (columns returned) have to be known before any data is fetched... and that includes some 'parameter' value.
    {thread:id=2309172}
    You can build a query dynamically, based on a parameter or even on the data, but 99 times out 100 people use dynamic queries where they are not needed.
    Perhaps explain to us what you are really trying to achieve and why, and we could suggest some better way.

  • Displaying the master and detail records ....

    Hi ,
    There is a master - detail form. The end-user make some insertions/updates in the detail block...
    How is it possible to display these detail records and its master when the user presses a custom button 'refresh' which just requery the records in both master and detail blocks...?????
    When i write "to display these detail records and its master " i mean that the current record (the one which the cursor would be focused in ) would be this master record... however,all other records would be displayed as well....
    Many thanks,
    Simon

    From what I understand you want to re-query and go to the record where you were just before re-querying??
    Interesting requirement, why you wanna do this? if for the user to see the changes of the updates, that is the default behavior.
    You can do this in two ways.
    1- in your "Refresh" button save the :system.trigger_record in a parameter :parameter.record_num, for the Master block and after the query you do a go_record(:parameter.record_num) .
    BEGIN
         GO_BLOCK('EMP'); --Master Block
         :PARAMETER.RECORD_NUM := :SYSTEM.TRIGGER_RECORD;
         EXECUTE_QUERY;
         GO_RECORD(:PARAMETER.RECORD_NUM);
    END;2 you can loop through the block with next_record built-in and an exit condition of a key value you saved in a parameter.
    BEGIN
         GO_BLOCK('EMP'); --Master Block
         :PARAMETER.EMPNO := :EMP.EMPNO;
         EXECUTE_QUERY;
         FIRST_RECORD;
         LOOP
              EXIT WHEN :EMP.EMPNO = :PARAMETER.EMPNO;
              NEXT_RECORD;
         END LOOP;
    END;Tony

  • How to Display multiple records in Table in VC without using BAPI.

    Hi All,
    I am working on Visual composer (NW2004s SP10). I am trying to display Poitems from BAPI_PO_GETDETAIL. I am creating my front end using VC. I have created one form and one Table where I want to display POItems. I am writing my logic of retrieving data from BAPI in CAF.I am connecting them in Guided procedures.When I run my process in Guided Procedures I am getting single row displayed in table. Can Anyone help me how to display multiple rows in table.
    Regards,
    Sheetal

    Hi Sheetal,
    if the BAPI returns a table, then you get multiple rows. From which system is the BAPI, so that I can check the BAPI to give you further information.
    Best Regards,
    marcel

  • How to display the NULL records by multiple XMLTABLE()

    First, let me provide the testing data of INSERT and CREATE TABLE sql:
    create table xml_t2 (xml_raw XMLTYPE);insert sql, a bit long.....just copy and paste then run it will be OK!
    the system warns: Your message exceeds the maximum length of 30000 characters.
    So, I place it on the mediafire shariing space
    http://www.mediafire.com/?npmot6lgl86dgliTesting SQL:
    SELECT t1.years, t1.months,t1.days,t1.hours,t1.value,t2.value
            FROM xml_t2,
            XMLTABLE ('$d/cdata/F1' passing xml_raw as "d" COLUMNS years integer path '//year', months varchar(3) path '//month', days varchar(2) path '//day', hours varchar(2) path '//hour', mins varchar(2) path '//minute', value float path '//value') t1 ,
            XMLTABLE ('$d/cdata/F2' passing xml_raw as "d" COLUMNS years integer path '//year', months varchar(3) path '//month', days varchar(2) path '//day', hours varchar(2) path '//hour', mins varchar(2) path '//minute', value float path '//value') t2The condition for now is....In the xml data, I have deleted the month 'Jan' with <F2>tag which is in 2010.
    That mean the output of XMLTABLE t2 will not contain the 'Jan' records but it is still remain in XMLTABLE t1.
    The problem is that when I use the above SQL to show the t1.value, it will not display the t1.value in 2010 Jan.....it just skipped 'Jan' and becomes 'Feb'...
    what i would prefer to display is something like this:
    YEARS MONTHS DAYS HOURS t1_value t2_value
    2009     Jan    01   01       8       8
    2009     Jan    01   02       8     580
    2009     Jan    02   01     580     580
    2009     Jan    02   02     580     580
    2009     Feb    01   01     440     440
    2010     Jan    01   01     627     NULL
    2010     Jan    01   02     627     NULL
    2010     Jan    02   01     367     NULL
    2010     Jan    02   02     367     NULL
    2010     Feb    01   01     367     849
    2010     Feb    01   02     849     849
    ..............So...the main problem is how to display back the record in JAN in 2010 in t1 XMLTABLE and assign null to the t2 XMLTABLE since it doen't contains this months record.
    THANKS for help!!

    Hi,
    What's your database version?
    Are you using binary XML storage? (This is the default in 11.2.0.2)
    If not you have to explicitely specify it :
    create table xml_t2 (xml_raw XMLTYPE)
    xmltype column xml_raw store as securefile binary xml;Along with object-relational, it's the best storage strategy to use in conjunction with XMLIndex.
    You should also use a structured XML index instead, it's more appropriate than the unstructured index you're currently using :
    create index xml_t2_sxi on xml_t2 (xml_raw)
    indextype is xdb.xmlindex
    parameters (q'#
    XMLTABLE xml_t2_xt '/cdata'
    COLUMNS
    YEARS  INTEGER    PATH 'F1/name/year',
    MONTHS VARCHAR(3) PATH 'F1/name/month',
    DAYS   VARCHAR(2) PATH 'F1/name/day',
    HOURS  VARCHAR(2) PATH 'F1/name/hour',
    MINS   VARCHAR(2) PATH 'F1/name/minute',
    VALUE  FLOAT      PATH 'F1/name/value',
    VALUE2 FLOAT      PATH 'F2/name/value'
    call dbms_stats.gather_table_stats(user, 'XML_T2');Use the query provided by Stew and check the explain plan, you'll see the difference.

  • Creation of Service Master Record (Furniture and Fixture Maintenance)

    Hi,
    I want to create a Service Master for "Furniture and Fixture Maintenance".
    What should I keep in mind while creating a Service Master Record.
    Would like to know the about the following fields which seems to be useful:
    Activity Number:
    Base Unit of Measure:
    Material Service Group:
    Division:
    Valuation Class
    Service Type
    Is there any other fields which I should keep in mind.
    Regards,

    Thanks Murgun for the reply.
    Sorry for late response from my side.
    1. What is use of Service Category. Do we need to use the default or we need to configure as per our requirement.
    2. while creating Service Order, we need to enter Single Short Text in Item & Multiple Short Texts in Item Details. What is the actual use of providing  Multiple Short Texts in Item Details.
    3. Can we use the Service Master in both in Item Short Text & Item Details Short Texts.
    Regards,

  • Display specific row to display multiple time in jsf table 11.1.1.2.0 with

    HI ALL,
    I'm using jdeveloper 11.1.1.2.0 with ADF 11g.
    I have to display the values in jsf frm table where i'm using DislayCertDetailVO . In dis VO i'm having a column no.of certificaties .taking dis column value when i navigate to other page jsf by selecting a specific row. here i have to display the selected row in multiple times based on the no.of.certificates column value.
    I want to display specific row to display multiple time to repeat same row in a table in jsf based on the value from bean or table in database.
    Edited by: user9010551 on Apr 28, 2010 6:14 AM
    Edited by: user9010551 on Apr 28, 2010 10:33 PM

    Hi, Trying it once more to give more clarity of my scenario.
    I have to navigate from 1 screen to the other by picking a given table record/row from the 1st screen. While displaying the record on the 2nd screen the catch is that, I have to display it as many times as the value in a cell of the selected record.
    eg.
    screen 1
    col1   col2     col3
    2 order1 item1
    [next]
    On clicking next it should look like
    screen2
    col1           col2            col3           col4
    order1 item1
    order1 item1
    where col3 and col4 will be editable by the user and col1 is the value depends how many times i have repeat the row/record
    Hope this give more clarity.

  • Material Description is not displaying for few records in Report

    Dear Experts,
    Report Material Description is not displaying for few records in Bex Report but for records it is coming and even the heading of the material Description is also not coming for this report.
    Cud u plz suggest a good solution for it.
    Regards,
    Sai Phani.

    Hi Phani,
    For the text of the material in records, check if there is text maintained for that material in the master data. also try by changing the text to medium text and long text.
    regarding header, you will have same heading for key and text, you may use Materail ID / Description as the heading if you want.
    regards,
    Rk.

Maybe you are looking for

  • Watching Videos in Firefox

    Hey, After installing the newest flashplugin I was able to watch videos on youtube and other sites but somehow I cant watch movies from http://www.own3d.tv/, I can't even see the embedded Videoplayer interface on other pages. I hope someone can tell

  • How to retrieve RGB info of a transparent background in a .PNG?

    Hi, I often render images in a 3D-CAD software. These images can be written as .PNG (24 bits I guess) with the alpha channel/transparency included. But sometimes I wish to expose the RGB information "behind" the transparent pixels. I know the informa

  • HT1338 iMac with OS x 10.5.8 upgrade to run with ipad mini

    Currently running OS X 10.5.8 on an iMac6,1 (Processor Name:Intel Core 2 Duo). Need to upgrade software to sync with Ipad Mini, can I go straight to Montain Lion, or what are the required steps? Thanks

  • My webcam stopped working

    My web cam stopped working suddenly (I had been using my DVD drive) now veriface says 'no camera detected"  - where has it gone or has it broken? Solved! Go to Solution.

  • SAP Archiving using Open Text

    I need to know the basic understanding of what is SAP archiving using Open text ? I did go through Open Text web site and sdn but not of much help. What would be the difference between archiving using SARA and Open text ?