DBA Data[Home] [Help]

APPS.PER_VGR_BUS dependencies on PER_VGR_BUS

Line 1: Package Body per_vgr_bus as

1: Package Body per_vgr_bus as
2: /* $Header: pevgrrhi.pkb 120.0.12010000.3 2008/11/17 13:51:24 varanjan ship $ */
3: --
4: --
5: -- ----------------------------------------------------------------------------

Line 9: g_package varchar2(33) := ' per_vgr_bus.'; -- Global package name

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

Line 933: per_vgr_bus.chk_df(p_rec => p_rec);

929: hr_utility.set_location(' Leaving:'||l_proc, 40);
930: --
931: -- Call descriptive flexfield validation routines
932: --
933: per_vgr_bus.chk_df(p_rec => p_rec);
934: --
935: hr_utility.set_location(' Leaving:'||l_proc, 45);
936:
937: End insert_validate;

Line 990: per_vgr_bus.chk_df(p_rec => p_rec);

986: hr_utility.set_location(' Leaving:'||l_proc, 10);
987: --
988: -- Call descriptive flexfield validation routines
989: --
990: per_vgr_bus.chk_df(p_rec => p_rec);
991: --
992: hr_utility.set_location(' Leaving:'||l_proc, 15);
993: End update_validate;
994: --

Line 1078: end per_vgr_bus;

1074: --
1075: return l_legislation_code;
1076: end return_legislation_code;
1077: --
1078: end per_vgr_bus;