DBA Data[Home] [Help]

APPS.IRC_IRF_BUS dependencies on HR_MULTI_MESSAGE

Line 51: if hr_multi_message.exception_add

47: begin
48: null;
49: exception
50: when app_exception.application_exception then
51: if hr_multi_message.exception_add
52: (p_associated_column1 => 'ATTRIBUTE_ID') then
53: hr_utility.set_location(' Leaving:'|| l_proc, 50);
54: raise;
55: end if;

Line 681: if hr_multi_message.exception_add

677: close csr_person_id;
678: hr_utility.set_location(' Leaving:'||l_proc,30);
679: exception
680: when app_exception.application_exception then
681: if hr_multi_message.exception_add
682: (p_associated_column1 =>
683: 'IRC_REFERRAL_INFO.OBJECT_ID'
684: ) then
685: hr_utility.set_location(' Leaving:'||l_proc,40);

Line 743: if hr_multi_message.exception_add

739: close csr_party_id;
740: hr_utility.set_location(' Leaving:'||l_proc,30);
741: exception
742: when app_exception.application_exception then
743: if hr_multi_message.exception_add
744: (p_associated_column1 =>
745: 'IRC_REFERRAL_INFO.OBJECT_ID'
746: ) then
747: hr_utility.set_location(' Leaving:'||l_proc,40);

Line 814: if hr_multi_message.exception_add

810: hr_utility.set_location(' Leaving:'|| l_proc, 30);
811: --
812: exception
813: when app_exception.application_exception then
814: if hr_multi_message.exception_add
815: (p_associated_column1 => 'IRC_ASSIGNMENT_STATUSES.ASSIGNMENT_ID'
816: ) then
817: hr_utility.set_location(' Leaving:'|| l_proc, 40);
818: raise;