DBA Data[Home] [Help]

APPS.JAI_PO_RLA_ARIUD_T1 dependencies on APP_EXCEPTION

Line 572: app_exception.raise_exception (

568: EXCEPTION
569:
570: WHEN le_error THEN
571:
572: app_exception.raise_exception (
573: EXCEPTION_TYPE => 'APP' ,
574: EXCEPTION_CODE => -20110 ,
575: EXCEPTION_TEXT => lv_return_message
576: );

Line 580: app_exception.raise_exception (

576: );
577:
578: WHEN OTHERS THEN
579:
580: app_exception.raise_exception (
581: EXCEPTION_TYPE => 'APP',
582: EXCEPTION_CODE => -20110 ,
583: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_PO_RLA_ARIUD_T1' || substr(sqlerrm,1,1900)
584: );