DBA Data[Home] [Help]

APPS.AME_ACU_BUS dependencies on APP_EXCEPTION

Line 63: when app_exception.application_exception then

59: fnd_message.raise_error;
60: end if;
61: close c_sel1;
62: exception
63: when app_exception.application_exception then
64: if hr_multi_message.exception_add
65: (p_associated_column1 => 'ACION_ID') then
66: hr_utility.set_location(' Leaving:'|| l_proc, 50);
67: raise;

Line 126: when app_exception.application_exception then

122: fnd_message.raise_error;
123: end if;
124: close c_sel1;
125: exception
126: when app_exception.application_exception then
127: if hr_multi_message.exception_add
128: (p_associated_column1 => 'RULE_ID') then
129: hr_utility.set_location(' Leaving:'|| l_proc, 50);
130: raise;