Download massive updated the planned orders in table msc_supplies

Hi all

I need your suggestion below requirement:

For item RM, we planned order suggested that the CPHA; before releasing it, we want to change Date of implementation and the amount of order, then output the last modified scheduled released automatically to create the PR in purchases & Payables.

In order to change the planned orders of RM, we export order planned the Workbench of the CPSA in the worksheet and then change dates, quantity, etc. in the worksheet. We want this change data to insert in the table msc_supplies automatically with manually intervene them and followed by releasing these planned automatically orders to create a PR

We want to know how to achieve this requirement. We want to know the available custom hook and script to insert record in to msc_supplies.

Have a great day.

Thank you

Sanngo

Hello

We expect steps below:

(1) export the planned RM command suggested by the CPSA to the spreadsheet or report.

(2) prepare the csv file with mandorty field as shown below in the table, i.e. date, quantity, etc. and format the data according to the custom intermediate table created.

(3) custom concurrent requests created, which is used to locate the data file and upload the data to a custom intermediate table.

(4) of the intermediate table that we are download the same data in the database MSC_SUPPLIES table (make a validation here check) in the same program. After that a manually scheduled commands added to the table of MSC_Supplies and can be found in the CPSA workbench.

(4) in the same concurrent application of custom, call "automatic rejection" to release these records of the base table of msc_supplies, where release_flag a value of 1.

We want to know the required fields need to be updated in the staging table custom and the base table:

ORGANIZATION_CODE

ORGANIZATION_ID

ITEM_SEGMENTS

INVENTORY_ITEM_ID

ORDER_TYPE_TEXT

ORDER_TYPE (5)

New Date

FIRM_DATE

New quantity

FIRM_QUANTITY

Argument Plan_ID

Transaction_id

RELEASE_STATUS (1)

SR_INSTANCE_ID

You can test adding the manually planned adhoc decrees on Workbench CAWC namely, which are updating fields in the MSC_SUPPLIES table.

Have a great day.

Thank you

Sannago

Tags: Oracle Applications

