DBA Data[Home] [Help]

APPS.AME_ATU_BUS dependencies on HR_MULTI_MESSAGE

Line 66: if hr_multi_message.exception_add

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;
70: end if;

Line 160: if hr_multi_message.exception_add

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;
164: end if;

Line 230: if hr_multi_message.exception_add

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;
234: end if;

Line 264: if hr_multi_message.exception_add

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;
268: end if;

Line 320: if hr_multi_message.exception_add

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;
324: end if;

Line 387: if hr_multi_message.exception_add

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;
391: end if;

Line 448: if hr_multi_message.exception_add

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;
452: end if;

Line 518: if hr_multi_message.exception_add

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;
522: end if;

Line 566: if hr_multi_message.exception_add

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;
570: end if;

Line 663: if hr_multi_message.exception_add

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;
667: end if;

Line 839: if hr_multi_message.exception_add

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;
843: end if;

Line 890: if hr_multi_message.exception_add

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;
894: end if;

Line 936: if hr_multi_message.exception_add

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;
940: end if;

Line 984: if hr_multi_message.exception_add

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;
988: end if;

Line 1183: if hr_multi_message.exception_add

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;
1187: end if;