DBA Data[Home] [Help]

APPS.IRC_IPD_BUS dependencies on APP_EXCEPTION

Line 402: when app_exception.application_exception then

398: close csr_vacancy_id;
399: hr_utility.set_location(l_proc,30);
400: --
401: exception
402: when app_exception.application_exception then
403: if hr_multi_message.exception_add
404: (p_associated_column1 =>
405: 'IRC_PENDING_DATA.VACANCY_ID'
406: ) then

Line 472: when app_exception.application_exception then

468: close csr_job;
469: end if;
470: --
471: exception
472: when app_exception.application_exception then
473: if hr_multi_message.exception_add
474: (p_associated_column1 => 'IRC_PENDING_DATA.VACANCY_ID'
475: ,p_associated_column2 => 'IRC_PENDING_DATA.EMAIL_ADDRESS'
476: ) then

Line 558: when app_exception.application_exception then

554: end if;
555: end if;
556: end if;
557: exception
558: when app_exception.application_exception then
559: if hr_multi_message.exception_add
560: (p_associated_column1 =>
561: 'IRC_PENDING_DATA.SEX'
562: ) then

Line 621: when app_exception.application_exception then

617: --
618: hr_utility.set_location(' Leaving:'||l_proc,30);
619: --
620: exception
621: when app_exception.application_exception then
622: if hr_multi_message.exception_add
623: (p_associated_column1 => 'IRC_PENDING_DATA.ALLOW_ACCESS'
624: ) then
625: --