DBA Data[Home] [Help]

APPS.AR_MO_GLOBAL_CACHE dependencies on APP_EXCEPTION

Line 285: APP_EXCEPTION.raise_exception;

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: /* ---------------------------------------------
289: Check row exists in gl sets of books

Line 304: APP_EXCEPTION.raise_exception;

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: /* ---------------------------------------------
308: Check row exists in fnd_currencies

Line 325: APP_EXCEPTION.raise_exception;

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
329: RETURN null;