DBA Data[Home] [Help]

APPS.HR_ITF_BUS dependencies on APP_EXCEPTION

Line 135: when app_exception.application_exception then

131:
132: hr_utility.set_location(' Leaving:' || l_proc,30);
133:
134: Exception
135: when app_exception.application_exception then
136: IF hr_multi_message.exception_add
137: (p_associated_column1 => 'HR_KI_USER_INTERFACES.TYPE'
138: )
139: THEN

Line 250: when app_exception.application_exception then

246:
247: hr_utility.set_location(' Leaving:' || l_proc,20);
248:
249: Exception
250: when app_exception.application_exception then
251: IF hr_multi_message.exception_add
252: (p_associated_column1 => 'HR_KI_USER_INTERFACES.FORM_NAME'
253: )
254: THEN

Line 361: when app_exception.application_exception then

357: end if;
358: hr_utility.set_location(' Leaving:'|| l_proc,20);
359:
360: Exception
361: when app_exception.application_exception then
362: IF hr_multi_message.exception_add
363: (p_associated_column1 => 'HR_KI_USER_INTERFACES.PAGE_REGION_CODE',
364: p_associated_column2 => 'HR_KI_USER_INTERFACES.REGION_CODE'
365: )

Line 448: when app_exception.application_exception then

444:
445: hr_utility.set_location(' Leaving:'|| l_proc,20);
446:
447: Exception
448: when app_exception.application_exception then
449: IF hr_multi_message.exception_add
450: (p_associated_column1 => 'HR_KI_USER_INTERFACES.TYPE',
451: p_associated_column2 => 'HR_KI_USER_INTERFACES.FORM_NAME',
452: p_associated_column3 => 'HR_KI_USER_INTERFACES.PAGE_REGION_CODE'

Line 522: when app_exception.application_exception then

518:
519: hr_utility.set_location(' Leaving:' || l_proc,20);
520:
521: Exception
522: when app_exception.application_exception then
523: IF hr_multi_message.exception_add
524: (p_associated_column1 =>
525: 'HR_KI_USER_INTERFACES.USER_INTERFACE_ID'
526: )THEN