DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on INV_TXN_MANAGER_PUB

Line 4285: --| after INV_TXN_MANAGER_PUB.PROCESS_TRANSACTIONS failed|

4281: --| RLNAGARA 09-Mar-2006 Bug 4753039 Added IF cond. |
4282: --| RAGSRIVA 29-Jun-2006 Bug 5332105 Modified cursor fetch_subinventory_loc|
4283: --| and changed length of l_msg_data from 200 to 2000 |
4284: --| QZENG 22-Feb-2012 Bug 12849199 Setup x_message_count and x_message_data|
4285: --| after INV_TXN_MANAGER_PUB.PROCESS_TRANSACTIONS failed|
4286: --+========================================================================+
4287:
4288: PROCEDURE create_inv_txn
4289: ( p_sample IN GMD_SAMPLES%ROWTYPE

Line 4546: processed := INV_TXN_MANAGER_PUB.PROCESS_TRANSACTIONS

4542: --gml_sf_log('b4 call to process transactions and header id ='|| p_header_id);
4543: -- only to test error_code in mtl_transactions_interface uncomment the following commit
4544: -- commit;
4545: --call transaction manager
4546: processed := INV_TXN_MANAGER_PUB.PROCESS_TRANSACTIONS
4547: (p_api_version => 1.0
4548: ,p_init_msg_list => fnd_api.g_false
4549: ,p_commit => fnd_api.g_false
4550: ,p_validation_level => p_validation_level

Line 4560: gmd_debug.put_line('after INV_TXN_MANAGER_PUB.PROCESS_TRANSACTIONS status ='||processed);

4556: ,p_header_id => p_header_id); -- foreign key to MTI, can be null
4557:
4558: --gml_sf_log('after call and return value='||processed||' and status='||x_return_status);
4559: IF (l_debug = 'Y') THEN
4560: gmd_debug.put_line('after INV_TXN_MANAGER_PUB.PROCESS_TRANSACTIONS status ='||processed);
4561: END IF;
4562:
4563: IF processed < 0 THEN
4564: -- x_message_count and x_msg_data is already populated