DBA Data[Home] [Help]

APPS.AME_AGL_BUS dependencies on HR_MULTI_MESSAGE

Line 68: if hr_multi_message.exception_add

64: end if;
65: hr_utility.set_location(' Leaving:'||l_proc,30);
66: exception
67: when app_exception.application_exception then
68: if hr_multi_message.exception_add
69: (p_associated_column1 =>
70: 'AME_APPROVAL_GROUPS_TL.APPROVAL_GROUP_ID'
71: ) then
72: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 117: if hr_multi_message.exception_add

113: );
114: hr_utility.set_location(' Leaving:'||l_proc,30);
115: exception
116: when app_exception.application_exception then
117: if hr_multi_message.exception_add
118: (p_associated_column1 =>
119: 'AME_APPROVAL_GROUPS_TL.USER_APPROVAL_GROUP_NAME'
120: ) then
121: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 166: if hr_multi_message.exception_add

162: );
163: hr_utility.set_location(' Leaving:'||l_proc,30);
164: exception
165: when app_exception.application_exception then
166: if hr_multi_message.exception_add
167: (p_associated_column1 =>
168: 'AME_APPROVAL_GROUPS_TL.DESCRIPTION'
169: ) then
170: hr_utility.set_location(' Leaving:'||l_proc, 40);