DBA Data[Home] [Help]

APPS.HR_TPC_BUS dependencies on APP_EXCEPTION

Line 144: when app_exception.application_exception then

140:
141: --
142: hr_utility.set_location(' Leaving:' || l_proc,30);
143: Exception
144: when app_exception.application_exception then
145: IF hr_multi_message.exception_add
146: (p_associated_column1 => 'HR_KI_TOPICS.TOPIC_KEY'
147: ) THEN
148: hr_utility.set_location(' Leaving:'|| l_proc,40);

Line 193: when app_exception.application_exception then

189:
190: hr_utility.set_location(' Leaving:' || l_proc,20);
191:
192: Exception
193: when app_exception.application_exception then
194: IF hr_multi_message.exception_add
195: (p_associated_column1 => 'HR_KI_TOPICS.HANDLER'
196: ) THEN
197: hr_utility.set_location(' Leaving:'|| l_proc,30);

Line 303: when app_exception.application_exception then

299:
300: hr_utility.set_location(' Leaving:'|| l_proc,20);
301:
302: Exception
303: when app_exception.application_exception then
304: IF hr_multi_message.exception_add
305: (p_associated_column1 => 'HR_KI_TOPICS.TOPIC_ID'
306: )THEN
307: hr_utility.set_location(' Leaving:'|| l_proc,30);