Inventory Management - EBS (MOSC)

MOSC Banner

inv_txn_manager_pub.process_transactions not processing the records to perform the misc. receipts in

edited May 24, 2016 12:35PM in Inventory Management - EBS (MOSC) 5 commentsAnswered

Hi All,

Using below script to perform the misc. receipt in Oracle inventory. the Insert script is inserting the records into the interface table which i can see from front end as well but the API returns with error but no error message.. Can you please help in correcting the script if i'm missing anything....


DECLARE

   l_trx_type_id                                NUMBER;

   l_trx_act_id                                 NUMBER;

   l_trx_source_id                              NUMBER;

   l_org_id                                     NUMBER;

   l_trx_type_name                              VARCHAR2(100);

   l_subinventory_code                          VARCHAR2(10) := 'FGI';

   l_owning_org_id                              NUMBER;

   l_user_id                                    NUMBER;

   l_resp_id                                    NUMBER;

   l_application_id                             NUMBER;

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center