DBA Data[Home] [Help]

APPS.PER_QUA_BUS dependencies on APP_EXCEPTION

Line 656: when app_exception.application_exception then

652: --
653: hr_utility.set_location('Leaving:'||l_proc,10);
654: --
655: exception
656: when app_exception.application_exception then
657: if hr_multi_message.exception_add
658: (p_associated_column1 => 'PER_QUALIFICATIONS.STATUS'
659: ) then
660: --

Line 843: when app_exception.application_exception then

839: --
840: hr_utility.set_location('Leaving:'||l_proc,10);
841: --
842: exception
843: when app_exception.application_exception then
844: if hr_multi_message.exception_add
845: (p_associated_column1 => 'PER_QUALIFICATIONS.START_DATE'
846: ,p_associated_column2 => 'PER_QUALIFICATIONS.AWARDED_DATE'
847: ) then

Line 1340: when app_exception.application_exception then

1336: --
1337: hr_utility.set_location('Leaving:'||l_proc,10);
1338: --
1339: exception
1340: when app_exception.application_exception then
1341: if hr_multi_message.exception_add
1342: (p_associated_column1 => 'PER_QUALIFICATIONS.START_DATE'
1343: ,p_associated_column2 => 'PER_QUALIFICATIONS.PROJECTED_COMPLETION_DATE'
1344: ) then

Line 1423: when app_exception.application_exception then

1419: --
1420: hr_utility.set_location('Leaving:'||l_proc,10);
1421: --
1422: exception
1423: when app_exception.application_exception then
1424: if hr_multi_message.exception_add
1425: (p_associated_column1 => 'PER_QUALIFICATIONS.TUITION_METHOD'
1426: ) then
1427: --

Line 1528: when app_exception.application_exception then

1524: --
1525: hr_utility.set_location('Leaving:'||l_proc,10);
1526: --
1527: exception
1528: when app_exception.application_exception then
1529: if hr_multi_message.exception_add
1530: (p_associated_column1 => 'PER_QUALIFICATIONS.ATTENDANCE_ID'
1531: ) then
1532: --

Line 1650: when app_exception.application_exception then

1646: --
1647: hr_utility.set_location('Leaving:'||l_proc,10);
1648: --
1649: exception
1650: when app_exception.application_exception then
1651: if hr_multi_message.exception_add
1652: (p_associated_column1 => 'PER_QUALIFICATIONS.PERSON_ID'
1653: ) then
1654: --

Line 1729: when app_exception.application_exception then

1725: --
1726: hr_utility.set_location('Leaving:'||l_proc,10);
1727: --
1728: exception
1729: when app_exception.application_exception then
1730: if hr_multi_message.exception_add
1731: (p_associated_column1 => 'PER_QUALIFICATIONS.QUALIFICATION_ID'
1732: ) then
1733: --