DBA Data[Home] [Help]

APPS.PER_PDP_BUS dependencies on HR_MULTI_MESSAGE

Line 61: hr_multi_message.add

57: --
58: -- The primary key is invalid therefore we must error
59: --
60: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
61: hr_multi_message.add
62: (p_associated_column1
63: => nvl(p_associated_column1,'PERIOD_OF_PLACEMENT_ID')
64: );
65: --

Line 274: if hr_multi_message.no_exclusive_error

270: -- does not already contain an error associated with the
271: -- below columns.
272: --
273:
274: if hr_multi_message.no_exclusive_error
275: (p_check_column1 => per_pdp_shd.g_tab_nam||
276: '.LAST_STANDARD_PROCESS_DATE'
277: ,p_associated_column1 => per_pdp_shd.g_tab_nam||
278: '.LAST_STANDARD_PROCESS_DATE'

Line 397: if hr_multi_message.exception_add

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);
401: raise;

Line 458: if hr_multi_message.exception_add

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);
462: raise;

Line 536: if hr_multi_message.exception_add

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);
540: raise;

Line 606: if hr_multi_message.no_exclusive_error

602: -- Only proceed with validation when the Multiple Message List
603: -- does not already contain an error associated with the
604: -- below columns.
605: --
606: if hr_multi_message.no_exclusive_error
607: (p_check_column1 => per_pdp_shd.g_tab_nam||
608: '.LAST_STANDARD_PROCESS_DATE'
609: ,p_check_column2 => per_pdp_shd.g_tab_nam||
610: '.ACTUAL_TERMINATION_DATE'

Line 703: if hr_multi_message.exception_add

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);
707: raise;

Line 900: if hr_multi_message.exception_add

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
904: hr_utility.set_location(' Leaving:'|| l_proc, 140);

Line 973: if hr_multi_message.no_exclusive_error

969: -- Only proceed with validation when the Multiple Message List
970: -- does not already contain an error associated with the
971: -- below columns.
972: --
973: if hr_multi_message.no_exclusive_error
974: (p_check_column1 => per_pdp_shd.g_tab_nam||
975: '.LAST_STANDARD_PROCESS_DATE'
976: ,p_check_column2 => per_pdp_shd.g_tab_nam||
977: '.ACTUAL_TERMINATION_DATE'

Line 1056: if hr_multi_message.exception_add

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);
1060: raise;

Line 1156: if hr_multi_message.exception_add

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
1160: hr_utility.set_location(' Leaving:'|| l_proc, 10);

Line 1250: if hr_multi_message.exception_add

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);
1254: raise;

Line 1359: if hr_multi_message.exception_add

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
1363: hr_utility.set_location(' Leaving:'|| l_proc, 30);

Line 1830: hr_multi_message.end_validation_set;

1826: -- After validating the set of important attributes,
1827: -- if Multiple Message detection is enabled and at least
1828: -- one error has been found then abort further validation.
1829: --
1830: hr_multi_message.end_validation_set;
1831:
1832: --
1833: -- Validate Independent Attributes
1834: --

Line 2020: hr_multi_message.end_validation_set;

2016: -- After validating the set of important attributes,
2017: -- if Multiple Message detection is enabled and at least
2018: -- one error has been found then abort further validation.
2019: --
2020: hr_multi_message.end_validation_set;
2021:
2022:
2023: chk_non_updateable_args
2024: (p_effective_date => p_effective_date