DBA Data[Home] [Help]

APPS.PER_PDP_BUS dependencies on APP_EXCEPTION

Line 396: when app_exception.application_exception then

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

Line 457: when app_exception.application_exception then

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

Line 535: when app_exception.application_exception then

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

Line 702: when app_exception.application_exception then

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

Line 899: when app_exception.application_exception then

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

Line 1055: when app_exception.application_exception then

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

Line 1155: when app_exception.application_exception then

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

Line 1249: when app_exception.application_exception then

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

Line 1358: when app_exception.application_exception then

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