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 394: if hr_multi_message.exception_add

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

Line 455: if hr_multi_message.exception_add

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

Line 533: if hr_multi_message.exception_add

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

Line 603: if hr_multi_message.no_exclusive_error

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

Line 700: if hr_multi_message.exception_add

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

Line 897: if hr_multi_message.exception_add

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

Line 970: if hr_multi_message.no_exclusive_error

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

Line 1053: if hr_multi_message.exception_add

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

Line 1153: if hr_multi_message.exception_add

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

Line 1247: if hr_multi_message.exception_add

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

Line 1356: if hr_multi_message.exception_add

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

Line 1827: hr_multi_message.end_validation_set;

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

Line 2017: hr_multi_message.end_validation_set;

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