DBA Data[Home] [Help]

APPS.ARP_LEGAL_ENTITY_UTIL dependencies on APP_EXCEPTION

Line 328: app_exception.raise_exception;

324: arp_standard.debug('NO_DATA_FOUND EXCETION : arp_legal_entity_util.Is_LE_Subscriber()');
325: END IF;
326: fnd_message.set_name('AR','AR_OU_PARTY_NOT_EXIST');
327: fnd_message.set_token('ORG_ID',arp_global.sysparam.org_id);
328: app_exception.raise_exception;
329: WHEN OTHERS THEN
330: IF PG_DEBUG IN ('Y','C')
331: THEN
332: arp_standard.debug('OTHERS EXCETION : arp_legal_entity_util.Is_LE_Subscriber()');