DBA Data[Home] [Help]

APPS.JAI_AR_RCTA_ASI_T1 dependencies on APP_EXCEPTION

Line 31: app_exception.raise_exception (

27: -- BUG 6156051
28: fnd_message.set_name ('JA','JAI_GENERIC_MSG');
29: fnd_message.set_token ('MSG_TEXT', lv_return_message);
30: -- End 6156051
31: app_exception.raise_exception (
32: EXCEPTION_TYPE => 'APP' ,
33: EXCEPTION_CODE => -20110 ,
34: EXCEPTION_TEXT => lv_return_message
35: );

Line 43: app_exception.raise_exception (

39: -- BUG 6156051
40: fnd_message.set_name ('JA','JAI_GENERIC_MSG');
41: fnd_message.set_token ('MSG_TEXT', 'Encountered the error in trigger JAI_AR_RCTA_ASI_T1' || substr(sqlerrm,1,1900));
42: -- End 6156051
43: app_exception.raise_exception (
44: EXCEPTION_TYPE => 'APP',
45: EXCEPTION_CODE => -20110 ,
46: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_AR_RCTA_ASI_T1' || substr(sqlerrm,1,1900)
47: );