DBA Data[Home] [Help]

APPS.PER_SHA_BUS dependencies on PER_SHA_BUS

Line 1: Package Body per_sha_bus as

1: Package Body per_sha_bus as
2: /* $Header: pesharhi.pkb 115.6 2002/12/06 16:54:11 eumenyio ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 674: per_sha_bus.chk_df(p_rec => p_rec);

670: --
671: hr_utility.set_location(' Leaving:'||l_proc, 15);
672: -- call descriptive flexfield validation routines
673: --
674: per_sha_bus.chk_df(p_rec => p_rec);
675: --
676: hr_utility.set_location (l_proc, 20);
677: End insert_validate;
678: --

Line 742: per_sha_bus.chk_df(p_rec => p_rec);

738: hr_utility.set_location (l_proc, 15);
739: --
740: -- call descriptive flexfield validation routines
741: --
742: per_sha_bus.chk_df(p_rec => p_rec);
743: --
744: hr_utility.set_location(' Leaving:'||l_proc, 20);
745: --
746: End update_validate;

Line 832: end per_sha_bus;

828: --
829: return l_legislation_code;
830: end return_legislation_code;
831: --
832: end per_sha_bus;