How to insert the legacy data into the QP_RLTD_MODIFIERS table?

How insert Legacy data into the QP_RLTD_MODIFIERS table in the instance of R12.

I would use the QP_Modifiers_PUB API. Process_Modifiers to push the old data on prices in R12.  QP_RLTD_MODIFIERS is only used for certain types of discounts (in my prod environment, only the promos are given in this table).

Tags: Oracle Applications

Similar Questions

  • How to insert the last updated date and user id to a form?

    Hello

    I created a form to enter data into a custom table.
    When a new record is created, I want to keep track of the date created, last updated date, and who (user id) enters the form.

    Can you please help or point me to a good place to look for this information?

    Thank you!
    LC

    Create four new columns in your table called Created_On, Created_By, Last_Updated_On and Last_Updated_By.

    You can create a trigger for the rest:

    create or replace trigger ""
      before insert or update on ""
      for each row
    begin
      if inserting then
        :NEW.Created_On := sysdate;
        :NEW.Created_By := v('APP_USER');
      end if;
    
      if updating then
        :NEW.Last_Updated_On := sysdate;
        :NEW.Last_Updated_By := v('APP_USER');
      end if;
    end;
    

    Whenever you will add or modify data in this table, the trigger will automatically fill these fields.

    Kind regards
    Mathieu

  • HOW to: Insert the symbol of the degree in text

    An another "How To" question.

    Running PE 13.1 on a Windows PC with WIN 7 64-bit.

    How to insert the symbol of the degree in text - I would like to have something like "temperature + 2 < degree symbol > water C.

    where < degree symbol > is the small circle (triggered).

    I found how to insert copyright (Alt + 0169) & the Tilde (Alt + 126) helped by Wikipedia, but the Windos ciode for the degree symbol is not shown - just the

    Unicode U + 2103 but Alt + 2103 just inserts a '7'.

    HEM

    HEM

    If you have the copyright © symbol to work for you with Alt + 0169, I think Alt + 0176, you should get the degree symbol as in 32 °.

    If please give it a try in the Titler, open Premiere Elements and let us know if it worked for you.

    Thank you.

    RTA

  • How to read the color table in a subvi?

    How to read the color table in a subvi? Is it made by a reference to the table or with a global variable? For a better understanding of the problem, I added to vi. Run the "run.vi." I want to see

    the background color of the table "run.vi" in the subvi called "read color.vi".

    How can I do?

    Thanks in advance

    Norick

    pop up on the wire table refernece and establishes 'control '. Add this control to the icon of the sub - VI decision-making and then wire ref of the appellant to this Terminal VI so the calling VI move the ref to the Subvi.

    Ben

  • How to configure the partition table for SSD?

    Drive: 32 GB SSD

    I accidentally delete without backup partition table information and would like to know how to put the partition table, I can access the tools of partition table, but do not know how to define.

    Does anyone have any suggestions?

    Thanks in advance for your suggestions

    Hello

    Thanks for posting your query in Microsoft Community.

    The SSD could be seen in the disk management window, and you could name and set up as another hard drive internal. To create a partition or volume on a hard disk, you must be logged in as an administrator, and there must be unallocated disk space or free space in an extended hard disk partition. To repartition your hard drive, please consult the following link and check if it helps.

    I can I repartition my hard disk?

    Additional information:

    Create a new Partition on a hard disk in Windows 7

    Hope this information is useful. Let us know if you need more help, we will be happy to help you.

  • How to create the logical tables &amp; how to give joints according to obiee 11g?

    Hello

    I have again to obiee 11g. I want to create the logical tables in MDB layer.

    After that I want to give joins according to MDB.

    I don't know, how to create the logical tables and how to give joints according to obiee 11g?

    Please help me.

    Thanks in advance,

    A.Kavya

    Hello

    The new logical table is right click on the MDB itself, for the join you generally in the business model diagram (again right click on objects).

    Maybe it's better if you start from a kind of tutorial to at least have an overview of what is happening where (layer business and physical layer etc.).

    Take a look at what Oracle has available: Oracle BI EE 11 g

    And no doubt, it can be a good start: https://apexapps.oracle.com/pls/apex/f?p=44785:24:0:NO:P24_CONTENT_ID, P24_PREV_PAGE:9787, 2

  • How to get the underlying tables

    Hi all

    EBS R12.2

    How can I get the underlying tables of the following form?

    Capture.PNG

    Thank you very much

    Jen

    Hello

    Go to help-> review-> properties-> point.

    That's how you get the base table (FND_USER_RESP_GROUPS_INDIRECT):

    Kind regards

    Bashar

  • How know what the largest table of my oracle database?

    How know what the largest table of my oracle database?

    SELECT * FROM
    (
    SELECT
    NOM_SEGMENT,
    SEGMENT_TYPE,
    BYTES/1024/1024 MB
    TABLESPACE_NAME
    Of
    DBA_SEGMENTS
    WHERE
    SEGMENT_TYPE = 'TABLE '.
    ORDER BY DESC 3
    )
    WHERE
    ROWNUM<=>

  • How to mark the physical tables as "cacheable"

    Hi all

    Can someone tell me please how to mark the physical tables as "cacheable".

    Thnaks a lot

    You can make cacheable table by clicking twice on the table or go to the properties of the table. You can designate specific time duration for the year, month, days need to keep cacheable. Remember do this on the base tables will affect all alias tables.

    Thank you
    Amol

  • How to recover the deleted table

    Hai

    How to recover the deleted table

    the IMP log = = file tables =

    fromuser =' 'touser =' '
    are you new on s/n? (Sorry for the request this because you asked the steps to import a single table). If you read the docs of oracle, you would have not asked this question

    Kind regards
    Pavan
    http://pavandba.WordPress.com

  • How to insert image from mysql into the table using php and create the checkbox in the table?

    How can I insert image from mysql into the table using php and create the checkbox for each data as a vote? Here is my code...

    WELCOME

    connect_error) {die ("connection failed:".)} $conn-> connect_error); } $sql = "SELECT no, Calon, ID, of course, the Image OF THE candidates." $result = $conn-> Query; If ($resultat-> num_rows > 0) {echo ' '; export data of each line while ($row = $result-> fetch_assoc()) {"echo"}}
    NO Candidate INFO Vote
    " . $row ["no"]. "-" . $row ["Calon"]. "
    -" . $row ['ID']. "
    -" . $row ['class']. "
    "; } ECHO ' ' ;} else {echo '0 results' ;} $conn-> close();?} >

    hope someone can help me because I am a newbie in this program... need to finish this project... Thank you.

    If you have saved the file name in the database, it's pretty simple.

    echo '' . $row['description'] . '';
    

    Is the same for the box:

    echo '';
    

    If you have saved the image file in the database, it is much more complicated. I recommend you store only the file name in the database.

  • How to insert the data from the table file?

    I need to know that how can I insert data into multiple columns by file. I can simply insert data into a table of columns, but could not find a way to put the data in the column all.

    My data in a file store
    ************************************************text.txt***************
    133, nanny, nagina, 14 mph, 45637, 9156729863

    **************************************************************my_data(table)**********
    try to insert into table below...

    Name, ID, last_name, add, PIN. Mob

    *********************************************

    Let me know if you need anything else... :))

    Hey nanny.

    In fact, in SQL Developer, you can open a connection to the target schema, right-click on the Tables node in the Navigator tree, select import the data, then use the data import wizard. It is extremely flexible. Looks like you have a file of comma-separated variables, so if you select Format: csv and import method: Insert it will probably work fine.

    To minimize the risk of errors during import, choose a limit value of preview so that the wizard can review the data type and the size of all columns in several lines of data as possible, and then examine the size/type of data for each column on the next page of the wizard and replace if necessary. For date columns, it is also important to choose the appropriate format mask.

    Hope this helps,
    Gary
    SQL development team

  • How to insert the value of a LONG data type?

    Hi all

    Developers what to change the type of data in the PRODUCTS table.

    PRODUCT
    ======
    ID number (10) not null,
    NAME varchar2 (50) not null,
    DESCR varchar2 (250) not null


    They want the DESCR to change datataype at LENGTH

    So I got back it up first:

    create the table product_bak in select * from product;
    remove the product;
    change the product table change (descr, null);
    Edit the product table change (long descr);
    Insert into select product * from product_bak;

    ORA - 997 - illegal use of LONG data type


    How can I recover my data?


    Thank you very much.

    Use TO_LOB to convert long on the CLOB type, then use TO_CHAR to convert CLOB VARCHAR2.

  • How to insert deliberately incorrect data in a table for the test?

    Good morning (or afternoon you BluShadow) :),.

    I tried my hand to solve the problem that is mentioned in this thread

    Invalid number exception

    where the OP has incorrect data in a numeric field.

    When I tried to create a test case (which requires the insertion of incorrect data in a numeric field), Oracle fought me teeth and nails and won. I could not put incorrect data in a numeric field.

    Question is: How do we convince Oracle to allow me to "ZZZ" in a numeric field?

    By the way, what I was trying to solve the problem in the above thread, was to throw the digital field with incorrect data in a string type (Char (20), for instance) and then inspect the string to determine if it is a valid number.

    This approach has the potential if Oracle will not validate the contents of the field before castant. If that's the case then it will not work. That of what I tried to test but could not get the test data with.

    Thank you for your help,

    John.

    Question is: How do we convince Oracle to allow me to "ZZZ" in a numeric field?

    You can not.

    I look more deeply in the other thread that you mentioned, but this is probably a question like this:

    Connected to Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 
    
    SQL> create table table1 (
      2   num number(5),
      3   des1 varchar2(10)
      4  );
    
    Table created
    SQL> create table table2 (
      2   num varchar2(5),
      3   des2 varchar2(10)
      4  );
    
    Table created
    SQL> insert into table1 values(1, 'desc1');
    
    1 row inserted
    SQL> insert into table1 values(2, 'desc2');
    
    1 row inserted
    SQL> insert into table2 values('1', 'desc1');
    
    1 row inserted
    SQL> insert into table2 values('2', 'desc2');
    
    1 row inserted
    SQL> insert into table2 values('A', 'desc3');
    
    1 row inserted
    
    SQL> select *
      2  from table1 t1
      3       join table2 t2 on t2.num = t1.num
      4  ;
    
    select *
    from table1 t1
         join table2 t2 on t2.num = t1.num
    
    ORA-01722: Nombre non valide
    
    SQL> select *
      2  from table1 t1
      3       join table2 t2 on t2.num = to_char(t1.num)
      4  ;
    
       NUM DES1       NUM   DES2
    ------ ---------- ----- ----------
         1 desc1      1     desc1
         2 desc2      2     desc2
     
    

    We can see what is happening behind the scene by running a plan to explain:

    SQL> explain plan for
      2  select *
      3  from table1 t1
      4       join table2 t2 on t2.num = t1.num
      5  ;
    
    Explained
    
    SQL> select * from table(dbms_xplan.display);
    
    PLAN_TABLE_OUTPUT
    --------------------------------------------------------------------------------
    Plan hash value: 4277839568
    -----------------------------------------------------------------------------
    | Id  | Operation          | Name   | Rows  | Bytes | Cost (%CPU)| Time     |
    -----------------------------------------------------------------------------
    |   0 | SELECT STATEMENT   |        |     3 |    93 |     7  (15)| 00:00:01 |
    |*  1 |  HASH JOIN         |        |     3 |    93 |     7  (15)| 00:00:01 |
    |   2 |   TABLE ACCESS FULL| TABLE1 |     2 |    40 |     3   (0)| 00:00:01 |
    |   3 |   TABLE ACCESS FULL| TABLE2 |     3 |    33 |     3   (0)| 00:00:01 |
    -----------------------------------------------------------------------------
    Predicate Information (identified by operation id):
    ---------------------------------------------------
       1 - access("T1"."NUM"=TO_NUMBER("T2"."NUM"))
    Note
    -----
       - dynamic sampling used for this statement
    
    19 rows selected
     
    

    The predicate of access actually includes a TO_NUMBER, which of course not on NUM = "A".

    Published by: odie_63 on 24 July. 2010 12:39

  • Satellite P200-1FZ: how to insert the smart media card into the card slot

    Hello

    I have read the slim manual, and I can't find any info on the card slot. (other than where he lives on the laptop)

    Could someone tell me please how to insert my card SmartMedia? the slot is huge and I'm worried about losing the card inside the laptop! I assume that the smart media will be automatically run?...

    Thanks in advance!

    It would be good to know what model of laptop you have.
    But, normally, for the smaller cards, you will need an adapter that is often included, as for the memory stick pro duo.
    I think it's just normal size and you have to put in the middle of the card reader slot until you hear a click.

    If you have not changed the AutoPlay settings, you must get a new window with the files on your card, when you put it on your laptop.

Maybe you are looking for

  • ioS battery draining / overheating

    I use a 6 16 GB iPhone on which I downloaded iOS 10 a few days ago. I hate this update! The drops of the battery to 100% less than 30 percent in less than two hours of use; and that, no phone call - just by using whatsapp and twitter. I also had days

  • can not connect to facebook app

    can not connect to facebook, it gives this pop up connection failed sorry and unexpected error has occurred please try again later error code: 0 as I can't connect in the Woods, I have an iphone 5 s

  • How to export media files from browser picture motion on a memory stick

    I have downloaded a series of photos on my camera to my computer and now I would like to download these images on a memory stick, so that I could display them on an electronic picture frame. I am unable to follow the instructions of the computer, bec

  • WRT610N-CA

    Do not know why the price differences between the WRT610N-CA and the WRT610N. The version - CA appears to be about 70 dollars cheaper... .anyone know why? And Yes, I compare Cnd$ Cnd $

  • 6 times to get into e-mail. Help! __

    I'm receing 6 copies of each message and I have to sign in 6 times to enter the e-mail. Help!purplev8