DBA Data[Home] [Help]

APPS.IRC_ITA_BUS dependencies on HR_MULTI_MESSAGE

Line 70: hr_multi_message.add

66: --
67: -- The primary key is invalid therefore we must error
68: --
69: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
70: hr_multi_message.add
71: (p_associated_column1
72: => nvl(p_associated_column1,'TEMPLATE_ASSOCIATION_ID')
73: );
74: --

Line 302: hr_multi_message.add

298: if(csr_template%notfound)
299: then
300: close csr_template;
301: fnd_message.set_name('PER','IRC_412326_OFFER_INV_TEMPLT_ID');
302: hr_multi_message.add
303: (p_associated_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.TEMPLATE_ID'
304: );
305: else
306: close csr_template;

Line 310: hr_multi_message.add

306: close csr_template;
307: end if;
308: else
309: fnd_message.set_name('PER','IRC_412327_OFFER_NULL_TMPLT_ID');
310: hr_multi_message.add
311: (p_associated_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.TEMPLATE_ID'
312: );
313:
314: end if;

Line 321: if hr_multi_message.exception_add

317: hr_utility.set_location(' Leaving:'||l_proc,40);
318: --
319: exception
320: when app_exception.application_exception then
321: if hr_multi_message.exception_add
322: (p_associated_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.TEMPLATE_ID'
323: ) then
324: hr_utility.set_location(' Leaving:'|| l_proc, 50);
325: raise;

Line 372: if hr_multi_message.no_exclusive_error

368: --
369: begin
370: hr_utility.set_location('Entering:'|| l_proc, 10);
371: --
372: if hr_multi_message.no_exclusive_error
373: (p_check_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.TEMPLATE_ID'
374: ) then
375: --
376:

Line 406: if hr_multi_message.exception_add

402: hr_utility.set_location(' Leaving:'|| l_proc, 40);
403: --
404: exception
405: when app_exception.application_exception then
406: if hr_multi_message.exception_add
407: (p_associated_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.ORGANIZATION_ID'
408: ) then
409: hr_utility.set_location(' Leaving:'|| l_proc, 50);
410: raise;

Line 456: if hr_multi_message.no_exclusive_error

452: --
453: begin
454: hr_utility.set_location('Entering:'|| l_proc, 10);
455: --
456: if hr_multi_message.no_exclusive_error
457: (p_check_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.TEMPLATE_ID'
458: ) then
459: --
460:

Line 492: if hr_multi_message.exception_add

488: hr_utility.set_location(' Leaving:'|| l_proc, 40);
489: --
490: exception
491: when app_exception.application_exception then
492: if hr_multi_message.exception_add
493: (p_associated_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.JOB_ID'
494: ) then
495: hr_utility.set_location(' Leaving:'|| l_proc, 50);
496: raise;

Line 544: if hr_multi_message.no_exclusive_error

540: --
541: begin
542: hr_utility.set_location('Entering:'|| l_proc, 10);
543: --
544: if hr_multi_message.no_exclusive_error
545: (p_check_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.TEMPLATE_ID'
546: ) then
547: --
548:

Line 580: if hr_multi_message.exception_add

576: hr_utility.set_location(' Leaving:'|| l_proc, 40);
577: --
578: exception
579: when app_exception.application_exception then
580: if hr_multi_message.exception_add
581: (p_associated_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.POSITION_ID'
582: ) then
583: hr_utility.set_location(' Leaving:'|| l_proc, 50);
584: raise;

Line 630: if hr_multi_message.no_exclusive_error

626:
627: begin
628: hr_utility.set_location('Entering:'|| l_proc, 10);
629: --
630: if hr_multi_message.no_exclusive_error
631: (p_check_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.TEMPLATE_ID'
632: ) then
633: --
634:

Line 659: if hr_multi_message.exception_add

655: hr_utility.set_location(' Leaving:'|| l_proc, 40);
656: --
657: exception
658: when app_exception.application_exception then
659: if hr_multi_message.exception_add
660: (p_associated_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.JOB_ID'
661: ,p_associated_column2 => 'IRC_TEMPLATE_ASSOCIATIONS.ORGANIZATION_ID'
662: ,p_associated_column3 => 'IRC_TEMPLATE_ASSOCIATIONS.POSITION_ID'
663: ) then

Line 731: if hr_multi_message.no_exclusive_error

727:
728: begin
729: hr_utility.set_location('Entering:'|| l_proc, 10);
730: --
731: if hr_multi_message.no_exclusive_error
732: (p_check_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.TEMPLATE_ID'
733: ) then
734: --
735: --

Line 788: if hr_multi_message.exception_add

784: hr_utility.set_location(' Leaving:'|| l_proc, 40);
785: --
786: exception
787: when app_exception.application_exception then
788: if hr_multi_message.exception_add
789: (p_associated_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.JOB_ID'
790: ,p_associated_column2 => 'IRC_TEMPLATE_ASSOCIATIONS.ORGANIZATION_ID'
791: ,p_associated_column3 => 'IRC_TEMPLATE_ASSOCIATIONS.POSITION_ID'
792: ) then

Line 841: if hr_multi_message.no_exclusive_error

837: Begin
838: --
839: hr_utility.set_location('Entering:'|| l_proc, 10);
840: --
841: if hr_multi_message.no_exclusive_error
842: (p_check_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.TEMPLATE_ID'
843: ) then
844: --
845: l_api_updating := irc_ita_shd.api_updating

Line 883: if hr_multi_message.exception_add

879: hr_utility.set_location('Leaving: '||l_proc,50);
880: --
881: exception
882: when app_exception.application_exception then
883: if hr_multi_message.exception_add
884: (p_associated_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.DEFAULT_ASSOCIATION'
885: ) then
886: hr_utility.set_location(' Leaving:'|| l_proc, 60);
887: raise;

Line 930: if hr_multi_message.no_exclusive_error

926: --
927: Begin
928: hr_utility.set_location('Entering:'||l_proc,10);
929: --
930: if hr_multi_message.no_exclusive_error
931: (p_check_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.TEMPLATE_ID'
932: ) then
933: --
934: l_api_updating := irc_ita_shd.api_updating

Line 956: hr_multi_message.add

952: --
953: if (p_start_date > nvl(p_end_date,hr_api.g_eot))
954: then
955: fnd_message.set_name('PER','IRC_ALL_DATE_START_END');
956: hr_multi_message.add
957: (p_associated_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.START_DATE'
958: ,p_associated_column2 => 'IRC_TEMPLATE_ASSOCIATIONS.END_DATE'
959: );
960: end if;

Line 969: if hr_multi_message.exception_add

965: hr_utility.set_location(' Leaving:'||l_proc,50);
966: --
967: exception
968: when app_exception.application_exception then
969: if hr_multi_message.exception_add
970: (p_associated_column1 => 'IRC_TEMPLATE_ASSOCIATIONS.START_DATE'
971: ,p_associated_column2 => 'IRC_TEMPLATE_ASSOCIATIONS.END_DATE'
972: ) then
973: hr_utility.set_location(' Leaving:'|| l_proc, 60);