DBA Data[Home] [Help]

APPS.AME_ATU_BUS dependencies on APP_EXCEPTION

Line 65: when app_exception.application_exception then

61: fnd_message.raise_error;
62: end if;
63: return(amount || ',' || currencyCode || ',' || conversionType);
64: exception
65: when app_exception.application_exception then
66: if hr_multi_message.exception_add
67: (p_associated_column1 => 'QUERY_STRING') then
68: hr_utility.set_location(' Leaving:'|| l_proc, 50);
69: raise;

Line 159: when app_exception.application_exception then

155: end if;
156: close c_sel1;
157:
158: exception
159: when app_exception.application_exception then
160: if hr_multi_message.exception_add
161: (p_associated_column1 => 'APPLICATION_ID') then
162: hr_utility.set_location(' Leaving:'|| l_proc, 50);
163: raise;

Line 229: when app_exception.application_exception then

225: end if;
226: end if;
227:
228: exception
229: when app_exception.application_exception then
230: if hr_multi_message.exception_add
231: (p_associated_column1 => 'APPLICATION_ID') then
232: hr_utility.set_location(' Leaving:'|| l_proc, 50);
233: raise;

Line 263: when app_exception.application_exception then

259: end if;
260: end if;
261:
262: exception
263: when app_exception.application_exception then
264: if hr_multi_message.exception_add
265: (p_associated_column1 => 'VALUE_SET_ID') then
266: hr_utility.set_location(' Leaving:'|| l_proc, 50);
267: raise;

Line 319: when app_exception.application_exception then

315: fnd_message.raise_error;
316: end if;
317: end if;
318: exception
319: when app_exception.application_exception then
320: if hr_multi_message.exception_add
321: (p_associated_column1 => 'ATTRIBUTE_ID') then
322: hr_utility.set_location(' Leaving:'|| l_proc, 50);
323: raise;

Line 386: when app_exception.application_exception then

382: fnd_message.raise_error;
383: end if;
384: close c_sel1;
385: exception
386: when app_exception.application_exception then
387: if hr_multi_message.exception_add
388: (p_associated_column1 => 'ATTRIBUTE_ID') then
389: hr_utility.set_location(' Leaving:'|| l_proc, 50);
390: raise;

Line 447: when app_exception.application_exception then

443: fnd_message.raise_error;
444: end if;
445: close c_sel1;
446: exception
447: when app_exception.application_exception then
448: if hr_multi_message.exception_add
449: (p_associated_column1 => 'APPLICATION_ID') then
450: hr_utility.set_location(' Leaving:'|| l_proc, 50);
451: raise;

Line 517: when app_exception.application_exception then

513: fnd_message.raise_error;
514: end if;
515: close c_sel1;
516: exception
517: when app_exception.application_exception then
518: if hr_multi_message.exception_add
519: (p_associated_column1 => 'APPLICATION_ID') then
520: hr_utility.set_location(' Leaving:'|| l_proc, 50);
521: raise;

Line 565: when app_exception.application_exception then

561: fnd_message.set_name('PER','AME_400475_INV_USAGE_TYPE');
562: fnd_message.raise_error;
563: end if;
564: exception
565: when app_exception.application_exception then
566: if hr_multi_message.exception_add
567: (p_associated_column1 => 'IS_STATIC') then
568: hr_utility.set_location(' Leaving:'|| l_proc, 50);
569: raise;

Line 662: when app_exception.application_exception then

658: /* The following utility handles the error. So nothing needs to be done here */
659: ame_util.checkForSqlInjection(queryStringIn => queryString);
660: end if;
661: exception
662: when app_exception.application_exception then
663: if hr_multi_message.exception_add
664: (p_associated_column1 => 'QUERY_STRING_IS_STATIC') then
665: hr_utility.set_location(' Leaving:'|| l_proc, 50);
666: raise;

Line 838: when app_exception.application_exception then

834: fnd_message.raise_error;
835: end if;
836: end if;
837: exception
838: when app_exception.application_exception then
839: if hr_multi_message.exception_add
840: (p_associated_column1 => 'chk_qry_str_static_attr_comb') then
841: hr_utility.set_location(' Leaving:'|| l_proc, 50);
842: raise;

Line 889: when app_exception.application_exception then

885: fnd_message.raise_error;
886: end if;
887: end if;
888: exception
889: when app_exception.application_exception then
890: if hr_multi_message.exception_add
891: (p_associated_column1 => 'chk_qry_str_static_attr_comb') then
892: hr_utility.set_location(' Leaving:'|| l_proc, 50);
893: raise;

Line 935: when app_exception.application_exception then

931: -- Create a new error message to indicate that the value of use_count is invalid
932: fnd_message.raise_error;
933: end if;
934: exception
935: when app_exception.application_exception then
936: if hr_multi_message.exception_add
937: (p_associated_column1 => 'USE_COUNT') then
938: hr_utility.set_location(' Leaving:'|| l_proc, 50);
939: raise;

Line 983: when app_exception.application_exception then

979: fnd_message.set_name('PER','AME_400476_INV_USER_EDITABLE');
980: fnd_message.raise_error;
981: end if;
982: exception
983: when app_exception.application_exception then
984: if hr_multi_message.exception_add
985: (p_associated_column1 => 'USER_EDITABLE') then
986: hr_utility.set_location(' Leaving:'|| l_proc, 50);
987: raise;

Line 1182: when app_exception.application_exception then

1178: -- end if;
1179: -- close c_sel3;
1180:
1181: exception
1182: when app_exception.application_exception then
1183: if hr_multi_message.exception_add
1184: (p_associated_column1 => 'ATTRIBUTE_ID') then
1185: hr_utility.set_location(' Leaving:'|| l_proc, 50);
1186: raise;