Similar Questions

  • I've updated the plan of the photographer and since the download, I had problems nonstop with fluidity and now the bridge is not displayed large previews, a few thumbnails. I restarted and reset the tool, is there anything else I can do or should I cancel

    I've updated the plan of the photographer and since the download, I had problems with non stop with fluidity and now the bridge is not displayed large previews, a few thumbnails. I restarted and reset the tool, is there anything else I can do or do I cancel my subscription to the CC and return to the CS6?

    The problem of fluidity can be the result of a graphics card problem:

    Try to uncheck the box in the preferences > performance > graphics processor use, then by restarting Photoshop. If this solves the problem, check with the manufacturer about a possible update.

    On the bridge: when you select an image and press the space bar, what happens?

  • Why people of Iran can not download or update the application?

    Why people of Iran can not download or update the application?

    What app?

  • Impossible to download and update the app on the iPhone 6 Plus

    Topic: impossible to download and update the app on my iPhone 6 Plus

    Turn off your device and turn it on again. If this does not help, sign out of your account and reconnect.

    In addition, you can try to reset your settings.

    • Press and hold the sleep/wake button
    • Press and hold the Home button
    • Press and hold both buttons until the display turns off and on again with the Apple logo on the subject.

    Alternatively, you can go to settings - general - reset - Reset all settings

  • SQL update the context field to table oe_order_lines_all

    Hello

    Can update us the context field on the order line table using sql update. Can someone please let me know, what would this cause.

    I use the same context values that are defined in the form of DFF, but one of the value is missing from the FDF form. What is the next step?

    Example:

    Update oe_order_lines_all
    Set frame = (select...), attribut1 = 'test '.
    where header_id = 1101

    Hello

    Consult the following document and see if it helps.

    Note: 746787.1 - process of PLC control in the management of order- UPDATE operation
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=746787.1

    Kind regards
    Hussein

  • Why can not download or update the applications of the rt app store of windows 8?

    For more than two days, I can't seem to be able to download or update all apps from the store on my Rt surface,

    Also the app icons displayed, for example when I go to free top or the new press article, all apps are shown without icons [images], also when I select an application, in the detail of the application of the app page images [screens] are not too, very strange, please help.

    FYI, I tried all the solutions in a similar case, but without success,

    I also did a full reset for my surface with no luck still the same problem.

    Link to the same case http://answers.microsoft.com/en-us/surface/forum/surfwinrt-surfupdate/cant-download-store-apps-sometimes-the-store/dd970c2e-10d6-48e5-8588-47ff742e6beb

    And here is a screenshot of http://sdrv.ms/12Qaabb

    Thanks for your help, but I found the problem in my case I never thought would be the cause of my internet provider company STC of Saudi telecom, I use a 3g data sim card / 4g with a 4g (LTE) router, this problem only happens with my ISP data 3G or 4g connection, when I connected to a DSL with the same supplier of all is ok also tried to connect with another supplier of services (Mobily) more 3g data connection / 4g and it works very well.

    If there is a problem with my internet connection, which is really strange.

    Thank you.

  • InStr/substr logic to update the column in a table db 9i / 10g / 11g

    Hi all

    I have a table Test_table with email_address column.
    Please update the table and remove
    [email protected] and
    [email protected]
    email_address column.

    Current values of the Email_address column

    [email protected], ken. [email protected], [email protected], [email protected]
    2.Ken. [email protected], [email protected], [email protected]; [email protected]
    3 ken. [email protected], [email protected], [email protected], [email protected]

    The new value must be
    1 ken. [email protected], [email protected]
    Ken 2. [email protected], [email protected], [email protected]
    3 ken. [email protected], [email protected]


    If email_address to remove is the first email address in the column
    Then, remove the first comma too, otherwise delete the comma above and email address.

    I created a C1 cursor, but I know is not the logic to use to get the new value
    Any help will be greately appreciated.

    Declare
    Cursor c1 is select rowid, email_address
    From Test_table
    Where (at the top (email_address) like ('% [email protected]%'))
    GOLD (superior (email_address) like '% [email protected]%');
    V_new_email varchar2 (200);
    BEGIN
    FOR rec IN C1 LOOP
    -do not know how to handle V_new_email to be able to update the table with the current values.
    V_new_email: = - some function instr/substr here

    Update Test_table
    Define email_address = V_new_email
    Where rowid = rec.rowid;

    END OF LOOP
    END;

    Thank you

    You needn't PL/SQL for such a thing. A SQL should be sufficient.

    with data as
    (
      select '[email protected], [email protected], [email protected], [email protected]' col from dual union all
      select '[email protected], [email protected],[email protected]; [email protected]' from dual union all
      select '[email protected], [email protected], [email protected], [email protected]' from dual
    )
    select col, trim(replace(replace(replace(col, '[email protected],'), '[email protected]'), ', ,', ',')) rep_col
      from data;
    
    COL                                                            REP_COL
    -------------------------------------------------------------- --------------------------------------------------------------
    [email protected], [email protected], [email protected], [email protected]   [email protected], [email protected]
    [email protected], [email protected],[email protected]; [email protected] [email protected], [email protected],[email protected];
    [email protected], [email protected], [email protected], [email protected]   [email protected], [email protected], [email protected]
    
  • How to monitor the update the user trigger sql table column

    Hello

    My database in the face of a problem that someone (or some jobs) always update the decimal points in a column. I want to trace who (what) update of the column, but the database do not have verification of activation.

    can anyone help. provide a trigger script to monitor the table if the column has been updated by commas, which returns records in a table.

    Thank you very much.

    Concerning

    Sean

    Why not, it's also so easy...! ! !

    SQL> CREATE TABLE audit_log (
      2  old_id VARCHAR2(15),
      3  new_id VARCHAR2(15),
      4  chng_by VARCHAR2(10),
      5  chng_when DATE,
      6  machine VARCHAR2(20),
      7  osuser VARCHAR2(20));
    
    Table created.
    
    SQL> CREATE OR REPLACE TRIGGER referencing_clause
      2  AFTER UPDATE
      3  ON report_heading
      4  REFERENCING NEW AS NEW OLD AS OLD
      5  FOR EACH ROW
      6  BEGIN
      7  IF INSTR(:NEW.ID,',') > 0
      8  THEN
      9  INSERT INTO audit_log
     10  (old_id, new_id, chng_by, chng_when, machine, osuser, ipadd)
     11  VALUES
     12  (:OLD.ID, :NEW.ID, USER, SYSDATE, SYS_CONTEXT('USERENV','HOST'), SYS_CONTEXT('USERENV','OS_USER'));
     13  END IF;
     14  END referencing_clause;
     15  /
    
    Trigger created.
    
    SQL> ALTER TABLE REPORT_HEADING ENABLE ALL TRIGGERS;
    
    Table altered.
    
    SQL> SELECT * FROM REPORT_HEADING;
    
    ID
    --------------------
    104001.1
    104002.1
    104002.1
    99.00
    246004.1
    88.00,
    
    6 rows selected.
    
    SQL> UPDATE REPORT_HEADING SET ID='99.11,' WHERE ID='99.00';
    
    1 row updated.
    
    SQL> SET LINE 200;
    SQL> select * from audit_log;
    
    OLD_ID          NEW_ID          CHNG_BY    CHNG_WHEN MACHINE              OSUSER
    --------------- --------------- ---------- --------- -------------------- -------------------- ---------------
    99.00           99.11,          SCOTT      05-MAR-10 BOSER\GIRISH         GIRISH\Girish Sharma
    

    BOSER here is my workgroup name and GIRISH is my machine name.

    HTH
    Girish Sharma

  • Impossible to download or update the app IPAD / iphone

    Hello

    Can someone help me out of this. not be able to download apps on the apple store.

    I have enough space in my air of 128GB ipad 2 and iphone 4S.

    He can't have a problem with the unit. If it is with the device I could have downloaded the app even in phone or ipad

    I tried to reset and change the time also. did not work.

    Please help out of this problem.

    Restart your modem router and internet Wi - Fi, and then try to download apps.

  • Update the Plan of photography: Photoshop for 2015 for CC, but he came back to trial version. Trial expired and now I am unable to use Photoshop. [was: help!]

    So, I had one Adobe Cloud for just the Photoshop and Lightroom. It was in October. When he asked me if I wanted to update the 2015 Photoshop version I did not hesitate. But then he started a 30 day free trial. After the 30 days he now won't let me use Photoshop. Is there a way to get the 2014 version back so I can still use it for the rest of the year I have with the bundle?

    Furthermore, these links may help:

    Sign in and check your account indicates the subscription with your adobeid https://www.adobe.com/account.html

    Then sign out and back in creative cloud with the same adobe id: http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html

    If you updated to Creative Cloud 2015 and some or all of your CC applications show 'trial start or buy now' in the desktop app creative cloud, or if you launch any product of CC 2015 and the pop up displays a test message window, please check this link for the resolution:

    https://helpx.Adobe.com/manage-account-membership/CC-reverts-to-trial.html

    Guinot

  • I lose data if I update the planning?

    I load the metadata through EPMA and given through ODI, ODI will Essbase data directly instead of loading at planning. Now, for some reason if I have add some members on the planning application and 'Refresh' the database so that the Essbase will have the same outline. My question: will I lose business data in the essbase if I click on "Refresh" the Hyperion Planning database? Thank you!

    IF you delete a member, the data associated with that Member are lost when the outline is saved. If you were to delete something as real all the actual data would be gone. IF you remove the cost center 12345, as this cost center data would be ost (in the case of a cube of BSO, the ancestors still held values until the cube is re-agged.

  • help on the use of dynamic action to update the items in a table (more precisely, the radio button) based on the collection

    Hi everyone, I posted this question in the past and made huge strides with the help of Denes Kubicek: https://apex.oracle.com/pls/apex/f?p=31517:294:115851992029365: based on my previous question posted: https://forums.oracle.com/forums/thread.jspa?threadID=2537494

    I'm fighting with a single element in my tabular presentation.  There is a radio button.  The choices all seem correctly, but the value is not saved in the collection (and therefore not recorded in the table).  All the other elements in the form of tables to record properly.

    Here's what I have for the query.   This is element c024 (which maps to;) ("F03'), which is defined as a radio based on an existing LOV LOV.

    Currently I have:

    2 items on the page:

    P110_ID

    P110_VALUE

    Dynamic action called COLUMN of CHANGE:

    event: CHANGE

    selection type: jQUERY Selector

    jQuery:

    Select jQuery = input [name = "f03"], select [name "f08"], select [name = "f09"], input [name = 'f10'], input [name = 'f11'], input [name = 'f12'], select [name = "f40"], input [name = "f21"], input [name = 'f22'], input [name = "f23"], input [name = 'f50']

    scope of the event: Dynamics

    real action #1: set the P110_ID javascript expression this.triggeringElement.id

    real action #2: set the P110_VALUE javascript expression this.triggeringElement.value

    action 3: run pl/sql code

    declare
      v_member number;
      v_seq number;
    begin 
      v_member := TO_NUMBER (SUBSTR (:p110_id, 2, 2));
      select ltrim(substr(:p110_ID,5,4),'0') into v_seq from dual;
      safis_collections.update_column(v_seq,
                                    v_member,
                                    :p110_value);
    
    
    

    refreshment area true creation #4: LANDINGS_COLLECTION

    the tabular presentation is based on the query:

    SELECT
    apex_item.text(1,seq_id,'','','id="f01_'||seq_id,'','') "DeleteRow",
    seq_id,
    seq_id display_seq_id,
    apex_item.text_from_LOV(c004,'SPECIES')||'-'||apex_item.text_from_LOV(c005,'GRADE')||'-'||apex_item.text_from_LOV(c006,'MARKETCODE')||'-'||apex_item.text_from_LOV_query(c007,'select unit_of_measure d, unit_of_measure r from species_qc') unit,
    apex_item.select_list_from_LOV(8,c008,'DISPOSITIONS','onchange="getAllDisposition('||seq_id||')"','YES','0','  -- Select Favorite --  ','f08_'||seq_id,'') Disposition,
    apex_item.select_list_from_LOV(9,c009,'GEARS','style="background-color:#FBEC5D; "onFocus="checkGearPreviousFocus('||seq_id||');"onchange="getAllGears('||seq_id||')"','YES','3333','-- Select Favorite --','f09_'||seq_id,'') Gear,
    apex_item.text(10,TO_NUMBER(c010),5,null, 'onchange="setTotal('||seq_id||')"','f10_'||seq_id,'') Quantity,
    apex_item.text(11,TO_NUMBER(c011),5,null,'onchange="getPriceBoundaries('||seq_id||')"','f11_'||seq_id,'') Price,
    
    apex_item.text(12, TO_NUMBER(c012),5,null, 'onchange="changePrice
    ('||seq_id||')" onKeyDown="selectDollarsFocus('||seq_id||',event);"','f12_'||seq_id,'') Dollars,
    decode(c013,'Y',apex_item.text(14, c014,30,null,'style="background-color:#FBEC5D;" onClick="onFocusAreaFished('||seq_id||');"','f14_'||seq_id,''),'N','N/A') Area_Fished,
    decode(c017,'Y',apex_item.text(18, c018,4,null,'style="background-color:#FBEC5D; "onBlur="setUnitQuantity('||seq_id||')"','f18_'||seq_id,''),'N','N/A') UNIT_QUANTITY,
    decode(c017,'Y',apex_item.text(19,'CN',3,null,'readOnly=readOnly;','f19_'||seq_id,''),'N','N/A') UNIT_COUNT,
    c024 hms_flag,
    decode(c050,'Y',apex_item.checkbox(21,'Y','id="f21_'||seq_id||'" style="background-color:#FBEC5D; " onClick="alterYes('||seq_id||');" onKeyPress="alterYes('||seq_id||');"',c021),'N','N/A') FinsAttached,
    decode(c050,'Y',apex_item.checkbox(22,'N','id="f22_'||seq_id||'" style="background-color:#FBEC5D;" onClick="alterNo('||seq_id||');" onKeyPress="alterNo('||seq_id||');"',c022),'N','N/A') FinsNotAttached,
    decode(c050,'Y',apex_item.checkbox(23,'U','id="f23_'||seq_id||'" style="background-color:#FBEC5D;" onClick="alterUnk('||seq_id||');" onKeyPress="alterUnk('||seq_id||');"',c023),'N','N/A') FinsUnknown,
    decode(c050,'Y',apex_item.textarea(28,c028,3,null,null,'f28_'||seq_id,''),'N','N/A') Explanation,
    decode(c024,'N',apex_item.select_list_from_LOV(29,c029,'HMSNATURE','onchange="saveNature('||seq_id||')"','YES','A','-- Select Nature of Sale --','f29_'||seq_id,''),'U',apex_item.select_list_from_LOV(29,c029,'HMSNATURE','onchange="saveNature('||seq_id||')"','YES','A','-- Select Nature of Sale --','f29_'||seq_id,''),'Y','N/A') Nature_Of_Sale,
    decode(c020,'Y',
    apex_item.select_list_from_LOV(40,c040,'HMS_AREA_CODE','style="background-color:#FBEC5D;"',null,null,null,'f40_'||seq_id,''),
    'N','N/A') HMS_AREA_CODE,
    c020,c050,
    decode(c020,'Y',
    apex_item.text(41,TO_NUMBER(c041),5,null,null,'f41_'||seq_id,''),
    'N','N/A') Sale_Price
    from apex_collections
     where collection_name = 'SPECIES_COLLECTION' order by seq_id
    
    
    
    
    
    

    I noticed the following:

    When I change the column C011 (price) the following values are defined in dynamic action:

    P110_ID = f11_1

    P110_VALUE is everything that I change the price.

    When I change the column C024 (hms_flag), the following values are defined:

    P110_ID = f03_0001

    P110_VALUE = change everything what I hms_flag to.

    the region is updated in my dynamic action, and change of hms_flag does not take.  I tested the SQL query that generates the value of v_SEQ in the dynamic action.   Both a change of price and HMS_FLAG, it seems valid

    Select ltrim (substr(:p110_ID,5,4),'0 ') in the double v_seq;

    If f11_1, v_seq: = 1

    If f03_0001, v_seq: = 1

    Thank you!

    solved.  sort of.

    domain c024 references f03.

    dynamic ACtion, step 4 calculated v_member as a substring of P110_ID... and in all other areas, the column and the field (fxx) displayed the same value... otherwise c024.

    I'm not exactly sure how solve it, but see the problem.

  • Why I can't download or update the 3G applications?

    These days, I am facing this problem. I always use 3G net to update or download apps, but now I can't download app or update. It says more than 100 MB of files usually use wifi but now less than 100 MB files are not uploading. I have reset my phone but now facing the same question on wifi I can update or download, but 3 g I can't

    Please tell me a solution

    Hello

    If I'm right, it seems you are trying to use 3G to update or download apps, but now you can download apps or update applications during a 3 G. I have an iPhone too, and I don't mean that it I could not update or download my apps or even important files. No worries if! We will try our best to work through this, all right? Without further ADO, let's try the following steps:

    • If you try to update or install apps on the internet, make sure that you are connected to a network.
      • Open settings > go to Wi - Fi > and make sure you are connected to a network.
    • If you try to update or install 3 G applications, make sure that mobile data is enabled.
      • Open settings > go to general > stand on in "cellular data".
    • Make sure that you are running the latest iOS Version:
      • Open settings > go to general > go to software update.
        • If you are using the latest version of iOS, you will get a message saying "your software is up-to-date."

    If the previous step did not help, try the next step:

    • Reset network settings
      • Open settings > go to general > press Reset > tap reset network settings.
        • If you are prompted to enter your password, and then follow the instructions on the screen.

    Best regards

    John

  • When I try to download windows update, the site is a white screen

    Then windows update has worked before, now when I try to download the entire site, I get is a blank screen? My is set to receive automatic update downloads, how can I be sure I get updates?

    Hello!

    to find us when had installed the latest updates
    Go to windows update on your computer and click view update history.
    also try resetting your internet explore.
    perform the clean boot software and then try again to install updates.
    support.Microsoft.com/kb/331796
    Please come back if you need assistance
    Thank you
    Makoi
  • How do I know which updated the field in a table

    Hi all

    There is a table that stores the information of bank account that has been updated from last month. Anyway is to know which user, what iP or any other detail that has updated.

    Auditing is enabled.

    Thanks in advance.

    Kind regards


    Hi John,.

    The audit is at the database level. sys. AUD$ table. I m new with the part of the audit. With this we can retrieve information about who has updated.

    Thanks in advance

    Kind regards

Maybe you are looking for

  • Artifacts while gaming on Satellite C660

    My laptop gets artifacts while I'm playing. Temperatures are somewhere around 50, so it's not a problem I think. There is one thing I have noticed, all the games where I get artifacts are directX games (minecraft works well and is openGL, but games l

  • Opens a PayPal scam e-mail e-mail link do not enter any info am I okay not jail broken iPad 2

    Open a PayPal link for phishing e-mail do not enter any info reported immediately is my iPad okay he wouldn't jail broken it I have to do something else

  • Deploy with fpga after change of chassis.

    Hello I'm running a project Veristand 2011 with an NI PXI-8109RT controller, a jury of NI PXI-7852R fpga and analog outputs 5 NI PXI-6733. For development, I used a chassis PXI-1000 b. Now, I have moved the system to a PXI-1045 chassis, and I can't d

  • connection iSCSI delivers or not?

    Hello, I'm encountering some issues with iscsi connections in my vSphere environment and my Equallogic group and wondering if I could get some input from you all. I'm curious to know if what I'm seeing is an Equallogic MEM or NLB event or if I actual

  • Issue of INS-35354 when installing Oracle RAC 12 on infrastructure Oracle Grid 12

    HelloI am trying to install Oracle RAC 12.1.0.2 one node installation on Windows Server R2 2012, but the installer told me:'Valid [INS-35354] the system on which you try to install Oracle RAC One doesn't not part of a cluster.'On the same server I ha