DBA Data[Home] [Help]

APPS.AR_MO_GLOBAL_CACHE dependencies on FND_MESSAGE

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

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

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

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

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

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