DBA Data[Home] [Help]

APPS.HR_AMD_BUS dependencies on HR_AMD_BUS

Line 1: Package Body hr_amd_bus as

1: Package Body hr_amd_bus as
2: /* $Header: hramdrhi.pkb 115.6 2002/12/03 16:08:21 apholt ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_amd_bus.'; -- Global package name
9: --
10: -- -----------------------------------------------------------------
11: -- |-----------------------< chk_non_updateable_args >--------------|
12: -- -----------------------------------------------------------------

Line 596: hr_amd_bus.chk_non_updateable_args(p_rec => p_rec);

592: -- Check that all non-updateable args have in fact not been modified.
593: --
594: hr_utility.set_location('Entering:'||l_proc, 7);
595: --
596: hr_amd_bus.chk_non_updateable_args(p_rec => p_rec);
597: --
598: -- Call all supporting business operations
599: --
600: -- Validate Module Name

Line 641: end hr_amd_bus;

637: --
638: hr_utility.set_location(' Leaving:'||l_proc, 10);
639: End delete_validate;
640: --
641: end hr_amd_bus;