DBA Data[Home] [Help]

APPS.CSI_MASS_EDIT_PUB dependencies on CSI_TRANSACTIONS_PVT

Line 3081: csi_transactions_pvt.create_transaction(

3077: px_csi_txn_rec.source_group_ref := p_batch_type;
3078:
3079:
3080:
3081: csi_transactions_pvt.create_transaction(
3082: p_api_version => 1.0,
3083: p_commit => fnd_api.g_false,
3084: p_init_msg_list => fnd_api.g_true,
3085: p_validation_level => fnd_api.g_valid_level_full,

Line 3094: debug('Call to csi_transactions_pvt.create_transaction not successful');

3090: x_msg_data => l_msg_data);
3091:
3092: IF l_return_status <> fnd_api.g_ret_sts_success THEN
3093: debug_out('The transaction record creation failed, please look into Request log for detailed error');
3094: debug('Call to csi_transactions_pvt.create_transaction not successful');
3095: l_msg_index := 1;
3096: l_Error_Message := l_msg_data;
3097: WHILE l_msg_count > 0 LOOP
3098: l_Error_Message := FND_MSG_PUB.GET(l_msg_index, FND_API.G_FALSE);