DBA Data[Home] [Help]

APPS.AME_RUL_BUS dependencies on HR_MULTI_MESSAGE

Line 79: if hr_multi_message.exception_add

75: fnd_message.raise_error;
76: end if;
77: exception
78: when app_exception.application_exception then
79: if hr_multi_message.exception_add
80: (p_associated_column1 => 'DESCRIPTION') then
81: hr_utility.set_location(' Leaving:'|| l_proc, 50);
82: raise;
83: end if;

Line 149: if hr_multi_message.exception_add

145: close c_sel1;
146: end if;
147: exception
148: when app_exception.application_exception then
149: if hr_multi_message.exception_add
150: (p_associated_column1 => 'ITEM_CLASS_ID') then
151: hr_utility.set_location(' Leaving:'|| l_proc, 50);
152: raise;
153: end if;

Line 257: if hr_multi_message.exception_add

253: fnd_message.raise_error;
254: end if;
255: exception
256: when app_exception.application_exception then
257: if hr_multi_message.exception_add
258: (p_associated_column1 => 'RULE_TYPE') then
259: hr_utility.set_location(' Leaving:'|| l_proc, 50);
260: raise;
261: end if;

Line 380: if hr_multi_message.exception_add

376: end if;
377: end if;
378: exception
379: when app_exception.application_exception then
380: if hr_multi_message.exception_add
381: (p_associated_column1 => 'START_DATE') then
382: hr_utility.set_location(' Leaving:'|| l_proc, 50);
383: raise;
384: end if;

Line 479: if hr_multi_message.exception_add

475: end if;
476: close c_sel3;
477: exception
478: when app_exception.application_exception then
479: if hr_multi_message.exception_add
480: (p_associated_column1 => 'ATTRIBUTE_ID') then
481: hr_utility.set_location(' Leaving:'|| l_proc, 50);
482: raise;
483: end if;