DBA Data[Home] [Help]

APPS.GME_TRANSACTIONS_PVT dependencies on INV_TXN_MANAGER_PUB

Line 4578: || 'Calling INV_TXN_MANAGER_PUB.process_transactions');

4574: ( g_pkg_name
4575: || '.'
4576: || l_api_name
4577: || ':'
4578: || 'Calling INV_TXN_MANAGER_PUB.process_transactions');
4579: gme_debug.put_line ( g_pkg_name
4580: || '.'
4581: || l_api_name
4582: || ':'

Line 4635: inv_txn_manager_pub.process_transactions

4631: END IF;
4632: */
4633:
4634: l_return :=
4635: inv_txn_manager_pub.process_transactions
4636: (p_api_version => p_api_version
4637: ,p_init_msg_list => p_init_msg_list
4638: ,p_commit => p_commit
4639: ,p_validation_level => p_validation_level

Line 4648: gme_debug.put_line(g_pkg_name|| '.'|| l_api_name|| ':'|| 'After calling INV_TXN_MANAGER_PUB.process_transactions l_return= '

4644: ,x_msg_data => x_msg_data
4645: ,x_trans_count => x_trans_count);
4646:
4647: IF (NVL (g_debug, 0) = gme_debug.g_log_statement) THEN
4648: gme_debug.put_line(g_pkg_name|| '.'|| l_api_name|| ':'|| 'After calling INV_TXN_MANAGER_PUB.process_transactions l_return= '
4649: || l_return || ' x_return_status= '|| x_return_status
4650: || ' x_msg_data = '|| x_msg_data);
4651: END IF;
4652: