DBA Data[Home] [Help]

APPS.AME_CAL_BUS dependencies on HR_MULTI_MESSAGE

Line 76: if hr_multi_message.exception_add

72: end if;
73: hr_utility.set_location(' Leaving:'||l_proc,30);
74: exception
75: when app_exception.application_exception then
76: if hr_multi_message.exception_add
77: (p_associated_column1 => 'AME_CALLING_APPS_TL.APPLICATION_ID'
78: ) then
79: hr_utility.set_location(' Leaving:'||l_proc, 40);
80: raise;

Line 140: if hr_multi_message.exception_add

136: end if;
137: close dup_app_name;
138: exception
139: when app_exception.application_exception then
140: if hr_multi_message.exception_add
141: (p_associated_column1 => 'AME_CALLING_APPS_TL.APPLICATION_NAME'
142: ) then
143: hr_utility.set_location(' Leaving:'||l_proc, 40);
144: raise;