DBA Data[Home] [Help]

APPS.IRC_IPD_BUS dependencies on HR_MULTI_MESSAGE

Line 403: if hr_multi_message.exception_add

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

Line 456: if hr_multi_message.no_exclusive_error(

452: Begin
453: --
454: hr_utility.set_location(' Entering:'||l_proc,10);
455: --
456: if hr_multi_message.no_exclusive_error(
457: p_check_column1 => 'IRC_PENDING_DATA.VACANCY_ID'
458: ) then
459: --
460: open csr_job;

Line 473: if hr_multi_message.exception_add

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

Line 531: if hr_multi_message.no_exclusive_error(

527: l_api_updating := irc_ipd_shd.api_updating
528: (p_pending_data_id => p_pending_data_id
529: );
530: --
531: if hr_multi_message.no_exclusive_error(
532: p_check_column1 => 'IRC_PENDING_DATA.VACANCY_ID'
533: ) then
534: --
535: if (l_api_updating and nvl(p_sex,hr_api.g_varchar2)

Line 559: if hr_multi_message.exception_add

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

Line 622: if hr_multi_message.exception_add

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

Line 1839: hr_multi_message.add;

1835: exception
1836: when l_error then
1837: hr_utility.set_message(800, 'HR_7529_PER_INFO_NOT_NULL');
1838: hr_utility.set_message_token('NUM',to_char(l_info_attribute));
1839: hr_multi_message.add;
1840: hr_utility.set_location(' Leaving:'||l_proc,50);
1841: End chk_per_information;
1842: --
1843: -- ----------------------------------------------------------------------------