DBA Data[Home] [Help]

APPS.GME_TRANSACTIONS_PVT dependencies on INV_TXN_MANAGER_PUB

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

3643: ( g_pkg_name
3644: || '.'
3645: || l_api_name
3646: || ':'
3647: || 'Calling INV_TXN_MANAGER_PUB.process_transactions');
3648: gme_debug.put_line ( g_pkg_name
3649: || '.'
3650: || l_api_name
3651: || ':'

Line 3664: inv_txn_manager_pub.process_transactions

3660: || p_table);
3661: END IF;
3662:
3663: l_return :=
3664: inv_txn_manager_pub.process_transactions
3665: (p_api_version => p_api_version
3666: ,p_init_msg_list => p_init_msg_list
3667: ,p_commit => p_commit
3668: ,p_validation_level => p_validation_level

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

3673: ,x_msg_data => x_msg_data
3674: ,x_trans_count => x_trans_count);
3675:
3676: IF (NVL (g_debug, 0) = gme_debug.g_log_statement) THEN
3677: gme_debug.put_line(g_pkg_name|| '.'|| l_api_name|| ':'|| 'After calling INV_TXN_MANAGER_PUB.process_transactions l_return= '
3678: || l_return || ' x_return_status= '|| x_return_status
3679: || ' x_msg_data = '|| x_msg_data);
3680: END IF;
3681: