DBA Data[Home] [Help]

APPS.JAI_CMN_RG_TRANSFER_PKG dependencies on APP_EXCEPTION

Line 586: app_exception.raise_exception;

582: p_process_message := 'error in insert_rg_others proc ' ||sqlerrm;/*Bug 5989740 bduvarag*/
583:
584: FND_MESSAGE.SET_NAME('JA','JAI_EXCEPTION_OCCURED');
585: FND_MESSAGE.SET_TOKEN('JAI_PROCESS_MSG', lv_object_name ||'. Err:'||sqlerrm );
586: app_exception.raise_exception;
587:
588: END insert_rg_others;
589:
590:

Line 690: app_exception.raise_exception;

686: --FND_MESSAGE.SET_NAME('JA','JAI_EXCEPTION_OCCURED');
687: --FND_MESSAGE.SET_TOKEN('JAI_PROCESS_MSG', lv_object_name ||'. Err:'||sqlerrm );
688: --FND_MESSAGE.SET_STRING('rg_fund_transfer_gl_interface: Error in balance_transfer procedure. Err:'||sqlerrm );
689: --raise_application_error(-20001, 'Error in rg_fund_transfer_gl_interface procedure');
690: app_exception.raise_exception;
691:
692: END rg_fund_transfer_gl_interface ;
693:
694: /*Bug 4543171 bduvarag end*/

Line 1539: app_exception.raise_exception;

1535: p_process_message := sqlerrm;
1536:
1537: FND_MESSAGE.SET_NAME('JA','JAI_EXCEPTION_OCCURED');
1538: FND_MESSAGE.SET_TOKEN('JAI_PROCESS_MSG', lv_object_name ||'. Err:'||sqlerrm );
1539: app_exception.raise_exception;
1540:
1541: END balance_transfer;
1542:
1543: END jai_cmn_rg_transfer_pkg ;