DBA Data[Home] [Help]

APPS.AME_AGL_BUS dependencies on APP_EXCEPTION

Line 67: when app_exception.application_exception then

63: fnd_message.raise_error;
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

Line 116: when app_exception.application_exception then

112: ,p_argument_value => p_user_approval_group_name
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

Line 165: when app_exception.application_exception then

161: ,p_argument_value => p_description
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