DBA Data[Home] [Help]

APPS.AME_APG_BUS dependencies on APP_EXCEPTION

Line 50: when app_exception.application_exception then

46: ,p_argument_value => p_name
47: );
48: hr_utility.set_location(' Leaving:'||l_proc,30);
49: exception
50: when app_exception.application_exception then
51: if hr_multi_message.exception_add
52: (p_associated_column1 => 'AME_APPROVAL_GROUPS.NAME'
53: ) then
54: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 77: when app_exception.application_exception then

73: hr_utility.set_location('Entering:'||l_proc,10);
74: --+
75: hr_utility.set_location(' Leaving:'||l_proc,30);
76: exception
77: when app_exception.application_exception then
78: if hr_multi_message.exception_add
79: (p_associated_column1 => 'AME_APPROVAL_GROUPS.DELETE'
80: ) then
81: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 139: when app_exception.application_exception then

135: fnd_message.raise_error;
136: end if;
137: hr_utility.set_location(' Leaving:'||l_proc,30);
138: exception
139: when app_exception.application_exception then
140: if hr_multi_message.exception_add
141: (p_associated_column1 => 'AME_APPROVAL_GROUPS.NAME'
142: ) then
143: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 192: when app_exception.application_exception then

188: fnd_message.raise_error;
189: end if;
190: hr_utility.set_location(' Leaving:'||l_proc,30);
191: exception
192: when app_exception.application_exception then
193: if hr_multi_message.exception_add
194: (p_associated_column1 => 'AME_APPROVAL_GROUPS.IS_STATIC'
195: ) then
196: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 296: when app_exception.application_exception then

292: end if;
293: end if;
294: hr_utility.set_location(' Leaving:'||l_proc,30);
295: exception
296: when app_exception.application_exception then
297: if hr_multi_message.exception_add
298: (p_associated_column1 => 'AME_APPROVAL_GROUPS.QUERY_STRING'
299: ) then
300: hr_utility.set_location(' Leaving:'||l_proc, 40);