DBA Data[Home] [Help]

APPS.JAI_OPEN_API_PKG dependencies on APP_EXCEPTION

Line 5913: app_exception.raise_exception( EXCEPTION_TYPE => 'APP',

5909: pv_return_code := jai_constants.expected_error;
5910: pv_return_message := lv_error_message;
5911: return;
5912: /*
5913: app_exception.raise_exception( EXCEPTION_TYPE => 'APP',
5914: EXCEPTION_CODE => NULL ,
5915: EXCEPTION_TEXT => lv_error_message
5916: );
5917: */

Line 5960: app_exception.raise_exception( EXCEPTION_TYPE => 'APP',

5956: pv_return_code := jai_constants.expected_error;
5957: pv_return_message := 'Invalid Code combination,please check the Service Tax - Tax Accounting Setup';
5958: return;
5959: /*
5960: app_exception.raise_exception( EXCEPTION_TYPE => 'APP',
5961: EXCEPTION_CODE => NULL ,
5962: EXCEPTION_TEXT => 'Invalid Code combination, please check the Service Tax - Tax Type Accounting Setup'
5963: );
5964: */

Line 5999: app_exception.raise_exception( EXCEPTION_TYPE => 'APP',

5995: pv_return_code := jai_constants.expected_error;
5996: pv_return_message := lv_error_message;
5997: return;
5998: /*
5999: app_exception.raise_exception( EXCEPTION_TYPE => 'APP',
6000: EXCEPTION_CODE => NULL ,
6001: EXCEPTION_TEXT => lv_error_message
6002: );
6003: */

Line 6022: app_exception.raise_exception( EXCEPTION_TYPE => 'APP',

6018: pv_return_code := jai_constants.expected_error;
6019: pv_return_message := 'ITEM not vatable';
6020: return;
6021: /* DO not delete this code, enable this code while doing the messageing project
6022: app_exception.raise_exception( EXCEPTION_TYPE => 'APP',
6023: EXCEPTION_CODE => NULL ,
6024: EXCEPTION_TEXT => 'Cannot attach VAT type of taxes to non vatable items.'
6025: );
6026: */

Line 6055: app_exception.raise_exception( EXCEPTION_TYPE => 'APP',

6051: pv_return_code := jai_constants.expected_error;
6052: pv_return_message := 'Invalid Code combination ,please check the VAT Tax - Tax Accounting Setup';
6053: return;
6054: /*
6055: app_exception.raise_exception( EXCEPTION_TYPE => 'APP',
6056: EXCEPTION_CODE => NULL ,
6057: EXCEPTION_TEXT => 'Invalid Code combination ,please check the VAT Tax - Tax Type Accounting Setup'
6058: );
6059: */

Line 10292: app_exception.raise_exception;

10288: EXCEPTION
10289: WHEN OTHERS THEN
10290: FND_MESSAGE.SET_NAME('JA','JAI_EXCEPTION_OCCURED');
10291: FND_MESSAGE.SET_TOKEN('JAI_PROCESS_MSG', lv_object_name ||'. Err:'||sqlerrm );
10292: app_exception.raise_exception;
10293:
10294: END ja_in_calc_prec_taxes;
10295:
10296: