DBA Data[Home] [Help]

APPS.HR_DTY_BUS dependencies on HR_MULTI_MESSAGE

Line 182: if hr_multi_message.exception_add

178: --
179:
180: exception
181: when app_exception.application_exception then
182: if hr_multi_message.exception_add
183: (p_associated_column1 => 'hr_document_types.category_code'
184: ) then
185: hr_utility.set_location('Leaving:'||l_proc, 50);
186: raise;

Line 275: if hr_multi_message.exception_add

271: --
272:
273: exception
274: when app_exception.application_exception then
275: if hr_multi_message.exception_add
276: (p_associated_column1 => 'hr_document_types.sub_category_code'
277: ) then
278: hr_utility.set_location('Leaving:'||l_proc, 50);
279: raise;

Line 361: if hr_multi_message.exception_add

357: hr_utility.set_location(l_proc, 20);
358:
359: exception
360: when app_exception.application_exception then
361: if hr_multi_message.exception_add
362: (p_same_associated_columns => 'Y'
363: ) then
364: hr_utility.set_location('Leaving:'||l_proc, 50);
365: raise;

Line 453: if hr_multi_message.exception_add

449: --
450:
451: exception
452: when app_exception.application_exception then
453: if hr_multi_message.exception_add
454: (p_same_associated_columns => 'Y'
455: ) then
456: hr_utility.set_location('Leaving:'||l_proc, 50);
457: raise;

Line 534: if hr_multi_message.exception_add

530: --
531:
532: exception
533: when app_exception.application_exception then
534: if hr_multi_message.exception_add
535: (p_same_associated_columns => 'Y'
536: ) then
537: hr_utility.set_location('Leaving:'||l_proc, 50);
538: raise;

Line 624: if hr_multi_message.exception_add

620: --
621:
622: exception
623: when app_exception.application_exception then
624: if hr_multi_message.exception_add
625: (p_same_associated_columns => 'Y'
626: ) then
627: hr_utility.set_location('Leaving:'||l_proc, 50);
628: raise;

Line 716: if hr_multi_message.exception_add

712: --
713:
714: exception
715: when app_exception.application_exception then
716: if hr_multi_message.exception_add
717: (p_same_associated_columns => 'Y'
718: ) then
719: hr_utility.set_location('Leaving:'||l_proc, 50);
720: raise;