INV API  inv_quantity_tree_pub.query_quantities in R12

Hi,
is there any difference in the inv_quantity_tree_pub.query_quantities APi b/w 11i and R12.
Thanks.

Ganapati,
This code works with the same parameters you are passing. Can you please try? This is in R12.0.4 vision (inventory merger for OPM). In my case item was lot and serial controlled hence passed TRUE for both. You can change it if you need to.
DECLARE
x_return_status VARCHAR2 (1);
x_msg_data VARCHAR2 (4000);
x_msg_count NUMBER;
x_qoh NUMBER;
x_rqoh NUMBER;
x_qr NUMBER;
x_qs NUMBER;
x_att NUMBER;
x_atr NUMBER;
x_sqoh NUMBER;
x_srqoh NUMBER;
x_sqr NUMBER;
x_sqs NUMBER;
x_satt NUMBER;
x_sqtr NUMBER;
BEGIN
inv_globals.set_org_id (207);
inv_quantity_tree_pub.clear_quantity_cache;
inv_quantity_tree_pub.query_quantities (p_api_version_number => 1.0
, x_return_status => x_return_status
, x_msg_count => x_msg_count
, x_msg_data => x_msg_data
, p_organization_id => 207
, p_inventory_item_id => 167742
, p_tree_mode => 1
, p_is_revision_control => FALSE
, p_is_lot_control => TRUE
, p_is_serial_control => TRUE
, p_grade_code => NULL
, p_revision => NULL
, p_lot_number => NULL
, p_subinventory_code => NULL
, p_locator_id => NULL
, x_qoh => x_qoh
, x_rqoh => x_rqoh
, x_qr => x_qr
, x_qs => x_qs
, x_att => x_att
, x_atr => x_atr
, x_sqoh => x_sqoh
, x_srqoh => x_srqoh
, x_sqr => x_sqr
, x_sqs => x_sqs
, x_satt => x_satt
, x_satr => x_sqtr
DBMS_OUTPUT.put_line (x_return_status);
DBMS_OUTPUT.put_line (x_msg_count);
DBMS_OUTPUT.put_line (x_qr);
DBMS_OUTPUT.put_line (x_qoh);
DBMS_OUTPUT.put_line (x_rqoh);
END;
Thanks
Nagamohan

Similar Messages

  • INV_Quantity_Tree_PUB.Query_Quantities API returns 0

    Hi Experts,
    I 'am using the INV_Quantity_Tree_PUB.Query_Quantities API to calculate the Reservable and on hand quantities. I 'am passing only the Item Id and Org Id. Remaining values are set to null. But this API always returns '0' for both reservable and onhand quantities. I can see valid quantities in the Inventory/ On Hand Quantity window. Can you please suggest whether I 'am missing something here.
    Thanks,
    Ganapathi

    Ganapati,
    This code works with the same parameters you are passing. Can you please try? This is in R12.0.4 vision (inventory merger for OPM). In my case item was lot and serial controlled hence passed TRUE for both. You can change it if you need to.
    DECLARE
    x_return_status VARCHAR2 (1);
    x_msg_data VARCHAR2 (4000);
    x_msg_count NUMBER;
    x_qoh NUMBER;
    x_rqoh NUMBER;
    x_qr NUMBER;
    x_qs NUMBER;
    x_att NUMBER;
    x_atr NUMBER;
    x_sqoh NUMBER;
    x_srqoh NUMBER;
    x_sqr NUMBER;
    x_sqs NUMBER;
    x_satt NUMBER;
    x_sqtr NUMBER;
    BEGIN
    inv_globals.set_org_id (207);
    inv_quantity_tree_pub.clear_quantity_cache;
    inv_quantity_tree_pub.query_quantities (p_api_version_number => 1.0
    , x_return_status => x_return_status
    , x_msg_count => x_msg_count
    , x_msg_data => x_msg_data
    , p_organization_id => 207
    , p_inventory_item_id => 167742
    , p_tree_mode => 1
    , p_is_revision_control => FALSE
    , p_is_lot_control => TRUE
    , p_is_serial_control => TRUE
    , p_grade_code => NULL
    , p_revision => NULL
    , p_lot_number => NULL
    , p_subinventory_code => NULL
    , p_locator_id => NULL
    , x_qoh => x_qoh
    , x_rqoh => x_rqoh
    , x_qr => x_qr
    , x_qs => x_qs
    , x_att => x_att
    , x_atr => x_atr
    , x_sqoh => x_sqoh
    , x_srqoh => x_srqoh
    , x_sqr => x_sqr
    , x_sqs => x_sqs
    , x_satt => x_satt
    , x_satr => x_sqtr
    DBMS_OUTPUT.put_line (x_return_status);
    DBMS_OUTPUT.put_line (x_msg_count);
    DBMS_OUTPUT.put_line (x_qr);
    DBMS_OUTPUT.put_line (x_qoh);
    DBMS_OUTPUT.put_line (x_rqoh);
    END;
    Thanks
    Nagamohan

  • Form Personalization error in INV on Kanban Cards Form R12

    Hi,
    I'm trying form personalization in INV Kanban Cards Form,could you suggest me:
    1. Assume that MTL_KANBAN_CARDS table has kanban_card_number='12345'
    2. Assume that in the table MTL_MATERIAL_TRANSACTIONS_TEMP , Transaction_Quantity = 50 for above kanban_card record.
    3. Now, user will enter into apps, open the kanban form & query above kanban_card_number. This form will have 3 DFF fields for entering the quantity
    (Attribute4 for Lot1, Attribute5 for Lot2, Attribute6 for Lot3).
    4. Now, user will enter first DFF value say 10, 2nd DFF value say 20 and 3rd DFF value say 20. --> The total is 50 which is equal to the transaction_quantity in MTL_MATERIAL_TRANSACTIONS_TEMP for this kanban_card.
    My requirement is that, when ever user enters (based on above example) more than 50 (sum of 3 DFF's), then an error message should show up saying
    (Entered quantity is more than transaction_quantity of this kanban card).
    Trigger Event: WHEN-VALIDATE-RECORD
    ==============
    Trigger Object: KANBAN_CARDS
    ==============
    Condition:
    =========
    :KANBAN_CARDS.inventory_item_id = MTL_MATERIAL_TRANSACTIONS_TEMP.inventory_item_id
    and :KANBAN_CARDS.organization_id = MTL_MATERIAL_TRANSACTIONS_TEMP.organization_id
    and (MTL_MATERIAL_TRANSACTIONS_TEMP.transaction_quantity >= nvl(:KANBAN_CARDS.ATTRIBUTE4,0) + nvl(:KANBAN_CARDS.ATTRIBUTE5,0) + nvl(:KANBAN_CARDS.ATTRIBUTE6,0))
    and rownum=1
    Thanks
    Pravin

    Forms Personalization is a feature of the Oracle Enterprise Business Suite (EBS) not a feature of Oracle Forms. Please post your question in the General EBS Discussion forum. If you have a general Forms question, by all means, ask it here! ;-)
    Craig B-)

  • On Hand Query API - LPN ATR

    Hi All,
    I am using the On Hand Query API inv_quantity_tree_pub.query_quantities in our custom code, to get the ATR (Available to Reserve) Quantities. It is working fine to get the ATR Quantities specific to Item, Lot, Sub Inventory, Locator.
    But If I go one level below to LPN, it is not returning the ATR specific to the LPN (eventhough I pass P_LPN_ID). Suppose if there are 3 LPNs for 1 Lot, if I call the API by giving all the details including the LPN (IN parameter P_LPN_ID), it is returning the ATR (OUT parameter X_ATR) for the whole Lot (i.e same value for all the 3 LPNs), not specific to the LPN. Below is the API call, I am using in our code.
    I am expecting the same ATR value, as I could see in the On Hand Availability Form. Please let me know, if I am missing any thing on this.
    inv_quantity_tree_grp.clear_quantity_cache;
    inv_quantity_tree_pub.query_quantities
    p_api_version_number => 1.0
    ,p_init_msg_lst => apps.fnd_api.g_false
    ,x_return_status => l_api_ret_status
    ,x_msg_count => l_msg_count
    ,x_msg_data => l_msg_data
    ,p_organization_id => p_organization_id
    ,p_inventory_item_id => p_inventory_item_id
    ,p_tree_mode => 2--inv_quantity_tree_pub.g_transaction_mode
    ,p_onhand_source => 3--inv_quantity_tree_pvt.g_all_subs
    ,p_is_revision_control => FALSE
    ,p_is_lot_control => TRUE
    ,p_is_serial_control => FALSE
    ,p_revision => NULL
    ,p_lot_number => p_lot_number
    ,p_lot_expiration_date => SYSDATE
    ,p_lpn_id => p_lpn_id
    ,p_subinventory_code => p_subinventory
    ,p_locator_id => p_locator_id
    ,p_grade_code => NULL
    ,x_qoh => l_qty_oh
    ,x_rqoh => l_qty_res_oh
    ,x_qr => l_qty_res
    ,x_qs => l_qty_sug
    ,x_att => l_qty_att
    ,x_atr => l_qty_atr
    ,x_sqoh => l_sqty_oh
    ,x_srqoh => l_sqty_res_oh
    ,x_sqr => l_sqty_res
    ,x_sqs => l_sqty_sug
    ,x_satt => l_sqty_att
    ,x_satr => l_sqty_atr
    Appreciate your help on this.
    Thanks,
    Gowri.

    Hi
    you cannot associate a lot number to an LPN unless this LPN is a Container Item.
    You can generate the using GENERATE_LPN API, this will populate WMS_LICENSE_PLATE_NUMBERS. then you will have to insert a record with Item and Lot to WMS_LPN_CONTENTS
    with reference WMS_LPN_CONTENTS.PARENT_LPN_ID to WMS_LICENSE_PLATE_NUMBERS.LPN_ID
    Hareesh

  • Request Date Quantity

    Hello -
    In the availability window, request date qty value is being shown. Can anyone help me know where this field - request date qty is being stored? What table is being used to populate this information. I've found one table MRP_ATP_SCHEDULE_TEMP but this table has more than 1 records in every line id of the sales order line details. And I think the only unique in this table is the session id. However, session id is not being used in the sales order tables. So there is no way I could join those tables to return 1 record.
    Any help would really be appreciated.
    Thank you,

    This is not stored anywhere. The idea is to display current data.
    The data are populated by an API INV_Quantity_Tree_PUB.Query_Quantities
    Thanks,
    Mehabub

  • API's for PO and INV modules

    Hi,
    Can anybody tell me what are the API's for PO and INV modules in
    11i and R12?
    Regards,
    Bharathi.

    Post it in this forum
    Discrete Manufacturing

  • Need API for Credit Memo creation-R12

    Hi All,
    I am working on R12 Implementation process.  I have a requirement for creating the "Credit Memo" using API.
    Could you please any one provide the API for Credit Memo creation process.
    Thanks,
    LSP

    Hi,
    Please refer the following links:
    http://www.betteroracle.com/2012/08/ar-api-create-credit-memo-r12.html
    http://easyoracleapps.blogspot.com/2011/08/creating-credit-memos-and-appling-these.html
    http://prasanthapps.blogspot.com/2011/05/credit-memo-creation-via-api.html
    Googling will help you indeed
    Rgds,

  • Unable to create Supplier as Employee using R12 API

    Hi,
    I am creating supplier as amployee by uing the API and pasting the Annonimus API code and its details below.
    declare
      x_vendor_site_id NUMBER;
      x_return_status  VARCHAR2(1);
      x_msg_count      NUMBER;
      x_msg_data       VARCHAR2(2000);
      l_vendor_rec     ap_vendor_pub_pkg.r_vendor_rec_type;
      x_vendor_id      NUMBER;
      X_PARTY_ID       NUMBER;
      BEGIN
    for c in (select employee_id,location_id,party_id,organization_id from
    PER_EMPLOYEES_X pex
    where not exists
    (select 1
    from po_vendors
    where employee_id=pex.employee_id
    and employee_id=1198)
    loop
    l_vendor_rec.employee_id := c.employee_id;
    l_vendor_rec.VENDOR_TYPE_LOOKUP_CODE := 'EMPLOYEE';
    --mo_global.set_policy_context('S',c.organization_id);
    AP_VENDOR_PUB_PKG.Create_Vendor
    (      p_api_version => 1,
         x_return_status     => x_return_status,
         x_msg_count     => x_msg_count,
         x_msg_data     => x_msg_data,
         p_vendor_rec=> l_vendor_rec,
         x_vendor_id => x_vendor_id,
         x_party_id => x_party_id
      IF x_return_status = apps.FND_API.G_RET_STS_SUCCESS
      THEN
      commit;
      dbms_output.put_line('--------------------------------------');
      dbms_output.put_line('Supplier created:'||x_vendor_id); 
      ELSE
      dbms_output.put_line ('Creation of Supplier Failed with the error :'||x_msg_data||'  '||FND_MSG_PUB.count_msg);
         FOR i IN 1..FND_MSG_PUB.count_msg
    LOOP
    DBMS_OUTPUT.put_line(FND_MSG_PUB.Get(p_msg_index =>i,p_encoded =>'F'));
    end loop;
    END IF;
    END LOOP;
      END;
    Error : Am getting the error saying that
    "Supplier record cannot be updated.Either the Employee ID/Info is incorrect or the employee associated with this supplier is terminated".
    When i checked in the DB this employee is an active employee with us.
    Could any one please help me by providing your suggestion on this with Priority.
    Looking for your answer soon.
    Thanks,
    Surya.

    Hi;
    All APIs are listed in Oracle Integration Repository
    http://irep.oracle.com/index.html
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Oracle Trading Community Architecture API User Notes, June 2003 [ID 241320.1]
    Technical Uses of Customer Interface and TCA-API [ID 269121.1]
    "12: How To Access API References via the Oracle Integration Repository" [ ID 462586.1]
    "Oracle Integration Repository Documentation Resources Release 12" [ ID 396116.1]
    Pelase also check below:
    Api's in EBS
    http://forums.oracle.com/forums/thread.jspa?forumID=39&threadID=984534&messageID=3890192#3890192
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    http://forums.oracle.com/forums/thread.jspa?threadID=1038379&tstart=0
    List of API
    http://forums.oracle.com/forums/message.jspa?messageID=4198097#4198097
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    List of APIs and open interface R12
    http://forums.oracle.com/forums/thread.jspa?messageID=2340033
    Regard
    Helios

  • API for end dating a Supplier Bank account- R12

    Hi
    I'm looking for a API to end date a supplier bank account.
    Could someone help me wiht this.
    THanks

    Hi;
    All APIs are listed in Oracle Integration Repository.First check below
    http://irep.oracle.com/index.html
    Please check below which could be helpful for your issue:
    How to set Bank Account Uses End Date to Specific Supplier Site [ID 726763.1]
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Oracle Trading Community Architecture API User Notes, June 2003 [ID 241320.1]
    Technical Uses of Customer Interface and TCA-API [ID 269121.1]
    Pelase also check below:
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    List of APIs and open interface R12
    Re: List of APIs and open interface R12
    Regard
    Helios

  • R12: Is there a Public API to change the LifeCycle Status / Item Status ?

    Hi,
    R12.1.3 Advance Product Catalog :
    Is there any Public API to change the LifeCycle Status / Item Status from one phase to
    next phase specific to Product Information Management ?
    Thanks,

    Hi;
    All APIs are listed in Oracle Integration Repository
    http://irep.oracle.com/index.html
    http://download.oracle.com/docs/cd/E12839_01/apirefs.1111/e10652/toc.htm
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Oracle Trading Community Architecture API User Notes, June 2003 [ID 241320.1]
    Technical Uses of Customer Interface and TCA-API [ID 269121.1]
    Pelase also check below:
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    List of APIs and open interface R12
    Re: List of APIs and open interface R12
    Regard
    Helios

  • R12 12.0.4 Onhand Quantity SQL required

    Hi guys
    We are a huge retailing company and currently in the process of implementing a custom made application for POS. One of our requirements is to reserve a given quantity against a particular item and once the PO received from the customer, raise a Credit invoice against customer account. Throughout last couple of years after the R12 implementation we kept on adding in-house built modules, mostly for tracking the on-hand quantities. We never used the material reservation until the custom application integration.
    As we are planning to go live with the custom built application, we are in a requirement to alter our on-hand quantity scripts throughout the custom modules and reports. Right now we are using the following query to fetch the on-hand quantities:
    Select onhand_quantity from
    Select sum(onhand_qty) onhand_quantity, inventory_item_id, organization_id, subinventory_code from
    Select sum(transaction_quantity) onhand_qty,inventory_item_id, organization_id, subinventory_code from mtl_onhand_quantities
    group by organization_id, subinventory_code, inventory_item_id
    union all
    Select sum(reservation_quantity)*-1 onhand_qty,inventory_item_id, organization_id, subinventory_code from mtl_reservations
    group by organization_id, subinventory_code, inventory_item_id
    group by inventory_item_id, organization_id, subinventory_code
    where inventory_item_id = :item_id and
    organization_id = :org_id and
    subinventory_code = :subinv_code
    Should we consider anything else? We tried to use "apps.INV_QUANTITY_TREE_PUB.QUERY_QUANTITIES" API, unfortunately while compiling we got compilation errors. Please forward your suggestions
    regards,

    Thanks Sandeep
    Unfortunately, we do use move orders quite frequent (OM team just confirmed) and there are just few entries in MTL_MATERIAL_TRANSACTION_TEMP table. A total of 6 records dating back to 2010.
    Anyway we are going ahead with the current setup and will include this table if differences are found at later stages. Thank you very much for your replies.
    Regards,

  • Is there any api to update quantity in sub inventory

    Hi All,
    I want to transfer quantity from one sub inv to another sub inv and also i need to update the sub inv quantity.Please help me.
    Regards
    Kumar.

    Hi;
    All APIs are listed in Oracle Integration Repository
    http://irep.oracle.com/index.html
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Oracle Trading Community Architecture API User Notes, June 2003 [ID 241320.1]
    Technical Uses of Customer Interface and TCA-API [ID 269121.1]
    "12: How To Access API References via the Oracle Integration Repository" [ ID 462586.1]
    "Oracle Integration Repository Documentation Resources Release 12" [ ID 396116.1]
    Pelase also check below:
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    List of APIs and open interface R12
    Re: List of APIs and open interface R12
    Regard
    Helios

  • How to call an API through Forms

    Hi,
    I want to call 'inv_quantity_tree_pub.query_quantities' from a custom form developed using Template.fmb.
    It is displaying error that 'remote package can not be called '.
    can any one help me on this issue.

    Hi;
    What is your OS?
    Please check below which could be helpful for your issue
    Oracle E-Business Suite Java APIs for Forms Troubleshooting Guide, Release 12 [ID 966982.1]
    http://drupal.org/node/751826
    http://oracle.ittoolbox.com/groups/technical-functional/oracle-dev-l/how-to-call-windows-apis-through-oracle-forms-developer-6i-1082381
    Regard
    Helios

  • What is INV_QUANTITY_TREE_PUB.update_quantities effects?

    Hi,
    Im using bellow querry for update quantities, but it not effect, it is not in synch with corresponding database tables or applications.
    Anybody tell me what is INV_QUANTITY_TREE_PUB.update_quantities effects?
    Thanks.
    DECLARE
    O_RETURN_STATUS VARCHAR2(250);
    O_MSG_COUNT NUMBER;
    O_MSG_DATA VARCHAR2(250);
    O_x_qoh NUMBER;
    O_x_rqoh NUMBER;
    O_x_qr NUMBER;
    O_x_qs NUMBER;
    O_x_att NUMBER;
    O_x_atr NUMBER;
    O_x_sqoh NUMBER ;
    O_x_srqoh NUMBER;
    O_x_sqr NUMBER ;
    O_x_sqs NUMBER ;
    O_x_satt NUMBER ;
    O_x_satr NUMBER ;
    BEGIN
    INV_QUANTITY_TREE_PUB.update_quantities(
    p_api_version_number => 1
    , p_init_msg_lst => fnd_api.g_false
    , x_return_status => O_RETURN_STATUS
    , x_msg_count => O_MSG_COUNT
    , x_msg_data => O_MSG_DATA
    , p_organization_id => 102
    , p_inventory_item_id => 6377
    , p_tree_mode => 2
    , p_is_revision_control => false
    , p_is_lot_control => true
    , p_is_serial_control => false
    , p_demand_source_type_id =>-9999
    , p_demand_source_header_id =>-9999
    , p_demand_source_line_id => -9999
    , p_demand_source_name => NULL
    , p_lot_expiration_date => NULL
    , p_revision => NULL
    , p_lot_number => 11
    , p_subinventory_code => '200.01'
    , p_locator_id => NULL
    , p_grade_code =>NULL
    , p_primary_quantity => 400
    , p_quantity_type => 1
    , p_secondary_quantity =>NULL
    , p_onhand_source =>NULL
    , x_qoh => O_x_qoh
    , x_rqoh => O_x_rqoh
    , x_qr => O_x_qr
    , x_qs => O_x_qs
    , x_att => O_x_att
    , x_atr => O_x_atr
    , x_sqoh => O_x_sqoh
    , x_srqoh => O_x_sqoh
    , x_sqr => O_x_sqoh
    , x_sqs => O_x_sqoh
    , x_satt => O_x_sqoh
    , x_satr => O_x_sqoh
    , p_transfer_subinventory_code => NULL
    , p_cost_group_id =>NULL
    , p_containerized =>NULL
    , p_lpn_id => NULL
    , p_transfer_locator_id => NULL
    COMMIT;
    DBMS_OUTPUT.PUT_LINE('O_RETURN_STATUS ' || O_RETURN_STATUS);
    DBMS_OUTPUT.PUT_LINE('O_MSG_COUNT ' || O_MSG_COUNT);
    DBMS_OUTPUT.PUT_LINE('O_MSG_DATA ' || O_MSG_DATA);
    DBMS_OUTPUT.PUT_LINE('O_x_qoh ' || O_x_qoh);
    DBMS_OUTPUT.PUT_LINE('O_x_rqoh ' || O_x_rqoh);
    DBMS_OUTPUT.PUT_LINE('O_x_qr ' || O_x_qr);
    DBMS_OUTPUT.PUT_LINE('O_x_qs ' || O_x_qs);
    DBMS_OUTPUT.PUT_LINE('O_x_att ' || O_x_att);
    DBMS_OUTPUT.PUT_LINE('O_x_atr ' || O_x_atr);
    DBMS_OUTPUT.PUT_LINE('O_x_sqoh ' || O_x_sqoh);
    DBMS_OUTPUT.PUT_LINE('O_x_srqoh ' || O_x_srqoh);
    DBMS_OUTPUT.PUT_LINE('O_x_sqr ' || O_x_sqr);
    DBMS_OUTPUT.PUT_LINE('O_x_sqs ' || O_x_sqs);
    DBMS_OUTPUT.PUT_LINE('O_x_satt ' || O_x_satt);
    DBMS_OUTPUT.PUT_LINE('O_x_satr ' || O_x_satr);
    END;
    >
    OUTPUT:
    >
    O_RETURN_STATUS S
    O_MSG_COUNT
    O_MSG_DATA
    O_x_qoh 400
    O_x_rqoh 400
    O_x_qr 0
    O_x_qs 0
    O_x_att 400
    O_x_atr 400
    O_x_sqoh
    O_x_srqoh
    O_x_sqr
    O_x_sqs
    O_x_satt
    O_x_satr

    Hi;
    All APIs are listed in Oracle Integration Repository
    http://irep.oracle.com/index.html
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Oracle Trading Community Architecture API User Notes, June 2003 [ID 241320.1]
    Technical Uses of Customer Interface and TCA-API [ID 269121.1]
    "12: How To Access API References via the Oracle Integration Repository" [ ID 462586.1]
    "Oracle Integration Repository Documentation Resources Release 12" [ ID 396116.1]
    Pelase also check below:
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    List of APIs and open interface R12
    Re: List of APIs and open interface R12
    Regard
    Helios

  • Need info on R12 changes to GME_API_PUB.UPDATE_ACTUAL_RSRC_USAGE

    Can anyone explain why this API was changed in R12 to include 'p_rsrc_txn_rec'?
    When a production batch is completed any resource transactions with actual usage = 0 are no longer available (same in 11i & R12)
    Currently in 11i we use this API to update resource usage AFTER batches are completed. The API in 11i doesn't need an existing transaction - it will add one if necessary.
    In R12 it seems we have to pass a resource transaction record for it to work but there will NOT be a transaction to pass to it once the batch is completed...
    What API can be used to create a resource transaction when none exists?
    This little glitch has put us in quite a bind on our upgrade....

    Frederic's right... you're summing up too many statspacks ..
    Can't see anything specific apart from the fact that Statspack itself is showing up in the top statements.
    First : define 'Slow' . What is your goal for 'Ok' ?
    Start thinking about sql_trace, tkprof and 10046 traces

Maybe you are looking for

  • Reating an HTML Table Contents using named Anchors

    I have a on website: http://www.vpea.org/Bylaws/Test/bylaws_toc.htm a table of contents for our Association Bylaws. Just in case I've created named anchors using titles such as article_I, article_II, etc. is there anyway to make when clicking on a gi

  • No options but PS CC in Bridge's open with dropdown list

    Just downloaded Photoshop CC with Photoshop CS6 still installed on my computer. Why working in Bridge I noticed that when right clicking on an image and then the "Open With" link, the only thing showing up is Photoshop CC. It would be nice if CS6 was

  • Is the i5 iMac good for editing in AE and PP ?

    Hey guys, I am interested in buying a new iMac for editing my videos. Will the new iMac with a display of 21,5 inches and an i5 CPU at 2,9 GHz will be good for editing videos and short films on Adobe After Effects and Adobe Premiere Pro ? Thanks for

  • Add device, discovery device, configure and trobleshoot device

    Hi I am new on network management, and I installed cisco prime 1.2 this week I need to perform these action on the ISE and on many catalyst switch - Add device - discovery device - Monitor, configure and trobleshoot device Which information should I

  • Simple layout problem

    Hi, I am trying to make a simple graph applet, but the layout of the table along the x axis is giving me some problems. If you compile and run the following code you will see what I mean import java.awt.*; import java.applet.*; public class Lines2 ex