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.2 2008/08/06 09:39:05 ubhat 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 916: per_vgr_bus.chk_df(p_rec => p_rec);

912: hr_utility.set_location(' Leaving:'||l_proc, 40);
913: --
914: -- Call descriptive flexfield validation routines
915: --
916: per_vgr_bus.chk_df(p_rec => p_rec);
917: --
918: hr_utility.set_location(' Leaving:'||l_proc, 45);
919:
920: End insert_validate;

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

969: hr_utility.set_location(' Leaving:'||l_proc, 10);
970: --
971: -- Call descriptive flexfield validation routines
972: --
973: per_vgr_bus.chk_df(p_rec => p_rec);
974: --
975: hr_utility.set_location(' Leaving:'||l_proc, 15);
976: End update_validate;
977: --

Line 1061: end per_vgr_bus;

1057: --
1058: return l_legislation_code;
1059: end return_legislation_code;
1060: --
1061: end per_vgr_bus;