DBA Data[Home] [Help]

APPS.AME_AXU_BUS dependencies on HR_MULTI_MESSAGE

Line 66: if hr_multi_message.exception_add

62: end if;
63: close c_sel1;
64: exception
65: when app_exception.application_exception then
66: if hr_multi_message.exception_add
67: (p_associated_column1 => 'ACTION_TYPE_ID') then
68: hr_utility.set_location(' Leaving:'|| l_proc, 50);
69: raise;
70: end if;

Line 121: if hr_multi_message.exception_add

117: fnd_message.raise_error;
118: end if;
119: exception
120: when app_exception.application_exception then
121: if hr_multi_message.exception_add
122: (p_associated_column1 => 'ACTION_TYPE_ID') then
123: hr_utility.set_location(' Leaving:'|| l_proc, 50);
124: raise;
125: end if;

Line 188: if hr_multi_message.exception_add

184: fnd_message.raise_error;
185: end if;
186: exception
187: when app_exception.application_exception then
188: if hr_multi_message.exception_add
189: (p_associated_column1 => 'RULE_TYPE') then
190: hr_utility.set_location(' Leaving:'|| l_proc, 50);
191: raise;
192: end if;

Line 307: if hr_multi_message.exception_add

303: end if;
304: close c_sel1;
305: exception
306: when app_exception.application_exception then
307: if hr_multi_message.exception_add
308: (p_associated_column1 => 'ACTION_TYPE_ID') then
309: hr_utility.set_location(' Leaving:'|| l_proc, 50);
310: raise;
311: end if;