DBA Data[Home] [Help]

APPS.JAI_AR_TRX_LINES_PKG dependencies on APP_EXCEPTION

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

805: p_process_flag => lv_process_flag,
806: p_process_message => lv_process_message);
807:
808: if lv_process_flag <> jai_constants.successful then
809: app_exception.raise_exception(exception_type => 'APP',
810: exception_code => -20275,
811: exception_text => lv_process_message);
812: end if;
813: if ln_threshold_slab_id is not null then

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

817: p_threshold_tax_cat_id => ln_threshold_tax_cat_id,
818: p_process_flag => lv_process_flag,
819: p_process_message => lv_process_message);
820: if lv_process_flag <> jai_constants.successful then
821: app_exception.raise_exception(exception_type => 'APP',
822: exception_code => -20275,
823: exception_text => lv_process_message);
824: end if;
825: end if;