DBA Data[Home] [Help]

APPS.PER_PEA_BUS dependencies on APP_EXCEPTION

Line 110: when app_exception.application_exception then

106: end if;
107: --
108: hr_utility.set_location('Leaving:'|| l_proc, 20);
109: exception
110: when app_exception.application_exception then
111: if hr_multi_message.exception_add
112: (p_associated_column1 => 'PER_PERSON_ANALYSES.PERSON_ID'
113: ) then
114: hr_utility.set_location('Leaving:'||l_proc, 30);

Line 389: when app_exception.application_exception then

385: --
386: -- When multiple error detection is enabled handle the application errors
387: -- which have been raised by this procedure.
388: --
389: when app_exception.application_exception then
390: if hr_multi_message.exception_add
391: (p_same_associated_columns => 'Y'
392: ) then
393: hr_utility.set_location('Leaving:'||l_proc, 30);