DBA Data[Home] [Help]

APPS.JAI_AP_UTILS_PKG dependencies on APP_EXCEPTION

Line 944: app_exception.raise_exception;

940: WHEN OTHERS THEN
941: p_invoice_id := null;
942: FND_MESSAGE.SET_NAME('JA','JAI_EXCEPTION_OCCURED');
943: FND_MESSAGE.SET_TOKEN('JAI_PROCESS_MSG', lv_object_name ||'. Err:'||sqlerrm );
944: app_exception.raise_exception;
945:
946: END insert_ap_inv_interface;
947:
948: PROCEDURE insert_ap_inv_lines_interface(

Line 1257: app_exception.raise_exception;

1253: WHEN OTHERS THEN
1254: p_invoice_line_id := null;
1255: FND_MESSAGE.SET_NAME('JA','JAI_EXCEPTION_OCCURED');
1256: FND_MESSAGE.SET_TOKEN('JAI_PROCESS_MSG', lv_object_name ||'. Err:'||sqlerrm );
1257: app_exception.raise_exception;
1258:
1259: END insert_ap_inv_lines_interface;
1260:
1261: /* Brathod, For Bug# 4445989, get_apportion_factor signature is modified to use invoice_id and line_number*/

Line 1806: APP_EXCEPTION.RAISE_EXCEPTION;

1802: IF (SQLCODE <> -20001) THEN
1803: FND_MESSAGE.SET_NAME('SQLAP','AP_DEBUG');
1804: FND_MESSAGE.SET_TOKEN('ERROR',SQLERRM);
1805: END IF;
1806: APP_EXCEPTION.RAISE_EXCEPTION;
1807:
1808: END Print_log;
1809:
1810: