DBA Data[Home] [Help]

APPS.AR_MO_GLOBAL_CACHE dependencies on FND_MESSAGE

Line 281: FND_MESSAGE.set_name('AR','AR_NO_ROW_IN_SYSTEM_PARAMETERS');

277: IF PG_DEBUG in ('Y', 'C') THEN
278: arp_util.debug('get_org_attributes: ' || 'EXCEPTION: NO_DATA_FOUND IN SYSTEM PARAMETERS
279: - ar_mo_global_cache.get_org_attributes' );
280: END IF;
281: FND_MESSAGE.set_name('AR','AR_NO_ROW_IN_SYSTEM_PARAMETERS');
282: APP_EXCEPTION.raise_exception;
283: RAISE;
284: end;
285: /* ---------------------------------------------

Line 300: FND_MESSAGE.set_name('AR','AR_NO_ROW_IN_GL_SET_OF_BOOKS');

296: IF PG_DEBUG in ('Y', 'C') THEN
297: arp_util.debug('get_org_attributes: ' || 'EXCEPTION: NO_DATA_FOUND IN SET OF BOOKS
298: - ar_mo_global_cache.get_org_attributes' );
299: END IF;
300: FND_MESSAGE.set_name('AR','AR_NO_ROW_IN_GL_SET_OF_BOOKS');
301: APP_EXCEPTION.raise_exception;
302: RAISE;
303: end;
304: /* ---------------------------------------------

Line 321: FND_MESSAGE.set_name('AR','AR_NO_ROW_IN_FND_CURRENCIES');

317: IF PG_DEBUG in ('Y', 'C') THEN
318: arp_util.debug('get_org_attributes: ' || 'EXCEPTION: NO_DATA_FOUND IN CURRENCIES
319: - ar_mo_global_cache.get_org_attributes' );
320: END IF;
321: FND_MESSAGE.set_name('AR','AR_NO_ROW_IN_FND_CURRENCIES');
322: APP_EXCEPTION.raise_exception;
323: RAISE;
324: end;
325: WHEN value_error THEN