DBA Data[Home] [Help]

APPS.AME_ATY_BUS dependencies on HR_MULTI_MESSAGE

Line 179: if hr_multi_message.exception_add

175: end if;
176: close c_sel1;
177: exception
178: when app_exception.application_exception then
179: if hr_multi_message.exception_add
180: (p_associated_column1 => 'NAME') then
181: hr_utility.set_location(' Leaving:'|| l_proc, 50);
182: raise;
183: end if;

Line 227: if hr_multi_message.exception_add

223: p_argument => 'description',
224: p_argument_value => p_description);
225: exception
226: when app_exception.application_exception then
227: if hr_multi_message.exception_add
228: (p_associated_column1 => 'DESCRIPTION') then
229: hr_utility.set_location(' Leaving:'|| l_proc, 50);
230: raise;
231: end if;

Line 298: if hr_multi_message.exception_add

294: close c_sel1;
295: */
296: exception
297: when app_exception.application_exception then
298: if hr_multi_message.exception_add
299: (p_associated_column1 => 'PROCEDURE_NAME') then
300: hr_utility.set_location(' Leaving:'|| l_proc, 50);
301: raise;
302: end if;

Line 350: if hr_multi_message.exception_add

346: fnd_message.raise_error;
347: end if;
348: exception
349: when app_exception.application_exception then
350: if hr_multi_message.exception_add
351: (p_associated_column1 => 'DYNAMIC_DESCRIPTION') then
352: hr_utility.set_location(' Leaving:'|| l_proc, 50);
353: raise;
354: end if;

Line 439: if hr_multi_message.exception_add

435: end if;
436: END IF;
437: exception
438: when app_exception.application_exception then
439: if hr_multi_message.exception_add
440: (p_associated_column1 => 'DESCRIPTION_QUERY') then
441: hr_utility.set_location(' Leaving:'|| l_proc, 50);
442: raise;
443: end if;

Line 601: if hr_multi_message.exception_add

597: end if;
598: close c_sel6;
599: exception
600: when app_exception.application_exception then
601: if hr_multi_message.exception_add
602: (p_associated_column1 => 'ACTION_TYPE_ID') then
603: hr_utility.set_location(' Leaving:'|| l_proc, 50);
604: raise;
605: end if;

Line 803: if hr_multi_message.no_exclusive_error('DYNAMIC_DESCRIPTION') then

799: hr_utility.set_location('Entering:'||l_proc, 5);
800: --
801: -- Call all supporting business operations
802: -- Description Query
803: if hr_multi_message.no_exclusive_error('DYNAMIC_DESCRIPTION') then
804: chk_description_query(p_dynamic_description => p_rec.dynamic_description,
805: p_description_query => p_rec.description_query);
806: end if;
807: --