DBA Data[Home] [Help]

APPS.JAI_AR_TRX_HEADERS_PKG dependencies on APP_EXCEPTION

Line 1226: app_exception.raise_exception(exception_type => 'APP',

1222: p_threshold_slab_id => ln_threshold_slab_id,
1223: p_process_flag => lv_process_flag,
1224: p_process_message => lv_process_message);
1225: if lv_process_flag <> jai_constants.successful then
1226: app_exception.raise_exception(exception_type => 'APP',
1227: exception_code => -20275,
1228: exception_text => lv_process_message);
1229: end if;
1230:

Line 1239: app_exception.raise_exception(exception_type => 'APP',

1235: p_threshold_tax_cat_id => ln_threshold_tax_cat_id,
1236: p_process_flag => lv_process_flag,
1237: p_process_message => lv_process_message);
1238: if lv_process_flag <> jai_constants.successful then
1239: app_exception.raise_exception(exception_type => 'APP',
1240: exception_code => -20275,
1241: exception_text => lv_process_message);
1242: end if;
1243: end if;