DBA Data[Home] [Help]

APPS.AME_CON_BUS dependencies on APP_EXCEPTION

Line 48: when app_exception.application_exception then

44: ,p_argument_value => p_condition_id
45: );
46: hr_utility.set_location(' Leaving:'||l_proc,30);
47: exception
48: when app_exception.application_exception then
49: if hr_multi_message.exception_add
50: (p_associated_column1 => 'AME_CONDITIONS.CONDITION_ID'
51: ) then
52: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 105: when app_exception.application_exception then

101: fnd_message.raise_error;
102: end if;
103: hr_utility.set_location(' Leaving:'||l_proc,30);
104: exception
105: when app_exception.application_exception then
106: if hr_multi_message.exception_add
107: (p_associated_column1 => 'AME_CONDITIONS.CONDITION_TYPE'
108: ) then
109: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 191: when app_exception.application_exception then

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

Line 274: when app_exception.application_exception then

270: end if;
271: end if;
272: hr_utility.set_location(' Leaving:'||l_proc,30);
273: exception
274: when app_exception.application_exception then
275: if hr_multi_message.exception_add
276: (p_associated_column1 => 'AME_CONDITIONS.PARAMETER_ONE'
277: ) then
278: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 425: when app_exception.application_exception then

421: end if;
422: ----
423: hr_utility.set_location(' Leaving:'||l_proc,30);
424: exception
425: when app_exception.application_exception then
426: if hr_multi_message.exception_add
427: (p_associated_column1 => 'AME_CONDITIONS.PARAMETERS'
428: ) then
429: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 518: when app_exception.application_exception then

514: end if;
515: end if;
516: hr_utility.set_location(' Leaving:'||l_proc,30);
517: exception
518: when app_exception.application_exception then
519: if hr_multi_message.exception_add
520: (p_associated_column1 => 'AME_CONDITIONS.PARAMETER_THREE'
521: ) then
522: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 616: when app_exception.application_exception then

612: close csr_name;
613: end if;
614: hr_utility.set_location(' Leaving:'||l_proc,30);
615: exception
616: when app_exception.application_exception then
617: if hr_multi_message.exception_add
618: (p_associated_column1 => 'AME_CONDITIONS.UNIQUE'
619: ) then
620: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 733: when app_exception.application_exception then

729: end if;
730: --
731: hr_utility.set_location(' Leaving:'||l_proc,30);
732: exception
733: when app_exception.application_exception then
734: if hr_multi_message.exception_add
735: (p_associated_column1 => 'AME_CONDITIONS.LIMITS'
736: ) then
737: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 806: when app_exception.application_exception then

802: end if;
803: close csr_name;
804: hr_utility.set_location(' Leaving:'||l_proc,30);
805: exception
806: when app_exception.application_exception then
807: if hr_multi_message.exception_add
808: (p_associated_column1 => 'AME_CONDITIONS.CONDITION_KEY'
809: ) then
810: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 894: when app_exception.application_exception then

890: -- close c_sel2;
891:
892: hr_utility.set_location(' Leaving:'||l_proc,30);
893: exception
894: when app_exception.application_exception then
895: if hr_multi_message.exception_add
896: (p_associated_column1 => 'AME_CONDITIONS.DELETE'
897: ) then
898: hr_utility.set_location(' Leaving:'||l_proc, 40);