DBA Data[Home] [Help]

APPS.AME_CNU_BUS dependencies on APP_EXCEPTION

Line 65: when app_exception.application_exception then

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

Line 128: when app_exception.application_exception then

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