DBA Data[Home] [Help]

APPS.AME_APG_BUS dependencies on HR_MULTI_MESSAGE

Line 51: if hr_multi_message.exception_add

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);
55: raise;

Line 78: if hr_multi_message.exception_add

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);
82: raise;

Line 140: if hr_multi_message.exception_add

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);
144: raise;

Line 193: if hr_multi_message.exception_add

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);
197: raise;

Line 297: if hr_multi_message.exception_add

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);
301: raise;