DBA Data[Home] [Help]

APPS.FV_FUNDS_AVAILABLE_PKG dependencies on FND_MESSAGE

Line 644: fnd_message.set_name('FV','FV_FAI_NO_ACCOUNTS_FOUND');

640:
641: /* will use this later.
642: EXCEPTION
643: when no_data_found then
644: fnd_message.set_name('FV','FV_FAI_NO_ACCOUNTS_FOUND');
645: app_exception.raise_exception;
646: when others then
647: err_message := 'FV_FUNDS_AVAILABLE_PKG.CALC_FUNDS '||sqlerrm;
648: fnd_message.set_name('FV','FV_FAI_GENERAL');

Line 648: fnd_message.set_name('FV','FV_FAI_GENERAL');

644: fnd_message.set_name('FV','FV_FAI_NO_ACCOUNTS_FOUND');
645: app_exception.raise_exception;
646: when others then
647: err_message := 'FV_FUNDS_AVAILABLE_PKG.CALC_FUNDS '||sqlerrm;
648: fnd_message.set_name('FV','FV_FAI_GENERAL');
649: fnd_message.set_token('MSG',err_message);
650: app_exception.raise_exception;
651: */
652:

Line 649: fnd_message.set_token('MSG',err_message);

645: app_exception.raise_exception;
646: when others then
647: err_message := 'FV_FUNDS_AVAILABLE_PKG.CALC_FUNDS '||sqlerrm;
648: fnd_message.set_name('FV','FV_FAI_GENERAL');
649: fnd_message.set_token('MSG',err_message);
650: app_exception.raise_exception;
651: */
652:
653: -- set sums to 0

Line 803: fnd_message.set_name('FV','FV_FAI_GENERAL');

799: IF c_treasury_fund_values%ISOPEN THEN
800: close c_treasury_fund_values;
801: END IF;
802: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_UNEXPECTED, l_module_name||'.final_exception',err_message);
803: fnd_message.set_name('FV','FV_FAI_GENERAL');
804: fnd_message.set_token('MSG',err_message);
805: app_exception.raise_exception;
806:
807: END calc_funds;

Line 804: fnd_message.set_token('MSG',err_message);

800: close c_treasury_fund_values;
801: END IF;
802: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_UNEXPECTED, l_module_name||'.final_exception',err_message);
803: fnd_message.set_name('FV','FV_FAI_GENERAL');
804: fnd_message.set_token('MSG',err_message);
805: app_exception.raise_exception;
806:
807: END calc_funds;
808: