DBA Data[Home] [Help]

APPS.HR_OTY_BUS dependencies on HR_MULTI_MESSAGE

Line 134: if hr_multi_message.exception_add

130:
131: hr_utility.set_location(' Leaving:'||l_proc,30);
132: exception
133: when app_exception.application_exception then
134: if hr_multi_message.exception_add
135: (p_associated_column1 => 'HR_KI_OPTION_TYPES.OPTION_TYPE_KEY'
136: )then
137: hr_utility.set_location(' Leaving:'||l_proc, 40);
138: raise;

Line 221: if hr_multi_message.exception_add

217:
218: hr_utility.set_location(' Leaving:'||l_proc,30);
219: exception
220: when app_exception.application_exception then
221: if hr_multi_message.exception_add
222: (p_associated_column1 => 'HR_KI_OPTION_TYPES.DISPLAY_TYPE'
223: )then
224: hr_utility.set_location(' Leaving:'||l_proc, 40);
225: raise;

Line 309: if hr_multi_message.exception_add

305:
306: hr_utility.set_location(' Leaving:'|| l_proc, 30);
307: exception
308: when app_exception.application_exception then
309: if hr_multi_message.exception_add
310: (p_associated_column1 => 'HR_KI_OPTION_TYPES.option_type_id'
311: ) then
312: hr_utility.set_location(' Leaving:'|| l_proc, 40);
313: raise;