DBA Data[Home] [Help]

APPS.JAI_AR_TAX_LINES_PKG dependencies on APP_EXCEPTION

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

886: p_process_flag => lv_process_flag,
887: p_process_message => lv_process_message);
888:
889: if lv_process_flag <> jai_constants.successful then
890: app_exception.raise_exception(exception_type => 'APP',
891: exception_code => -20275,
892: exception_text => lv_process_message);
893: end if;
894: if ln_threshold_slab_id is not null then

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

898: p_threshold_tax_cat_id => ln_threshold_tax_cat_id,
899: p_process_flag => lv_process_flag,
900: p_process_message => lv_process_message);
901: if lv_process_flag <> jai_constants.successful then
902: app_exception.raise_exception(exception_type => 'APP',
903: exception_code => -20275,
904: exception_text => lv_process_message);
905: end if;
906: end if;