DBA Data[Home] [Help]

APPS.IRC_INP_BUS dependencies on HR_MULTI_MESSAGE

Line 325: if hr_multi_message.exception_add

321: hr_utility.set_location(' Leaving:'||l_proc,50);
322: --
323: exception
324: when app_exception.application_exception then
325: if hr_multi_message.exception_add
326: (p_associated_column1 => 'IRC_NOTIFICATION_PREFERENCES.PERSON_ID'
327: ) then
328: --
329: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 427: if hr_multi_message.exception_add

423: hr_utility.set_location(' Leaving:'||l_proc,50);
424: --
425: exception
426: when app_exception.application_exception then
427: if hr_multi_message.exception_add
428: (p_associated_column1 => 'IRC_NOTIFICATION_PREFERENCES.PARTY_ID'
429: ) then
430: --
431: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 497: if hr_multi_message.no_exclusive_error

493: -- Only proceed with person_id, address_id validation when
494: -- multi message list does not already contain an error with
495: -- person_id
496: --
497: if hr_multi_message.no_exclusive_error
498: (p_check_column1 => 'IRC_NOTIFICATION_PREFERENCES.PERSON_ID'
499: ,p_associated_column1 => 'IRC_NOTIFICATION_PREFERENCES.PERSON_ID'
500: ) then
501: if p_address_id is not null then

Line 542: if hr_multi_message.exception_add

538: hr_utility.set_location(' Leaving:'||l_proc,70);
539: --
540: exception
541: when app_exception.application_exception then
542: if hr_multi_message.exception_add
543: (p_associated_column1 => 'IRC_NOTIFICATION_PREFERENCES.ADDRESS_ID'
544: ) then
545: --
546: hr_utility.set_location(' Leaving:'||l_proc,80);

Line 627: if hr_multi_message.exception_add

623: hr_utility.set_location(' Leaving:'||l_proc,40);
624: --
625: exception
626: when app_exception.application_exception then
627: if hr_multi_message.exception_add
628: (p_associated_column1 => 'IRC_NOTIFICATION_PREFERENCES.MATCHING_JOBS'
629: ) then
630: --
631: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 719: if hr_multi_message.exception_add

715: hr_utility.set_location(' Leaving:'||l_proc,40);
716: --
717: exception
718: when app_exception.application_exception then
719: if hr_multi_message.exception_add
720: (p_associated_column1 => 'IRC_NOTIFICATION_PREFERENCES.MATCHING_JOB_FREQ'
721: ) then
722: --
723: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 804: if hr_multi_message.exception_add

800: hr_utility.set_location(' Leaving:'||l_proc,40);
801: --
802: exception
803: when app_exception.application_exception then
804: if hr_multi_message.exception_add
805: (p_associated_column1 => 'IRC_NOTIFICATION_PREFERENCES.RECEIVE_INFO_MAIL'
806: ) then
807: --
808: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 886: if hr_multi_message.exception_add

882: hr_utility.set_location(' Leaving:'||l_proc,30);
883: --
884: exception
885: when app_exception.application_exception then
886: if hr_multi_message.exception_add
887: (p_associated_column1 => 'IRC_NOTIFICATION_PREFERENCES.ALLOW_ACCESS'
888: ) then
889: --
890: hr_utility.set_location(' Leaving:'||l_proc,40);

Line 961: if hr_multi_message.exception_add

957: hr_utility.set_location(' Leaving:'||l_proc,50);
958: --
959: exception
960: when app_exception.application_exception then
961: if hr_multi_message.exception_add
962: (p_associated_column1 => 'IRC_NOTIFICATION_PREFERENCES.AGENCY_ID'
963: ) then
964: --
965: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 1061: if hr_multi_message.exception_add

1057: hr_utility.set_location(' Leaving:'||l_proc,60);
1058: --
1059: exception
1060: when app_exception.application_exception then
1061: if hr_multi_message.exception_add
1062: (p_associated_column1 => 'IRC_NOTIFICATION_PREFERENCES.ATTEMPT_ID'
1063: ) then
1064: --
1065: hr_utility.set_location(' Leaving:'||l_proc,70);