DBA Data[Home] [Help]

APPS.MTL_ONLINE_TRANSACTION_PUB dependencies on INV_TXN_MANAGER_PUB

Line 49: p_retval := INV_TXN_MANAGER_PUB.process_Transactions(p_api_version => 1,

45: rc_field => NULL); */
46:
47: -- calling process_transactions() with p_commit = true as otherwise
48: -- error-codes stamped on MTI could get rolled back.
49: p_retval := INV_TXN_MANAGER_PUB.process_Transactions(p_api_version => 1,
50: p_init_msg_list => fnd_api.g_false ,
51: p_commit => fnd_api.g_true ,
52: p_validation_level => fnd_api.g_valid_level_full ,
53: x_return_status => l_return_status,