DBA Data[Home] [Help]

APPS.IRC_ILP_BUS dependencies on IRC_ILP_BUS

Line 1: Package Body irc_ilp_bus as

1: Package Body irc_ilp_bus as
2: /* $Header: irilprhi.pkb 120.2 2011/01/05 04:44:35 avarri noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := 'irc_ilp_bus.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := 'irc_ilp_bus.'; -- Global package name
9: --
10: -- The following two global variables are only to be
11: -- used by the return_legislation_code function.
12: --

Line 578: irc_ilp_bus.chk_business_group_id

574: -- Validate Dependent Attributes
575: --
576: hr_utility.set_location(l_proc, 15);
577: --
578: irc_ilp_bus.chk_business_group_id
579: (p_business_group_id => p_rec.business_group_id
580: );
581: --
582: hr_utility.set_location(l_proc, 20);

Line 584: irc_ilp_bus.chk_country_code

580: );
581: --
582: hr_utility.set_location(l_proc, 20);
583: --
584: irc_ilp_bus.chk_country_code
585: (p_country_code => p_rec.country_code
586: );
587: --
588: hr_utility.set_location(l_proc, 25);

Line 590: irc_ilp_bus.chk_location_id

586: );
587: --
588: hr_utility.set_location(l_proc, 25);
589: --
590: irc_ilp_bus.chk_location_id
591: (p_location_id => p_rec.location_id
592: );
593: --
594: /*hr_utility.set_location(l_proc, 35);

Line 596: irc_ilp_bus.chk_duplicate_loc_pref

592: );
593: --
594: /*hr_utility.set_location(l_proc, 35);
595: --
596: irc_ilp_bus.chk_duplicate_loc_pref
597: (p_object_id => p_rec.object_id
598: ,p_object_type => p_rec.object_type
599: ,p_business_group_id => p_rec.business_group_id
600: ,p_country_code => p_rec.country_code

Line 606: --irc_ilp_bus.chk_df(p_rec);

602: );
603: -- */
604: hr_utility.set_location(l_proc, 40);
605: --
606: --irc_ilp_bus.chk_df(p_rec);
607: --
608: hr_utility.set_location(l_proc, 45);
609: --
610: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 662: irc_ilp_bus.chk_df(p_rec);

658: ,p_rec => p_rec
659: );
660: --
661: --
662: irc_ilp_bus.chk_df(p_rec);
663: --
664: hr_utility.set_location(' Leaving:'||l_proc, 10);
665: End update_validate;
666: --

Line 684: end irc_ilp_bus;

680: --
681: hr_utility.set_location(' Leaving:'||l_proc, 10);
682: End delete_validate;
683: --
684: end irc_ilp_bus;