DBA Data[Home] [Help]

APPS.JAI_AR_RCTA_ASI_T1 dependencies on FND_MESSAGE

Line 28: fnd_message.set_name ('JA','JAI_GENERIC_MSG');

24: EXCEPTION
25:
26: WHEN le_error THEN
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' ,

Line 29: fnd_message.set_token ('MSG_TEXT', lv_return_message);

25:
26: WHEN le_error THEN
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 ,

Line 40: fnd_message.set_name ('JA','JAI_GENERIC_MSG');

36:
37: WHEN OTHERS THEN
38:
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',

Line 41: fnd_message.set_token ('MSG_TEXT', 'Encountered the error in trigger JAI_AR_RCTA_ASI_T1' || substr(sqlerrm,1,1900));

37: WHEN OTHERS THEN
38:
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 ,