Add new columns to iExpense Table of Adv. finished Non-Employee Information

I have a requirement where in I need to add three columns to the table in iExpense DetailsPG at the table of the advanced non-employee information (GuestTableRN). I was able to add three areas through customization (I know that this can be done by extending the CO, but tried through customization)

If there was DFFs, it would have been easy, but there is no DFFs.

I created a table with the columns attendee_line_id and report_line_id that are also in the oie_attendees_all table. Then next created the necessary business components, first OS based on the table custom and then expanded the VO on the page, ExpAttendeesVO and also added the custom to the VO EO.

I put the code in the java VoImpl extended to insert or delete lines and moved these files on the server, insert data into the table manually. The data is displayed in the three new Non-employee table columns. I was able to update the existing data on the details page. But I can't do an insert or delete it from the page.

I need suggestions on how to address this issue.

Thank you
Kishore

Hi Kishore,

You cannot update two tables using an EO (even if you extended it). What I propose is to write PLSQL API and call that could insert data into your custom table. Another option is to write a trigger on your table planted (on insert) and check for certain key conditions based on which you can insert data into your custom table.

Concerning
Sumit

Tags: Oracle Applications

Similar Questions

  • How to add the new column in existing table to our desired location?

    How to add the new column in existing table to our desired location?

    For example, I have to add the new column 'course' before the salary column in the emp table.

    I think the best way is to add the column at the end of the table and create a new view with the order of the columns...

    Another option...

    places the data into a temporary table and recreate the table with the correct order of the columns, and then insert data to the table from the temporary table

    Refer

    Add column (from table) in the desired position

    Example:

    CREATE TABLE temp_my_user LIKE)

    SELECT * FROM password);

    DROP TABLE password;

    (Password) CREATE TABLE

    userID NUMBER

    , first name VARCAHR2 (25)

    , middleInitial VARCHAR2 (1)

    (, name VARCHAR2 (25));

    INSERT INTO password (userID, firstName, lastName)

    (SELECT username

    first name

    lastName

    OF temp_my_user);

    DROP TABLE temp_user;

  • Add a field to a form after you have created a new column in a table

    Hello

    I searched extensively in the menus help and tutorials and maybe I missed this, but after you add a new column to a table. How do I change the form so that when the data entered into the form, it is filled in the table? Is there a tutorial or an explanation of the process somewhere?

    Thank you

    Hello

    This must be done manually, but it's simple. Create a new item of the type you want for example text item, select the list by right-clicking on the region and select Create a Page element. A wizard will start when you select the type you want. Press next and enter the name of the element. for example, P3_LAST_NAME. Press next and enter a name for the element. Press next and select the Source Type as a queried database column. Press the button create.

    It will be useful.

    ----
    Lavenu
    MaxApex accommodation
    http://www.maxapex.com

  • Unable to add a new column to the table of the LCD? Option, just usually add it.

    I have a form of LCD with a table in it. Im trying to simply add a new column to the table. The option is there, but the column appear just after clicking Add the column to the left. I selected a column, right click the space > insert > column to the left. But the habit intsert. The object table properties tab shows lines and colum numbers, but they are grey.

    See screenshots:

    http://www.emermed.NET/staging/forums...

    http://www.emermed.NET/staging/forums...

    It is a dynamic array, where a new line can be inserted using a button. Is that the dynamic nature of the question? ID hate to cancel all the flow dynamics and programming just to add a column, and then reapply them all.

    Thank you!

    Hello

    You do not add the columns in the object > palette (screenshot 2) of the Table. I suspect that the problem is that it is not enough on the page (in the content area) to add the column. In the screenshot 1, if you look at the width of the column highlighted from the space to the right of the table, you will see that a column can be added due to restrictions of space.

    Reduce the width of the column highlighted (temporarily), and then add a column. Once added, you can resize the columns to match the width of the page.

    Hope that helps,

    Niall

  • Add the new column to the table, having trouble adding to an existing form

    I added a new column to a table that has an existing report and on this form. I was able to get the new column in the report, but I can't seem to get in shape. Can anyone give me a suggestion as how to proceed without having to recreate the form?

    Have you added a new element of the new column and set the source type on DATABASE_COLUMN then the value from the source to your new column name?

    -Jeff

  • How can, during the collection of data, start a new column in my table every 100 data points?

    Hello! I have a problem with my data - I get in a wide range of 1 x 1000, but it's the repeated measures, each taking about 500 data points. I want to break this table for this data string start a new column in my table every 500 points given. I don't know how to do it-please help!

    datacompiler100 wrote:

    Hey thanks for the sponsor and the first off I must apologize for the State, I am attaching my VI. I put the part of the VI that I am working on (my team has access, so didn't post everything here) and also attached the data file (when just written in a spreadsheet file, not through the attached VI). I want to convert the long row of data and then start a new column every 50, 100, 5 points (user-defined).

    Using the data from the file, you can reshape everything simply (as you already!), followed by transposition (since you want columns instead of rows). 2D arrays must always be rectangular, so the last column is filled with zeros if necessary. Is that what you want?

    Of course if you try to add a new column in a file, that will not work. You can only add lines in an existing file because of the way the data is organized. To add columns, the entire file must be read, intertwined and all re-written new data in the file.

  • Add a column in the Table lead RN

    Hello

    In a standard page, there is a searchRN, and on this basis, the data from the table ahead are met. I want to add another column of this table in advance. The original Version has the required column, so I just map the attribute and the instance.

    If she wasn't a table in advance, I would have, but for table in advance, it looks different. Any approach step by step would be really useful.

    Appl Version: 12.1.3

    Thank you

    Region of table in advance, create a new item. Type of item would be the column.
    create 2 new items under the newly added column. 1 is the column header and a second would be messagestyledtext.

    Kind regards
    RAM

  • Query took too much time when adding new column to the table and the index set on this

    I added a new column to the table that contains thousands of records. and created the composite index with three columns (those newly added + two existing column)

    for the specifics. TBL table there are two columns col1, col2

    I added the new column col3 to TBL and created composit index (col1, col2, col3).

    Now for all the records in col3 is NULL. When I choose on this table, it takes too long...

    Any idea what my I do bad., I have check the query plan, it is using the index

    It is solved using collection of statistics using the

    DBMS_STATS. GATHER_TABLE_STATS

    @Top.Gun thanks for your review...

  • Add new records to the table of the ADF

    Hello

    I use Jdev 11.1.1.3.0.
    I have a Page of the ADF with detail Table of form - master, I want to add new records to the table reflecting in DB. Is it possible to do? pointers or demo?


    Thank you
    MB

    What are the components are used in your table? When you created the table originally, you specified as a table read-only? If your table contains components of af: outputText, then you will need either manually change components entry way, or remove the table and re-drop-the-in the form of table (not read-only)

    John

  • Try to update the new column in the TABLE one by reading another table

    I had to add another column to a table and for updating this column, I need to read two other paintings, according to the REF_TYPE_CD.




    Update CUST_RQST_DROP c
    Set crd_mktr_no = (select mka_mktr_no from marketer_account
    where mka_acct_no = c.crd_ref_no
    and c.entry_dt between mka_eff_dt and mka_exp_dt
    and c.crd_ref_type_cd = 'A');

    Update CUST_RQST_DROP c
    Set crd_mktr_no = (select aeq_mktr_no from acct_enroll_que
    where aeq_work_q_no = c.crd_ref_no
    and c.crd_ref_type_cd = 'P');


    I don't know how to combine in a single query.

    Any suggestions would be greatly appreciated

    Well, I still had to build all of the DDL and DML statements me:(dans l'avenir, je recommanderais ajouter ceci dans votre post, vous aurez BEAUCOUP plus de gens prêts à aider si vous le faites.) Just a suggestion for your benefit.

    It should work assuming you have a relationship with each other between tablea and b and c... AND you never have more than one row in the child table (b or c to a given value in one).

    create table tablea
    (
    account_no      number,
    entry_dt     date,
    ref_type     varchar2(1),
    refno          number,
    mkt_no          number
    );
    
    create table tableb
    (
    id               number,
    account_no      number,
    mkt_no          number
    );
    
    create table tablec
    (
    id               number,
    account_no      number,
    mkt_no          number,
    eff_dt          date,
    exp_dt          date
    );
    
    insert into tablea values (123, to_date('04/01/2010','mm/dd/yyyy'), 'P', 9983, null);
    insert into tablea values (124, to_date('04/02/2010','mm/dd/yyyy'), 'A', 3452, null);
    insert into tablea values (125, to_date('04/02/2010','mm/dd/yyyy'), 'P', 9984, null);
    
    insert into tableb values (9983, 123, 10001);
    insert into tableb values (9984, 125, 11232);
    
    insert into tablec values (3452, 124, 10333, to_date('01/01/2010','mm/dd/yyyy'), to_date('05/19/2010','mm/dd/yyyy') );
    
    ME_XE?Update TableA a
    set mkt_no =
    (
         select mkt_no from tableb b where b.account_no = a.account_no and a.ref_type = 'P'
         union all
         select mkt_no from tablec c where c.account_no = a.account_no and a.ref_type = 'A' and a.entry_dt between c.eff_dt and c.exp_dt
    )
    where mkt_no is null;
    
    3 rows updated.
    
    Elapsed: 00:00:00.12
    ME_XE?select * from tablea;
    
            ACCOUNT_NO ENTRY_DT             R              REFNO             MKT_NO
    ------------------ -------------------- - ------------------ ------------------
                   123 01-APR-2010 12 00:00 P               9983              10001
                   124 02-APR-2010 12 00:00 A               3452              10333
                   125 02-APR-2010 12 00:00 P               9984              11232
    
    3 rows selected.
    
    Elapsed: 00:00:00.15
    
  • Add a new column in the table of research Serial_number remaining each time 1-10

    Hi all
    I need to add a column to the lookup table Serial_number and what I want is that he must view 1-10 on each page. I press Next and it should even once show Sr 1-No...
    To do this, I added a temporary variable to the SearchVO and central for the Table region code is the following:-
    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)
    {
    super.processFormRequest (pageContext, webBean);
    Am = (SearchAMImpl) pageContext.getApplicationModule (webBean) SearchAMImpl;
    SearchVoExImpl vo = (SearchVoExImpl) am.getSearchVoEx ();
    SearchVoExRowImpl searchRow = (SearchVoExRowImpl) vo.first ();
    searchRow.setSerial (new Integer (1));
    While (VO.hasNext ())
    {
    If (searchRow.getSerial () .intValue () == 11)
    searchRow.setSerial (new Integer (1));

    int i is searchRow.getSerial () .intValue ();.
    Integer p = new Integer(i+1);
    searchRow = (SearchVoExRowImpl) vo.next ();
    searchRow.setSerial (p);
    }
    }

    I am facing this problem is when I sort the result table by any column, that serial number gets disappeared.
    And also when I press the Go button to search it shows me the final results first.
    Please help me.

    "Now the left only problem is that it shows me the latest results first."

    This could happen if the rowIterator has been moved to the end. Please try this code.vo.setCurrentRow (vo.first ())

    Thank you

    Stephany

  • Paragraph style by default when you add rows/columns of the table

    Hello

    I use InDesign CC and whenever I add a new row in the table or a column, that paragraph for these lines styles are in default in the styles I won't use. They are actually failed to really big styles title so I don't just add lines 3 and 4 and my table is out of the page. None of the surrounding cells, columns or lines contain the ID styles is emphasizing the use.


    How can I set the default style for a new row in the table or column?

    Thank you

    Paul.

    Hi, thanks for the help guys. I tried your suggestions but I always had the same problem. However I noticed that when the model documents have been opened there were styles by default selected in all the style panels. It seemed that it was these styles by default selected which were applied to new rows in the table.

    I opened the templates and all the panels style [none] or [standard paragraph], then saved the document.

    This solves the problem because no style is now applied when rows are added.

  • Add new column

    Hi all
    I want to add the new column to my warehouse table and fill in the information to him. For that I have to make changes to the level of the ETL and I have to update the table with the new column.
    But my confusion, should we also add this new column in DAC?

    Hello:

    Please do if you create an Index on this new column, usually it a very good practice to add a column in the DAC as well, even if there is no Index.

    Your ETL will work even if you do not add this DAC.

    Thank you
    Mohan

  • How to add new columns to the datablock

    Hello

    I am new to oracle forms.

    You gurus out there can help me with a simple query.

    I have a block of data based on the system_parameters table.

    I have to add two new elements of text corresponding to two new columns (say A and B) added in the same table.

    I added the text elements manually on the editor of layout of the data block.

    In the range of property under section of the database that I gave the name of the column as A & B (new name column of the table).

    When I run the form, it gives me FRM-40505 (impossible to make the request).

    I know, the new text must be associated with system_parameters. A and system_parameters. B...

    There are several things that must be accomplished in order to reflect the two new columns on the scree?

    Any help will be greatly appreciated.

    Kind regards
    Carole

    Hello

    When you get this error, displays the full error message by clicking on the option menu to help-> the last error .

    François

  • How to add a column in a table

    I need to customize a Table in the seeded page and add a new column.
    Also, I have to populate the column with values from a procedure...
    Please, someone help me with a solution to this problem.

    Hello

    You need to extend the view object and add a new attribute.
    Write a callable statement in the method of getAttrXX() of viewObjectRowImpl, get the values of the procedure and return.
    Then create a substitution of your project.

    Prasanna-

Maybe you are looking for