DBA Data[Home] [Help]

APPS.AME_MAN_BUS dependencies on HR_MULTI_MESSAGE

Line 121: if hr_multi_message.exception_add

117: end if;
118: close c_sel1;
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 186: if hr_multi_message.exception_add

182: end if;
183: close c_sel1;
184: exception
185: when app_exception.application_exception then
186: if hr_multi_message.exception_add
187: (p_associated_column1 => 'ATTRIBUTE_ID') then
188: hr_utility.set_location(' Leaving:'|| l_proc, 50);
189: raise;
190: end if;

Line 223: if hr_multi_message.exception_add

219: end if;
220: close c_sell;
221: exception
222: when app_exception.application_exception then
223: if hr_multi_message.exception_add
224: (p_associated_column1 => 'ATTRIBUTE_ID') then
225: hr_utility.set_location(' Leaving:'|| l_proc, 50);
226: raise;
227: end if;

Line 259: if hr_multi_message.exception_add

255: end if;
256: close c_sell;
257: exception
258: when app_exception.application_exception then
259: if hr_multi_message.exception_add
260: (p_associated_column1 => 'ACTION_TYPE_ID') then
261: hr_utility.set_location(' Leaving:'|| l_proc, 50);
262: raise;
263: end if;

Line 321: if hr_multi_message.exception_add

317: end if;
318: close c_sel1;
319: exception
320: when app_exception.application_exception then
321: if hr_multi_message.exception_add
322: (p_associated_column1 => 'ACTION_TYPE_ID') then
323: hr_utility.set_location(' Leaving:'|| l_proc, 50);
324: raise;
325: end if;