DBA Data[Home] [Help]

APPS.MTL_ONLINE_TRANSACTION_PUB dependencies on FND_API

Line 50: p_init_msg_list => fnd_api.g_false ,

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,
54: x_msg_count => l_msg_cnt,

Line 51: p_commit => fnd_api.g_true ,

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,
54: x_msg_count => l_msg_cnt,
55: x_msg_data => l_msg_data,

Line 52: p_validation_level => fnd_api.g_valid_level_full ,

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,
54: x_msg_count => l_msg_cnt,
55: x_msg_data => l_msg_data,
56: x_trans_count => l_trans_count,