DBA Data[Home] [Help]

APPS.PER_PDP_BUS dependencies on APP_EXCEPTION

Line 393: when app_exception.application_exception then

389: -- When Multiple Error Detection is enabled handle the Application Errors
390: -- which have been raised by this procedure. Transfer the error to the
391: -- Multiple Message List and associate the error with the above columns.
392: --
393: when app_exception.application_exception then
394: if hr_multi_message.exception_add
395: (p_same_associated_columns => 'Y'
396: ) then
397: hr_utility.set_location(' Leaving:'|| l_proc, 130);

Line 454: when app_exception.application_exception then

450: --
451: hr_utility.set_location(' Leaving:'|| l_proc, 20);
452:
453: exception
454: when app_exception.application_exception then
455: if hr_multi_message.exception_add
456: (p_associated_column1 => per_pdp_shd.g_tab_nam||'.DATE_START'
457: ) then
458: hr_utility.set_location(' Leaving:'|| l_proc, 30);

Line 532: when app_exception.application_exception then

528: end if;
529: --
530: hr_utility.set_location(' Leaving:'|| l_proc, 30);
531: exception
532: when app_exception.application_exception then
533: if hr_multi_message.exception_add
534: (p_associated_column1 => per_pdp_shd.g_tab_nam||'.PROJECTED_TERMINATION_DATE'
535: ) then
536: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 699: when app_exception.application_exception then

695: -- Multiple Error Detection is enabled handle the Application Errors
696: -- which have been raised by this procedure. Transfer the error to the
697: -- Multiple Message List and associate the error with the above columns.
698: --
699: when app_exception.application_exception then
700: if hr_multi_message.exception_add
701: (p_same_associated_columns => 'Y'
702: ) then
703: hr_utility.set_location(' Leaving:'|| l_proc, 20);

Line 896: when app_exception.application_exception then

892: --
893: hr_utility.set_location(' Leaving:'|| l_proc, 130);
894:
895: exception
896: when app_exception.application_exception then
897: if hr_multi_message.exception_add
898: (p_associated_column1 => per_pdp_shd.g_tab_nam||
899: '.LAST_STANDARD_PROCESS_DATE'
900: ) then

Line 1052: when app_exception.application_exception then

1048: -- Multiple Error Detection is enabled handle the Application Errors
1049: -- which have been raised by this procedure. Transfer the error to the
1050: -- Multiple Message List and associate the error with the above columns.
1051: --
1052: when app_exception.application_exception then
1053: if hr_multi_message.exception_add
1054: (p_same_associated_columns => 'Y'
1055: ) then
1056: hr_utility.set_location(' Leaving:'|| l_proc, 50);

Line 1152: when app_exception.application_exception then

1148: --
1149: hr_utility.set_location(' Leaving:'|| l_proc, 5);
1150:
1151: exception
1152: when app_exception.application_exception then
1153: if hr_multi_message.exception_add
1154: (p_associated_column1 => per_pdp_shd.g_tab_nam||
1155: '.TERMINATION_REASON'
1156: ) then

Line 1246: when app_exception.application_exception then

1242:
1243: hr_utility.set_location(' Leaving:'|| l_proc, 30);
1244:
1245: exception
1246: when app_exception.application_exception then
1247: if hr_multi_message.exception_add
1248: (p_associated_column1 => per_pdp_shd.g_tab_nam||'.PERSON_ID'
1249: ) then
1250: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 1355: when app_exception.application_exception then

1351: --
1352: hr_utility.set_location(' Leaving:'|| l_proc, 9);
1353:
1354: exception
1355: when app_exception.application_exception then
1356: if hr_multi_message.exception_add
1357: (p_associated_column1 => per_pdp_shd.g_tab_nam||'.PERSON_ID'
1358: ,p_associated_column2 => per_pdp_shd.g_tab_nam||'.DATE_START'
1359: ) then