Fixation by interface table (OE_HEADERS_IFACE_ALL)

Dear Sir

I do customization in the order management Module
currently I am loading data via the interface tables IE

OE_HEADERS_IFACE_ALL
OE_LINES_IFACE_ALL

now, a new requirement is generated by management to make the attachment in the custom application. The user will write long text in the text field and after the interface table has been processed through the ORDER IMPORT demand. text will be saved in the attachment table IE

fnd_documents_short_text
fnd_documents_tl
fnd_documents
fnd_attached_documents

Guide kindly,
Concerning

See Add an attachment order

Sandeep Gandhi

Tags: Oracle Applications

Similar Questions

  • Loads separate lines into PO_LINES through the interface tables

    Hi gurus

    I need to load a standard PO via the interface. In interface tables there are several lines using a single ITEM_ID, changing only ITEM_DESCRIPTION.
    This ITEM_ID is a service, each line represents a detail of this service.

    After the import process, in PO_LINES, there is a single line with amount total.

    How can I do to load separate lines in PO_LINES?

    Thanks in advance
    Oscar

    Hi Oscar,.

    Unfortunately, there is no way to do it using PDOI... Try to use the private api po_interface_s.create_document. But the problem is that you might not be able to use it as a... have to copy this API and modify as needed.

    Kind regards
    Praveen

  • Interface tables bank statement Import

    Hi all
    I use OEBS R 12.1.3. CAN anybody tell me / some links or info / on the bank statement Import program interface tables use as I can't find or I am just a bad researcher...? I need to insert data there in order for this program to create bank statements.



    Thanks in advance,
    Bahchevanov.

    See http://docs.oracle.com/cd/A60725_05/html/comnls/us/ce/intert01.htm
    and how to create new template mapping instruction requirement Bank, latest Patch [563476.1 ID]

    Sandeep Gandhi

  • Reception (specific Inter-org) required Interface table

    Hello
    I have warehouse W1 and W2. I use form Inter-org to send material from W1 to W2 (no, no, sales order, no request and no information of po). We all have the shipment number.
    Now, I need to create the backend process to receive the material sent to W2.

    Can I use the same tables of Interface Interface PO receipt to process records.

    1) values-> rcv_headers_interface
    Inserting 2)-> rcv_transactions_interface
    (3) run the program "Receiving Transaction processor".

    If I can use the above process, how can I avoid PO information. If so, is - anyone can share any example script.

    If not, is there a way to make this process of reception.

    Thank you and best regards,
    Phani

    Thanks for the help.

    He treats for sure, and I am able to see the records created agaist shipment number. When I try to extract from Froentend then I wasn't able to see. It was happening because of the number of reception not updated to.
    Not sure why it is not updated.

    I use the following INSERT queries and executes the Program Manager for the backend.

    DECLARE
    NUMBER OF V_HEADER_ID;
    NUMBER OF V_GROUP_ID;
    BEGIN
    Select RCV_INTERFACE_GROUPS_S.NEXTVAL in the double V_GROUP_ID;
    Select RCV_HEADERS_INTERFACE_S.NEXTVAL in the double V_HEADER_ID;
    -Receipt delivery
    INSERT INTO RCV_HEADERS_INTERFACE
    (
    HEADER_INTERFACE_ID,
    GROUP_ID,
    PROCESSING_STATUS_CODE,
    RECEIPT_SOURCE_CODE,
    TRANSACTION_TYPE,
    AUTO_TRANSACT_CODE,
    LAST_UPDATE_DATE,
    LAST_UPDATED_BY,
    CREATION_DATE,
    CREATED_BY,
    VALIDATION_FLAG,
    COMMENTS,
    SHIPMENT_NUM,
    FROM_ORGANIZATION_ID,
    SHIP_TO_ORGANIZATION_ID
    )
    VALUES
    (
    V_HEADER_ID, HEADER_INTERFACE_ID,
    V_GROUP_ID, GROUP_ID,
    'PENDING', PROCESSING_STATUS_CODE,
    'INVENTORY', - RECEIPT_SOURCE_CODE,
    'NEW', - TRANSACTION_TYPE,
    "DELIVER",-AUT_TRANSACT_CODE,
    SYSDATE, - LAST_UPDATE_DATE,
    -1,-LAST_UPDATE_BY.
    SYSDATE, - CREATION_DATE,
    -1,-CREATED_BY,.
    'Y',-VALIDATION_FLAG.
    'Receiver through the Interface cast,' - COMMENTS,
    "ROW4", - SHIPMENT_NUM,
    102,-FROM_ORGANIZATION_ID.
    126 SHIP_TO_ORGANIZATION_ID
    );
    -Provide inventory
    INSERT INTO RCV_TRANSACTIONS_INTERFACE)
    INTERFACE_TRANSACTION_ID,
    HEADER_INTERFACE_ID,
    GROUP_ID,
    TRANSACTION_TYPE,
    TRANSACTION_DATE,
    PROCESSING_STATUS_CODE,
    PROCESSING_MODE_CODE,
    TRANSACTION_STATUS_CODE,
    QUANTITY,
    LAST_UPDATE_DATE,
    LAST_UPDATED_BY,
    CREATION_DATE,
    CREATED_BY,
    RECEIPT_SOURCE_CODE,
    DESTINATION_TYPE_CODE,
    AUTO_TRANSACT_CODE,
    SOURCE_DOCUMENT_CODE,
    UNIT_OF_MEASURE,
    ITEM_ID,
    UOM_CODE,
    EMPLOYE_ID,
    SHIPMENT_HEADER_ID,
    SHIPMENT_LINE_ID,
    TO_ORGANIZATION_ID,
    SUBINVENTORY,
    FROM_ORGANIZATION_ID,
    FROM_SUBINVENTORY
    )
    VALUES
    (
    RCV_TRANSACTIONS_INTERFACE_S.NEXTVAL,-INTERFACE_TRANSACTION_ID,
    V_HEADER_ID, HEADER_INTERFACE_ID,
    V_GROUP_ID, GROUP_ID,
    'RECEIVE'-TRANSACTION_TYPE.
    SYSDATE, - TRANSACTION_DATE,
    'PENDING', PROCESSING_STATUS_CODE,
    'BATCH', - PROCESSING_MODE_CODE,
    'PENDING', TRANSACTION_STATUS_CODE,
    90,-QUANTITY.
    SYSDATE, - LAST_UPDATE_DATE,
    -1,-LAST_UPDATE_BY.
    SYSDATE, - CREATION_DATE,
    -1,-CREATED_BY,.
    'INVENTORY', - RECEIPT_SOURCE_CODE,
    'INVENTORY', - DESTINATION_TYPE_CODE,
    "DELIVER",-AUT_TRANSACT_CODE,
    'INVENTORY', - SOURCE_DOCUMENT_CODE,
    "EACH",-UNIT_OF_MEASURE,
    122,-ITEM_ID,.
    "EA", - UOM_CODE,
    NULL, - 25, - EMPLOYEE_ID,.
    3160726,-SHIPMENT_HEADER_ID,
    4894146,-SHIPMENT_LINE_ID,
    126,-TO_ORGANIZATION_ID.
    "TXFR", - SUBINVENTORY_ID,
    102,-FROM_ORGANIZATION_ID.
    "SALEABLE" - FROM_SUBINVENTORY
    );
    COMMIT;
    END;

    -These are the records inserted in the Interface table.

    declare
    l_return_status VARCHAR2 (1);
    l_msg_cnt NUMBER;
    l_msg_data VARCHAR2 (2000);
    number of l_trans_count;
    number of l_return;
    BEGIN
    fnd_global.apps_initialize (3689, 20634, 401);
    dbms_output.put_line ('Started');
    l_return: = Fnd_Request.submit_request (app-online 'IN.',
    program-online "RVCTP."
    Description-online "Receive Transaction processor",
    start_time => SYSDATE,
    sub_request => FALSE,
    argument1-online "BATCH."
    argument2-online 826796);
    commit;
    IF (l_return = 0)
    THEN
    dbms_output.put_line ('Scussfull');
    ON THE OTHER
    dbms_output.put_line (l_msg_data);
    END IF;
    END;

    This treats the records in the interface table and I do not see that it will create records in the Base table. I found that the Receipt_num is NULL.

    Select * from rcv_shipment_headers where shipment_num = 'ROW4. "

    I manually updated and tried to pick up once again, and I am able to see Froent-end. Is that what I'm missing all the values in the table of Interface?

    A point Important notice is:

    Select * from RCV_HEADERS_INTERFACE; -Process_status_code is running.

    I need to run anything else?

    Thank you and best regards,
    Phani

  • How to get information from web interface tables

    Hello

    How to get information from web interface tables

    as in the forms... Go to help-> Diagnostics-> review
    Block = SYSTEM field is LAST_QUERY.

    Kind regards.

    Salvation;

    Please see the paragraphs below:

    How to determine the Table and the name of the column to a field in a form in 11i [ID 259722.1]
    How to find the query that succeeded recently? [241628.1 ID]

    Respect of
    HELIOS

  • The AR invoice line number does not Interface table

    Hello

    I have a Bill to convert with 5 lines, but the line numbers are 2, 3, 4, 5, 7. I pass the staging table line number to ra_interface_lines.line_number and I can see the data in the interface table I in the staging table. But when the car invoice is executed and the invoice lines have serialized numbers line 1,2,3,4,5. Can someone let me know why this is happening?

    Thank you.

    I don't think that you can control the target (desired) line numbers, you can control how lines are classified by mentioning a rule-based command line
    some columns, associate the collection and then rule command line batch source.
    Your condition must wear the same # s to AR and I see gaps in the sequence numbers (line), I don't think it's possible.
    See the description of column auto invoice. If the idea is to link to the desired line number, pass the number of line in a column of attributes and open a FDF so that you know
    What that line the old system it maps too. After creation of invoice, you can update by running a sql however not recommended by oracle if it is necessary you
    can do this as a last resort.

    LINE_NUMBER
    This column is used by AutoInvoice and should be left to zero. AutoInvoice know nothing
    values in this column and still the lines sequentially from numbers
    rule number 1, in the order determined by the command line.

  • How to add new resource to existing routes using the API / Interface Tables?

    Hi friends,

    I need to add new resources to our existing ranges. The number of records is more than 10,000. So I need to create an anonymous block for her. But I don't know what are the tables Interface / API to use for their insertion. If anyone can guide me how can this be achieved, I would really appreciate it. If you can provide me with an example of code for it, it would be the best.

    Thanks in advance.

    KM

    Hi KM.

    PL insert the line in the BOM_OP_RESOURCES_INTERFACE table with

    INSERT INTO BOM_OP_RESOURCES_INTERFACE
    (process_flag, transaction_type, organization_id, routing_sequence_id, operation_seq_num, resource_seq_num,
    resource_code, assigned_units, usage_rate_or_amount, basis_type, schedule_flag, creation_date, effectivity_date)
    VALUES
    (1, 'CREATE', organization_id, v_rout_seq_id, v_operation_seq_num, v_resource_seq_num, v_resource_code,
    v_assigned_units, v_usage_rate_or_amount, DECODE (v_basis_type, 'BATCH', 2, 'ITEM', 1),
    Decode(i.schedule_yes_no, 'YES', 1, 'NO', 2), sysdate, v_eff_dt);

    Where, v_eff_dt = SELECT operation_sequence_id, effectivity_date IN v_oper_seq_id, v_eff_dt
    OF bom_operation_sequences b
    WHERE b.routing_sequence_id = v_rout_seq_id
    AND b.operation_seq_num = v_operation_seq_num;

    Then run simultaneous 'Bill and routing Interface' to import resources into the existing ranges.

    HTH
    Sanjay

  • Unable to load is the owner of standard Interface table at the Base of the OM tables

    Hi gurus,

    I load the data of shims for orders using the standard interface for order management.

    I can see the data blocks in the table of standard interface

    Select * from apps.oe_actions_iface_all;
    gives me data from the pending requests that need to be attracted to the flat-rate import program.

    but when I run the import of order program,
    I get the following error


    Order import concurrent program

    Simultaneous program settings
    Post only: N
    Control the Source: 1064
    Order code:
    Sold to Org Id:
    Sold to Org:
    Change the sequence:
    Performance parameter: Y
    Cut the whites: N
    Operation:
    Number of Instances: 0

    Debug level: 0
    Request Id: 105961365
    Org Id: 166

    Cannot perform Action ask APPLY_HOLD
    N ° of orders found: 1
    N ° of orders imported: 1
    N ° of the commands failed: 0


    Message from the source/line/command/Seq
    1064/12715682 / / 100, you are not allowed to apply this expectation.

    End of the simultaneous programme of the Import command

    Can someone help me on why it will fail in the import order program, which would be the cause of the simultaneous program error.

    all input is much appreciated.

    Thanks adavance

    Published by: 909577 on August 24, 2012 12:01 AM

    Hello

    I have no English version (I don't want to open a session we language I'm lazy :)) This is my translation :) Order management responsibility-> Setup-> controls-> shims find you hold and look at authorization. Maybe your wrong because that pck.

    Kind regards
    Luko

  • Is there any interface table to restrict the item to Subinventory

    HIII, gurus
    I have thousands that are restricted attribute, so I have to limit that referred to several subinnventory.
    But it takes a lot of time for substantive items one by one to subinventory.
    I want to know, is there any table interface to restrict this element through oraxcel?

    Thank you very much

    Concerning
    Andi

    There is no api. You need a direct insertion in the MTL_ITEM_SUB_INVENTORIES.

    Hope this helps,
    Sandeep Gandhi

  • Table interface ODI

    Hello

    The issue that I face is during insertion in the interface table dimension table. I have a new column added to the table _DS and filling of the dimension of the same table. Now the SQl code to insert in the table of the interface is very good and gets the new table _DS column, but the SQl code for the insertion of the interface for the dimension table doenst table have the new column, can someone please advice how to fix this.

    Thank you

    This problem appears when you do not mention the dimension type in the column properties.

    Go to the properties of the column and change the description, select the type of behavior of the CPC and save. Regenerate the scenarios and run again.

    Select this option if useful.

    Thank you

  • table of interface format to import data?

    Hello everyone!

    Does the interface table must have the format (GBA) as a cube dimensions?

    I mean the County and the order of the columns in the interface table should be equal number and the order of the dimensions in cube hyperion?

    .. or I can add the missing dimension (the data slice element) when loading in EPMA?

    Best regards

    Artem Shvedkov.

    If you want to understand the format, and then click the tables of the interface, I wrote an 8-part blog, part 8 is devoted to the loading data - more to life than that...: loading at EPMA planning applications using the interface tables & #8211; Part 8

    See you soon

    John

    http://John-Goodwin.blogspot.com/

  • To access the tables of an interface from a different interface intermediate I_ *.

    Is it possible to run this series of events?

    (1) load the data via the Interface 1 using a simple LKM and a revenge as "Incremental update of Oracle"
    (2) make sure the data store target on the "DELETE_TEMPORARY_OBJECTS" attribute of the IKM flow tab is set to 'false' (so it isn't serving the table when you are finished
    (3) load the data via the Interface 2, with a mapping that gets data leave 1 I_ UI staging table.

    Here's what we'd like to do in a few words:

    (1) for all records in a result set (let's call MODEL1 Range1 Interface), generates a sequence on a field value in the table of staging for I_MODEL1.
    (2) add MODEL1 to the list of sources for the mapping of Interface 2.
    (2) for all records to a different result together (call the MODEL2 of Interface 2) who meet a join clause and may be associated with a corresponding MODEL1 record search which generated the sequence value for the I_MODEL1 table and put it in this record for the I_MODEL2 table.

    Once both interfaces running, the two staging tables can be recessed. And, Yes, we have our own KM which twisted Oracle incremental update to push all the records through the agent, rather than simply generating the value of the sequence once for all of the defined result :-)

    Please advise,
    Michael

    I think it's possible if you remove the I$ 1 interface table. You just need to make sure that the second interface must not create one I$ table of the same name as the existing one (1st interface).

    Once the 1 interface will end the I reverse $ table and attach it to the corresponding source interface2. Then perform the necessary mappings. Now put them in order in a package.

  • Update and cancel standard existed IN. using tables interface PO lines

    Hello

    Can someone guide me please how to update and cancel the standard existed PO lines with tables interface IN....

    Thanks in advance,
    NS

    Hi NS,

    I think that it is not possible through open interface table, but you can update and cancel the po lines by using the following API respectively.

    (1) PO_CHANGE_API1_S.update_po

    (2) PO_Document_Control_PUB.control_document

    HTH
    Sanjay

  • Table without Interface

    That means without interface table?
    Why we should not change the value in the table?
    someone explain to me for example.

    Thank a ton

    Please visit http://prasanthapps.blogspot.com/2011/04/about-interfaces.html

    brief explanation at the top
    >
    First the source application data are loaded into a database table (called Interface table).
    Then the logic of the program provided valid validation records if they are correct or not.
    If the validation fails, the errors are transferred to another table (called error Table).
    If the validation is successful, the correct records are transferred through a process in the application of the destination table.

  • UDAs import of Tables of the Interface

    Hello!

    I have a problem: I can't import several UDA for a member of Interface Tables.
    EMP is 11.1.2. Tables - Oracle of the interface.

    For a UDA I just put his name in the "UDA" field in a table HS_... _MEMBER.

    What should I do to import several UDA for a Member?
    Where should I put the names of the UDAs? WHA other tables is necessary to use?


    I would be very grateful for your help!

    I don't know if this post will help you:- Re: database interface EPMA: how to load on the same Member multiple UDAs?

    See you soon

    John
    http://John-Goodwin.blogspot.com/

Maybe you are looking for