DBA Data[Home] [Help]

APPS.IRC_IRF_BUS dependencies on APP_EXCEPTION

Line 50: when app_exception.application_exception then

46: l_proc varchar2(72) := g_package||'chk_delete';
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;

Line 680: when app_exception.application_exception then

676: end if;
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

Line 742: when app_exception.application_exception then

738: end if;
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

Line 813: when app_exception.application_exception then

809: --
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);