DBA Data[Home] [Help]

APPS.JAI_CMN_RG_PERIOD_BALS_PKG dependencies on APP_EXCEPTION

Line 491: app_exception.raise_exception;

487: errbuf := sqlerrm;
488: retcode := null;
489: FND_MESSAGE.SET_NAME('JA','JAI_EXCEPTION_OCCURED');
490: FND_MESSAGE.SET_TOKEN('JAI_PROCESS_MSG', lv_object_name ||'. Err:'||sqlerrm );
491: app_exception.raise_exception;
492:
493: END consolidate_balances;
494:
495: /* ****************************************************************************************** */

Line 660: app_exception.raise_exception;

656: p_period_balance_id := null;
657: p_no_balances_updated := null;
658: FND_MESSAGE.SET_NAME('JA','JAI_EXCEPTION_OCCURED');
659: FND_MESSAGE.SET_TOKEN('JAI_PROCESS_MSG', lv_object_name ||'. Err:'||sqlerrm );
660: app_exception.raise_exception;
661:
662: end adjust_rounding;
663:
664: /* function created by bgowrava for forward porting bug#5674376 */