DBA Data[Home] [Help]

APPS.IBY_PARTY_MERGE dependencies on FND_MSG_PUB

Line 82: fnd_msg_pub.ADD;

78: g_mesg := 'cannot unify non-duplicate bank account owners';
79: fnd_file.put_line(fnd_file.log, g_mesg || l_dbg_mod );
80:
81: fnd_message.set_name('IBY','IBY_PARTY_UNIFY_BA_VETO');
82: fnd_msg_pub.ADD;
83: x_return_status := fnd_api.g_ret_sts_error;
84: RETURN;
85: END IF;
86:

Line 120: FND_MSG_PUB.ADD;

116: fnd_file.put_line(fnd_file.log, g_mesg || l_dbg_mod );
117:
118: FND_MESSAGE.SET_NAME('IBY', 'IBY_9999');
119: FND_MESSAGE.SET_TOKEN('MESSAGE_TEXT' ,SQLERRM);
120: FND_MSG_PUB.ADD;
121: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
122: END acct_owner_merge;
123:
124:

Line 205: fnd_msg_pub.ADD;

201: g_mesg :='cannot unify non-duplicate credit cards';
202: fnd_file.put_line(fnd_file.log, g_mesg || l_dbg_mod );
203:
204: fnd_message.set_name('IBY','IBY_PARTY_UNIFY_CC_VETO');
205: fnd_msg_pub.ADD;
206: x_return_status := fnd_api.g_ret_sts_error;
207: RETURN;
208: END IF;
209:

Line 261: FND_MSG_PUB.ADD;

257: fnd_file.put_line(fnd_file.log, g_mesg || l_dbg_mod );
258:
259: FND_MESSAGE.SET_NAME('IBY', 'IBY_9999');
260: FND_MESSAGE.SET_TOKEN('MESSAGE_TEXT' ,SQLERRM);
261: FND_MSG_PUB.ADD;
262: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
263:
264: END credit_card_merge;
265:

Line 364: FND_MSG_PUB.ADD;

360: fnd_file.put_line(fnd_file.log, g_mesg || l_dbg_mod );
361:
362: FND_MESSAGE.SET_NAME('IBY', 'IBY_9999');
363: FND_MESSAGE.SET_TOKEN('MESSAGE_TEXT' ,SQLERRM);
364: FND_MSG_PUB.ADD;
365: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
366:
367: END external_payer_merge;
368:

Line 517: FND_MSG_PUB.ADD;

513: fnd_file.put_line(fnd_file.log, g_mesg || l_dbg_mod );
514:
515: FND_MESSAGE.SET_NAME('IBY', 'IBY_9999');
516: FND_MESSAGE.SET_TOKEN('MESSAGE_TEXT' ,SQLERRM);
517: FND_MSG_PUB.ADD;
518: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
519:
520: END pmt_instrument_use_merge;
521:

Line 618: FND_MSG_PUB.ADD;

614: fnd_file.put_line(fnd_file.log, g_mesg || l_dbg_mod );
615:
616: FND_MESSAGE.SET_NAME('IBY', 'IBY_9999');
617: FND_MESSAGE.SET_TOKEN('MESSAGE_TEXT' ,SQLERRM);
618: FND_MSG_PUB.ADD;
619: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
620:
621: END party_pmt_methods_merge;
622:

Line 697: FND_MSG_PUB.ADD;

693: fnd_file.put_line(fnd_file.log, g_mesg || l_dbg_mod );
694:
695: FND_MESSAGE.SET_NAME('IBY', 'IBY_9999');
696: FND_MESSAGE.SET_TOKEN('MESSAGE_TEXT' ,SQLERRM);
697: FND_MSG_PUB.ADD;
698: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
699: END fc_tx_extensions_merge;
700:
701:

Line 786: FND_MSG_PUB.ADD;

782: fnd_file.put_line(fnd_file.log, g_mesg || l_dbg_mod );
783:
784: FND_MESSAGE.SET_NAME('IBY', 'IBY_9999');
785: FND_MESSAGE.SET_TOKEN('MESSAGE_TEXT' ,SQLERRM);
786: FND_MSG_PUB.ADD;
787: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
788:
789: END txn_summ_all_merge;
790: