DBA Data[Home] [Help]

APPS.JAI_PO_RLA_ARIUD_T1 dependencies on APP_EXCEPTION

Line 534: app_exception.raise_exception (

530: EXCEPTION
531:
532: WHEN le_error THEN
533:
534: app_exception.raise_exception (
535: EXCEPTION_TYPE => 'APP' ,
536: EXCEPTION_CODE => -20110 ,
537: EXCEPTION_TEXT => lv_return_message
538: );

Line 542: app_exception.raise_exception (

538: );
539:
540: WHEN OTHERS THEN
541:
542: app_exception.raise_exception (
543: EXCEPTION_TYPE => 'APP',
544: EXCEPTION_CODE => -20110 ,
545: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_PO_RLA_ARIUD_T1' || substr(sqlerrm,1,1900)
546: );