22: -- 11.5.9 to support the merge.
23:
24: x_return_status := fnd_api.g_ret_sts_error;
25:
26: fnd_message.set_name ('PA', 'PA_REJECT_MERGE');
27: FND_MSG_PUB.add;
28:
29: END party_merge;
30:
178:
179: --Veto if grant is found for the same party, because grants are not yet merged
180: x_return_status := FND_API.G_RET_STS_ERROR;
181:
182: FND_MESSAGE.SET_NAME('PA', 'PA_REJECT_MERGE');
183: FND_MSG_PUB.add;
184:
185: EXCEPTION
186: WHEN NO_DATA_FOUND THEN