DBA Data[Home] [Help]

APPS.XDP_PARTY_MERGE dependencies on XDP_PARTY_MERGE

Line 1: PACKAGE BODY XDP_PARTY_MERGE AS

1: PACKAGE BODY XDP_PARTY_MERGE AS
2: /* $Header: XDPMERGB.pls 120.3 2006/04/10 23:21:02 dputhiye noship $ */
3:
4: -- PL/SQL Specification
5:

Line 226: arp_message.set_error('CRM_MERGE.XDP_PARTY_MERGE');

222: EXCEPTION
223: WHEN OTHERS THEN
224: /* Report the error in the log table and reraise the exception */
225: /* The exception MUST be reraised */
226: arp_message.set_error('CRM_MERGE.XDP_PARTY_MERGE');
227: raise;
228:
229: END account_merge;
230:

Line 231: END XDP_PARTY_MERGE;

227: raise;
228:
229: END account_merge;
230:
231: END XDP_PARTY_MERGE;