DBA Data[Home] [Help]

APPS.ISC_FS_TASK_PARTY_MERGE_PKG dependencies on FND_MSG_PUB

Line 97: fnd_msg_pub.add;

93: exception
94: when others then
95: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
96: fnd_message.set_token('ERROR' ,SQLERRM);
97: fnd_msg_pub.add;
98: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
99:
100: end task_merge_party;
101:

Line 195: fnd_msg_pub.add;

191: exception
192: when others then
193: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
194: fnd_message.set_token('ERROR' ,SQLERRM);
195: fnd_msg_pub.add;
196: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
197:
198: end task_merge_address;
199: