DBA Data[Home] [Help]

APPS.JAI_AP_TDS_ETDS_PKG dependencies on APP_EXCEPTION

Line 4506: app_exception.raise_exception;

4502: p_err_buf := null;
4503: p_ret_code := null;
4504: FND_MESSAGE.SET_NAME('JA','JAI_EXCEPTION_OCCURED');
4505: FND_MESSAGE.SET_TOKEN('JAI_PROCESS_MSG', lv_object_name ||'. Err:'||sqlerrm );
4506: app_exception.raise_exception;
4507:
4508: END generate_etds_returns;
4509:
4510: -- ended, Harshita for 5096787