DBA Data[Home] [Help]

APPS.JAI_CMN_RG_TRANSFER_PKG dependencies on APP_EXCEPTION

Line 556: app_exception.raise_exception;

552: p_process_message := 'error in insert_rg_others proc ' ||sqlerrm;/*Bug 5989740 bduvarag*/
553:
554: FND_MESSAGE.SET_NAME('JA','JAI_EXCEPTION_OCCURED');
555: FND_MESSAGE.SET_TOKEN('JAI_PROCESS_MSG', lv_object_name ||'. Err:'||sqlerrm );
556: app_exception.raise_exception;
557:
558: END insert_rg_others;
559:
560:

Line 652: app_exception.raise_exception;

648: --FND_MESSAGE.SET_NAME('JA','JAI_EXCEPTION_OCCURED');
649: --FND_MESSAGE.SET_TOKEN('JAI_PROCESS_MSG', lv_object_name ||'. Err:'||sqlerrm );
650: --FND_MESSAGE.SET_STRING('rg_fund_transfer_gl_interface: Error in balance_transfer procedure. Err:'||sqlerrm );
651: --raise_application_error(-20001, 'Error in rg_fund_transfer_gl_interface procedure');
652: app_exception.raise_exception;
653:
654: END rg_fund_transfer_gl_interface ;
655:
656: /*Bug 4543171 bduvarag end*/

Line 1380: app_exception.raise_exception;

1376: p_process_message := sqlerrm;
1377:
1378: FND_MESSAGE.SET_NAME('JA','JAI_EXCEPTION_OCCURED');
1379: FND_MESSAGE.SET_TOKEN('JAI_PROCESS_MSG', lv_object_name ||'. Err:'||sqlerrm );
1380: app_exception.raise_exception;
1381:
1382: END balance_transfer;
1383:
1384: END jai_cmn_rg_transfer_pkg ;