[Home] [Help]
24: */
25: EXCEPTION
26: when no_data_found then
27: IF PG_DEBUG in ('Y', 'C') THEN
28: arp_standard.debug('EXCEPTION: XLE_FIRSTPARTY_UTILS.GET_LEGAL_ENTITY_ID_OU no_data_found');
29: RAISE;
30: END IF;
31: when others then
32: IF PG_DEBUG in ('Y', 'C') THEN
29: RAISE;
30: END IF;
31: when others then
32: IF PG_DEBUG in ('Y', 'C') THEN
33: arp_standard.debug('EXCEPTION: XLE_FIRSTPARTY_UTILS.GET_LEGAL_ENTITY_ID_OU others');
34: RAISE;
35: END IF;
36: END GET_LEGAL_ENTITY_ID_OU;
37: