DBA Data[Home] [Help]

APPS.AME_STV_BUS dependencies on APP_EXCEPTION

Line 77: when app_exception.application_exception then

73: end if;
74: close csr_name;
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_STRING_VALUES.CONDITION_ID'
80: ) then
81: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 156: when app_exception.application_exception then

152: end if;
153: close csr_name;
154: hr_utility.set_location(' Leaving:'||l_proc,30);
155: exception
156: when app_exception.application_exception then
157: if hr_multi_message.exception_add
158: (p_associated_column1 => 'AME_STRING_VALUES.STRING_VALUE'
159: ) then
160: hr_utility.set_location(' Leaving:'||l_proc, 40);