DBA Data[Home] [Help]

APPS.HR_HRC_BUS dependencies on APP_EXCEPTION

Line 146: when app_exception.application_exception then

142:
143: --
144: hr_utility.set_location(' Leaving:' || l_proc,40);
145: Exception
146: when app_exception.application_exception then
147: IF hr_multi_message.exception_add
148: (p_associated_column1 => 'HR_KI_HIERARCHIES.HIERARCHY_KEY'
149: )
150: THEN

Line 258: when app_exception.application_exception then

254:
255: hr_utility.set_location(' Leaving:'|| l_proc,60);
256:
257: Exception
258: when app_exception.application_exception then
259: If hr_multi_message.exception_add
260: (p_associated_column1 =>
261: 'HR_KI_HIERARCHIES.PARENT_HIERARCHY_ID'
262: ) THEN

Line 321: when app_exception.application_exception then

317:
318: hr_utility.set_location(' Leaving:' || l_proc,30);
319:
320: Exception
321: when app_exception.application_exception then
322: IF hr_multi_message.exception_add
323: (p_associated_column1 =>'HR_KI_HIERARCHIES.PARENT_HIERARCHY_ID'
324: )THEN
325: hr_utility.set_location(' Leaving:'|| l_proc,40);

Line 403: when app_exception.application_exception then

399:
400: hr_utility.set_location(' Leaving:' || l_proc,30);
401:
402: Exception
403: when app_exception.application_exception then
404: IF hr_multi_message.exception_add
405: (p_associated_column1 =>'HR_KI_HIERARCHIES.PARENT_HIERARCHY_ID'
406: )THEN
407: hr_utility.set_location(' Leaving:'|| l_proc,40);

Line 509: when app_exception.application_exception then

505:
506: hr_utility.set_location(' Leaving:' || l_proc,20);
507:
508: Exception
509: when app_exception.application_exception then
510: IF hr_multi_message.exception_add
511: (p_associated_column1 => 'HR_KI_HIERARCHIES.HIERARCHY_ID'
512: )THEN
513: hr_utility.set_location(' Leaving:'|| l_proc,30);