DBA Data[Home] [Help]

APPS.JAI_AP_TDS_ETDS_PKG dependencies on APP_EXCEPTION

Line 7452: app_exception.raise_exception;

7448: p_err_buf := null;
7449: p_ret_code := null;
7450: FND_MESSAGE.SET_NAME('JA','JAI_EXCEPTION_OCCURED');
7451: FND_MESSAGE.SET_TOKEN('JAI_PROCESS_MSG', lv_object_name ||'. Err:'||sqlerrm );
7452: app_exception.raise_exception;
7453:
7454: END generate_etds_returns;
7455:
7456: -- ended, Harshita for 5096787