DBA Data[Home] [Help]

APPS.JAI_AP_STND_TAX_PROCESS dependencies on APP_EXCEPTION

Line 4041: app_exception.raise_exception;

4037: --Added by Chong for ZX investigation 20120816 start
4038: fnd_message.set_name ('JA','JAI_GENERIC_MSG');
4039: fnd_message.set_token ('MSG_TEXT', 'Encountered the error in JAI_AP_STND_TAX_PROCESS.Populate_Stnd_Inv_Taxes: ' || substr(SQLERRM,1,1900));
4040: jai_cmn_utils_pkg.WRITE_FND_LOG_MSG('JAI.PLSQL.JAI_AP_STND_TAX_PROCESS.Populate_Stnd_Inv_Taxes', substr(SQLERRM,1,1900));
4041: app_exception.raise_exception;
4042: --Added by Chong for ZX investigation 20120816 end
4043: -- code ported from BL12.1.3 by zhiwei.xin on 15-MAR-2013 end.
4044: END Populate_Stnd_Inv_Taxes;
4045: